From f5cd27afd0bd6aa93ac1b18f508f0ecedaa87489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 01:54:54 +0000 Subject: [PATCH] chore(deps): Bump cidr-utils from 0.5.10 to 0.5.11 (#18516) Bumps [cidr-utils](https://github.com/magiclen/cidr-utils) from 0.5.10 to 0.5.11. - [Commits](https://github.com/magiclen/cidr-utils/compare/v0.5.10...v0.5.11) --- updated-dependencies: - dependency-name: cidr-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19b6656c1fafe..9fa26494257ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2028,9 +2028,9 @@ dependencies = [ [[package]] name = "cidr-utils" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdfa36f04861d39453affe1cf084ce2d6554021a84eb6f31ebdeafb6fb92a01c" +checksum = "2315f7119b7146d6a883de6acd63ddf96071b5f79d9d98d2adaa84d749f6abf1" dependencies = [ "debug-helper", "num-bigint", diff --git a/Cargo.toml b/Cargo.toml index 16fd31a89a63a..6c9f563678453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -253,7 +253,7 @@ bollard = { version = "0.14.0", default-features = false, features = ["ssl", "ch bytes = { version = "1.5.0", default-features = false, features = ["serde"] } bytesize = { version = "1.3.0", default-features = false } chrono = { version = "0.4.27", default-features = false, features = ["serde"] } -cidr-utils = { version = "0.5.10", default-features = false } +cidr-utils = { version = "0.5.11", default-features = false } clap = { version = "4.4.2", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } colored = { version = "2.0.4", default-features = false } csv = { version = "1.2", default-features = false }