diff --git a/Cargo.lock b/Cargo.lock index 850a94311..3bad17608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0c77d25d4..d93ac54f1 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.4.0", default-features = false, features = ["derive", "hel fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std"] } fs-err = "3.0.0" heck = "0.5.0" -itertools = "0.13.0" +itertools = "0.14.0" log.workspace = true mbrman = "0.5.1" nix = { version = "0.29.0", default-features = false, features = ["fs"] }