diff --git a/Cargo.lock b/Cargo.lock index 17a5965fe..497d03af8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "heck" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "instant" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index f5137152e..367372319 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.51" clap = { version = "4.0.4", 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.4.1" itertools = "0.10.5" mbrman = "0.5.1" nix = { version = "0.26.1", default-features = false, features = ["fs"] }