From 8971277d8369135e9ae051e3ff0094e2a7f4ebbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:41:01 +0000 Subject: [PATCH] dep-update: bump cidr from 0.3.0 to 0.3.1 (#679) Bumps [cidr](https://github.com/stbuehler/rust-cidr) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/stbuehler/rust-cidr/releases) - [Changelog](https://github.com/stbuehler/rust-cidr/blob/master/CHANGELOG.md) - [Commits](https://github.com/stbuehler/rust-cidr/compare/cidr-0.3.0...cidr-0.3.1) --- updated-dependencies: - dependency-name: cidr 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 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71890d27..1f1f5451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,9 +1125,9 @@ dependencies = [ [[package]] name = "cidr" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfc95a0c21d5409adc146dbbb152b5c65aaea32bc2d2f57cf12f850bffdd7ab8" +checksum = "bd1b64030216239a2e7c364b13cd96a2097ebf0dfe5025f2dedee14a23f2ab60" [[package]] name = "clap" diff --git a/server/Cargo.toml b/server/Cargo.toml index 45a5fddd..8908aca7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -38,7 +38,7 @@ aws-config = { version = "1.5.14", features = ["behavior-version-latest"] } aws-sdk-s3 = { version = "1.69.0", features = ["behavior-version-latest"] } base64 = "0.22.1" chrono = { version = "0.4.39", features = ["serde"] } -cidr = "0.3.0" +cidr = "0.3.1" clap = { version = "4.5.26", features = ["derive", "env"] } clap-markdown = "0.1.4" dashmap = "6.1.0"