diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 47fb1c5a..f6f25934 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -969,7 +969,7 @@ dependencies = [ "dotenvy", "futures", "futures-timer", - "itertools 0.10.5", + "itertools", "lapin", "ndarray", "opencv", @@ -1998,15 +1998,6 @@ version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.11.0" @@ -3504,7 +3495,7 @@ dependencies = [ "derive_more", "dotenvy", "graphql_endpoints", - "itertools 0.10.5", + "itertools", "opa_client", "soakdb_io", "tokio", @@ -3554,7 +3545,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85" dependencies = [ - "itertools 0.11.0", + "itertools", "nom", "unicode_categories", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index bb326a2c..4bf110ff 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -30,7 +30,7 @@ chrono = { version = "0.4.28", default-features = false } clap = { version = "4.4.6", features = ["derive", "env"] } derive_more = { version = "0.99.17" } dotenvy = { version = "0.15.7" } -itertools = { version = "0.10.5" } +itertools = { version = "0.11.0" } reqwest = { version = "0.11.22" } sea-orm = { version = "0.11.2", default-features = false, features = [ "macros",