From 5ba025f1bdc11d60066cda69209557dd4f2494a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:13:54 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.14 to 0.15 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }