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 14 additions and 27 deletions

37
Cargo.lock generated
View file

@ -391,7 +391,7 @@ dependencies = [
"itertools",
"log",
"smallvec",
"wasmparser 0.207.0",
"wasmparser",
"wasmtime-types",
]
@ -1348,9 +1348,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.8.13"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
dependencies = [
"serde",
"serde_spanned",
@ -1369,9 +1369,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.13"
version = "0.22.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
dependencies = [
"indexmap",
"serde",
@ -1463,7 +1463,7 @@ dependencies = [
"unindent",
"url",
"walkdir",
"wasmparser 0.206.0",
"wasmparser",
"webbrowser",
]
@ -1678,19 +1678,6 @@ dependencies = [
"leb128",
]
[[package]]
name = "wasmparser"
version = "0.206.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39192edb55d55b41963db40fd49b0b542156f04447b5b512744a91d38567bdbc"
dependencies = [
"ahash",
"bitflags 2.5.0",
"hashbrown 0.14.5",
"indexmap",
"semver",
]
[[package]]
name = "wasmparser"
version = "0.207.0"
@ -1711,7 +1698,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
dependencies = [
"anyhow",
"wasmparser 0.207.0",
"wasmparser",
]
[[package]]
@ -1743,7 +1730,7 @@ dependencies = [
"smallvec",
"sptr",
"target-lexicon",
"wasmparser 0.207.0",
"wasmparser",
"wasmtime-asm-macros",
"wasmtime-component-macro",
"wasmtime-cranelift",
@ -1827,7 +1814,7 @@ dependencies = [
"object",
"target-lexicon",
"thiserror",
"wasmparser 0.207.0",
"wasmparser",
"wasmtime-environ",
"wasmtime-versioned-export-macros",
]
@ -1849,7 +1836,7 @@ dependencies = [
"serde_derive",
"target-lexicon",
"wasm-encoder",
"wasmparser 0.207.0",
"wasmparser",
"wasmprinter",
"wasmtime-types",
]
@ -1882,7 +1869,7 @@ dependencies = [
"serde",
"serde_derive",
"smallvec",
"wasmparser 0.207.0",
"wasmparser",
]
[[package]]
@ -2186,7 +2173,7 @@ dependencies = [
"serde_derive",
"serde_json",
"unicode-xid",
"wasmparser 0.207.0",
"wasmparser",
]
[[package]]

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