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:
dependabot[bot] 2024-06-03 21:58:31 +00:00 committed by Amaan Qureshi
parent 3c3699ba90
commit 604d38e6b3
2 changed files with 2 additions and 2 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -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" }