diff --git a/Cargo.lock b/Cargo.lock index bd84acbac..cc0da3f85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", "syn 2.0.72", @@ -322,12 +322,6 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -[[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" @@ -1114,7 +1108,7 @@ dependencies = [ "clap", "fatfs", "fs-err", - "heck 0.4.1", + "heck", "itertools", "lzma-rs", "mbrman", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 5ecaddae9..1e3be5be9 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.51" clap = { version = "4.4.0", default-features = false, features = ["derive", "help", "usage", "std"] } fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std"] } fs-err = "2.6.0" -heck = "0.4.0" +heck = "0.5.0" itertools = "0.13.0" lzma-rs = "0.3.0" mbrman = "0.5.1"