diff --git a/Cargo.lock b/Cargo.lock index 9af049e..06e0a65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,7 @@ dependencies = [ "eyre", "git-fixture", "git2", - "itertools 0.13.0", + "itertools 0.14.0", "log", "pkg-config", "regex", @@ -470,9 +470,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/Cargo.toml b/Cargo.toml index 32702ba..c088193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ pre-release-replacements = [ [dependencies] git2 = { version = ">=0.16, <=0.18", default-features = false } log = "0.4.17" -itertools = "0.13.0" +itertools = "0.14.0" which = "7.0.0" bstr = { version = "1.4.0", default-features = false } tempfile = "3.5.0"