diff --git a/Cargo.toml b/Cargo.toml index 8c060cf..31e431e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ crate-type = ["cdylib", "rlib"] # BGP models # ############## ipnet = "2.10" -itertools = "0.14" +itertools = "0.15" log = "0.4" num_enum = { version = "0.7", features = ["complex-expressions"] } bitflags = { version = "2.6", features = ["serde"] }