From 15fc6c6515d558c505b0d21734bffd24d86ab9e2 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 04:05:02 +0000 Subject: [PATCH] Update Rust crate winnow to 0.7.14 --- Cargo.lock | 6 +++--- libnet/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27f771a9..4038dfb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -864,9 +864,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" dependencies = [ "memchr", ] diff --git a/libnet/Cargo.toml b/libnet/Cargo.toml index a69cb009..c83bc2f0 100644 --- a/libnet/Cargo.toml +++ b/libnet/Cargo.toml @@ -24,4 +24,4 @@ num_enum = "0.7.5" oxnet = { version = "0.1.3", default-features = false } rusty-doors = { git = "https://github.com/oxidecomputer/rusty-doors" } rand = "0.9.2" -winnow = "0.7.13" +winnow = "0.7.14"