Skip to content

Commit

Permalink
Update serde_v8 requirement from 0.105.0 to 0.106.0
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_v8](https://github.com/denoland/deno) to permit the latest version.
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

---
updated-dependencies:
- dependency-name: serde_v8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent 7eca095 commit 8e90090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde-sarif = { workspace = true }
# other
deno_core = "0.195.0"
lazy_static = "1.4.0"
serde_v8 = "0.105.0"
serde_v8 = "0.106.0"
tree-sitter = "0.20.10"

[build-dependencies]
Expand Down

0 comments on commit 8e90090

Please sign in to comment.