From 614a71de76af7e2e85f6b7221e3be830e678f7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:15:45 +0000 Subject: [PATCH] Bump oxnet from 0.1.3 to 0.1.4 Bumps [oxnet](https://github.com/oxidecomputer/oxnet) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/oxidecomputer/oxnet/releases) - [Changelog](https://github.com/oxidecomputer/oxnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxidecomputer/oxnet/compare/oxnet-0.1.3...oxnet-0.1.4) --- updated-dependencies: - dependency-name: oxnet dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a8c2612..37577755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2544,9 +2544,9 @@ dependencies = [ [[package]] name = "oxnet" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8200429754152e6379fbb1dd06eea90156c3b67591f6e31d08e787d010ef0168" +checksum = "5dc6fb07ecd6d2a17ff1431bc5b3ce11036c0b6dd93a3c4904db5b910817b162" dependencies = [ "ipnetwork", "schemars", diff --git a/Cargo.toml b/Cargo.toml index 47962734..9463f340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ oauth2 = "5.0.0" open = "5.3.2" oxide = { path = "sdk", version = "0.14.0" } oxide-httpmock = { path = "sdk-httpmock", version = "0.14.0" } -oxnet = "0.1.3" +oxnet = "0.1.4" predicates = "3.1.3" pretty_assertions = "1.4.1" progenitor = { git = "https://github.com/oxidecomputer/progenitor", default-features = false }