From 2dcc9a74e3f70972e1b172a807c799898557b594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 07:37:08 +0000 Subject: [PATCH] build(deps): bump ipnet from 2.7.2 to 2.8.0 Bumps [ipnet](https://github.com/krisprice/ipnet) from 2.7.2 to 2.8.0. - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits/2.8.0) --- updated-dependencies: - dependency-name: ipnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 248fc3c..2b65e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,9 +1006,9 @@ checksum = "8e537132deb99c0eb4b752f0346b6a836200eaaa3516dd7e5514b63930a09e5d" [[package]] name = "ipnet" -version = "2.7.2" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" +checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "iprange" diff --git a/Cargo.toml b/Cargo.toml index 69dd4b9..cfe4ae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ typed-builder = "0.14.0" sqlx = { version = "0.6", default-features = false, features = [ "runtime-tokio-rustls", "sqlite", "uuid", "migrate", "macros" ] } base64 = "0.21" rand = { version = "0.8", features = ["getrandom"] } -ipnet = "2.7" +ipnet = "2.8" iprange = "0.6.7" eui48 = "1" uuid = { version = "1", features = ["v4"] } @@ -64,7 +64,7 @@ prost-build = { version = "0.11" } clap = { version = "4", features = ["derive","env"] } clap_complete = "4" uuid = "1" -ipnet = "2.7.2" +ipnet = "2.8.0" tonic = { version = "0.9", features = ["tls", "tls-webpki-roots"]} [features]