diff --git a/Cargo.lock b/Cargo.lock index 3a9e2d128..06c3f26f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3110,15 +3110,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.13.0" @@ -7205,7 +7196,7 @@ dependencies = [ "ahash 0.8.12", "aho-corasick", "criterion", - "itertools 0.11.0", + "itertools 0.13.0", "lazy_static", "log", "memoize", diff --git a/crates/terraphim_rolegraph/Cargo.toml b/crates/terraphim_rolegraph/Cargo.toml index 4276cfe41..d00ea2b75 100644 --- a/crates/terraphim_rolegraph/Cargo.toml +++ b/crates/terraphim_rolegraph/Cargo.toml @@ -17,7 +17,7 @@ terraphim_types = { path = "../terraphim_types", version = "0.2.0" } ahash = { version = "0.8.3", features = ["serde"] } aho-corasick = "1.0.2" -itertools = "0.11.0" +itertools = "0.13.0" lazy_static = "1.4.0" log = "0.4.20" memoize = "0.4.0"