From 01785c5c1a831b0c2beb6baa43009808461b9904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:30:24 +0000 Subject: [PATCH] Bump oxnet from 0.1.0 to 0.1.1 Bumps [oxnet](https://github.com/oxidecomputer/oxnet) from 0.1.0 to 0.1.1. - [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.0...oxnet-0.1.1) --- updated-dependencies: - dependency-name: oxnet 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 96e4ec9c..ed886ca8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2298,9 +2298,9 @@ dependencies = [ [[package]] name = "oxnet" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff7aba867c36df803039621068faf1630d3039eb999c2f6c3950d1064d4fbbdf" +checksum = "95f58698da06f0f57b1ea4a8f1b0ca5741ee17927729d2e87dcfcb682266d21d" dependencies = [ "ipnetwork", "schemars", diff --git a/Cargo.toml b/Cargo.toml index f09f6b5e..02cabfa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ oauth2 = "5.0.0" open = "4.2.0" oxide = { path = "sdk", version = "0.10.0" } oxide-httpmock = { path = "sdk-httpmock", version = "0.10.0" } -oxnet = "0.1.0" +oxnet = "0.1.1" predicates = "3.1.3" pretty_assertions = "1.4.1" progenitor = { git = "https://github.com/oxidecomputer/progenitor", default-features = false }