build(deps): bump the cargo group with 3 updates

Bumps the cargo group with 3 updates: [heck](https://github.com/withoutboats/heck), [smallbitvec](https://github.com/servo/smallbitvec) and [toml](https://github.com/toml-rs/toml).


Updates `heck` from 0.4.1 to 0.5.0
- [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md)
- [Commits](https://github.com/withoutboats/heck/commits)

Updates `smallbitvec` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/servo/smallbitvec/releases)
- [Commits](https://github.com/servo/smallbitvec/compare/v2.5.2...v2.5.3)

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

---
updated-dependencies:
- dependency-name: heck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: smallbitvec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- 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-18 21:26:02 +00:00 committed by Amaan Qureshi
parent 09b18fad5b
commit b66846222d
2 changed files with 11 additions and 17 deletions

22
Cargo.lock generated
View file

@ -242,7 +242,7 @@ version = "4.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f"
dependencies = [
"heck 0.5.0",
"heck",
"proc-macro2",
"quote",
"syn",
@ -583,12 +583,6 @@ dependencies = [
"ahash",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heck"
version = "0.5.0"
@ -1204,9 +1198,9 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
[[package]]
name = "smallbitvec"
version = "2.5.2"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89585d5125f6ba10f6aecf290219b36691ca293e9267f1c9575fae0e5cd9c620"
checksum = "fcc3fc564a4b53fd1e8589628efafe57602d91bde78be18186b5f61e8faea470"
[[package]]
name = "smallvec"
@ -1310,9 +1304,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.8.11"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e"
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
dependencies = [
"serde",
"serde_spanned",
@ -1331,9 +1325,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.7"
version = "0.22.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992"
checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
dependencies = [
"indexmap",
"serde",
@ -1398,7 +1392,7 @@ dependencies = [
"dirs",
"filetime",
"glob",
"heck 0.4.1",
"heck",
"html-escape",
"indexmap",
"indoc",

View file

@ -57,7 +57,7 @@ filetime = "0.2.23"
fs4 = "0.8.1"
git2 = "0.18.2"
glob = "0.3.1"
heck = "0.4.1"
heck = "0.5.0"
html-escape = "0.2.13"
indexmap = "2.2.5"
indoc = "2.0.4"
@ -75,11 +75,11 @@ semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }
serde_derive = "1.0.197"
serde_json = { version = "1.0.114", features = ["preserve_order"] }
smallbitvec = "2.5.1"
smallbitvec = "2.5.3"
tempfile = "3.10.1"
thiserror = "1.0.57"
tiny_http = "0.12.0"
toml = "0.8.11"
toml = "0.8.12"
unindent = "0.2.3"
walkdir = "2.5.0"
wasmparser = "0.201.0"