build(deps): bump the cargo group with 1 update

Bumps the cargo group with 1 update: [toml](https://github.com/toml-rs/toml).


Updates `toml` from 0.8.10 to 0.8.11
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-11 22:02:04 +00:00 committed by Amaan Qureshi
parent 516f13e89e
commit 926944becd
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1304,9 +1304,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.8.10"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e"
dependencies = [
"serde",
"serde_spanned",
@ -1325,9 +1325,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.6"
version = "0.22.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992"
dependencies = [
"indexmap",
"serde",

View file

@ -79,7 +79,7 @@ smallbitvec = "2.5.1"
tempfile = "3.10.1"
thiserror = "1.0.57"
tiny_http = "0.12.0"
toml = "0.8.10"
toml = "0.8.11"
unindent = "0.2.3"
walkdir = "2.5.0"
wasmparser = "0.201.0"