mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
build(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [toml](https://github.com/toml-rs/toml) and [wasmparser](https://github.com/bytecodealliance/wasm-tools). Updates `toml` from 0.8.13 to 0.8.14 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) Updates `wasmparser` from 0.206.0 to 0.207.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3c3699ba90
commit
604d38e6b3
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
|
|
@ -79,10 +79,10 @@ smallbitvec = "2.5.3"
|
|||
tempfile = "3.10.1"
|
||||
thiserror = "1.0.61"
|
||||
tiny_http = "0.12.0"
|
||||
toml = "0.8.13"
|
||||
toml = "0.8.14"
|
||||
unindent = "0.2.3"
|
||||
walkdir = "2.5.0"
|
||||
wasmparser = "0.206.0"
|
||||
wasmparser = "0.207.0"
|
||||
webbrowser = "1.0.1"
|
||||
|
||||
tree-sitter = { version = "0.22.6", path = "./lib" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue