From f69ff7953a0dfc154f3924302c699a2c1812019b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:08:21 +0000 Subject: [PATCH] Bump ipnetwork from 0.18.0 to 0.20.0 Bumps [ipnetwork](https://github.com/achanda/ipnetwork) from 0.18.0 to 0.20.0. - [Release notes](https://github.com/achanda/ipnetwork/releases) - [Commits](https://github.com/achanda/ipnetwork/compare/v0.18.0...v0.20.0) --- updated-dependencies: - dependency-name: ipnetwork dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++----- common/Cargo.toml | 2 +- nexus/Cargo.toml | 2 +- sled-agent/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec57b816345..7d38bd90aba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,7 +1171,7 @@ dependencies = [ "byteorder", "chrono", "diesel_derives", - "ipnetwork", + "ipnetwork 0.20.0", "itoa 1.0.2", "libc", "pq-sys", @@ -2398,6 +2398,15 @@ dependencies = [ "serde", ] +[[package]] +name = "ipnetwork" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" +dependencies = [ + "serde", +] + [[package]] name = "itertools" version = "0.10.3" @@ -2955,7 +2964,7 @@ dependencies = [ "futures", "http", "hyper", - "ipnetwork", + "ipnetwork 0.20.0", "macaddr", "parse-display", "progenitor", @@ -2991,7 +3000,7 @@ dependencies = [ "futures", "http", "hyper", - "ipnetwork", + "ipnetwork 0.18.0", "macaddr", "parse-display", "progenitor", @@ -3089,7 +3098,7 @@ dependencies = [ "httptest", "hyper", "internal-dns-client", - "ipnetwork", + "ipnetwork 0.20.0", "itertools", "lazy_static", "libc", @@ -3195,7 +3204,7 @@ dependencies = [ "futures", "http", "internal-dns-client", - "ipnetwork", + "ipnetwork 0.20.0", "libc", "macaddr", "mockall", diff --git a/common/Cargo.toml b/common/Cargo.toml index b17a4a1212c..814fa4b92b1 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -13,7 +13,7 @@ dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" futures = "0.3.21" http = "0.2.7" hyper = "0.14" -ipnetwork = "0.18" +ipnetwork = "0.20" macaddr = { version = "1.0.1", features = [ "serde_std" ] } rand = "0.8.4" reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "stream"] } diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index a2def53a542..1e7588cf55a 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -25,7 +25,7 @@ hex = "0.4.3" http = "0.2.7" hyper = "0.14" internal-dns-client = { path = "../internal-dns-client" } -ipnetwork = "0.18" +ipnetwork = "0.20" lazy_static = "1.4.0" libc = "0.2.126" macaddr = { version = "1.0.1", features = [ "serde_std" ]} diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index 550abdd71e9..024b632030c 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -19,7 +19,7 @@ ddm-admin-client = { path = "../ddm-admin-client" } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } futures = "0.3.21" internal-dns-client = { path = "../internal-dns-client" } -ipnetwork = "0.18" +ipnetwork = "0.20" libc = "0.2.126" macaddr = { version = "1.0.1", features = [ "serde_std" ] } nexus-client = { path = "../nexus-client" }