diff --git a/Cargo.lock b/Cargo.lock index 6eacc4a6..0d8a921e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 723d9921..17c3f4b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"