diff --git a/Cargo.lock b/Cargo.lock index 14349c5..8fb5515 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,6 +1142,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.9" @@ -1643,7 +1652,7 @@ checksum = "8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac" dependencies = [ "bytes", "heck", - "itertools", + "itertools 0.11.0", "log", "multimap", "once_cell", @@ -1664,7 +1673,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" dependencies = [ "anyhow", - "itertools", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.33", @@ -2039,7 +2048,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85" dependencies = [ - "itertools", + "itertools 0.11.0", "nom", "unicode_categories", ] @@ -3005,7 +3014,7 @@ dependencies = [ "futures", "ipnet", "iprange", - "itertools", + "itertools 0.12.0", "lazy_static", "macaddr", "network-interface", diff --git a/Cargo.toml b/Cargo.toml index 3e87eb8..dda5f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "Wirespider distributes wireguard tunnel configurations and routes clap = { version = "4", features = ["derive","env"] } clap_complete = "4" lazy_static = "1.4.0" -itertools = "0.11.0" +itertools = "0.12.0" #wireguard wireguard-uapi = "3"