diff --git a/Cargo.lock b/Cargo.lock index f38093a6..a7039a0a 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]] @@ -370,9 +370,9 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[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" [[package]] name = "pin-project-lite" diff --git a/libnet/Cargo.toml b/libnet/Cargo.toml index a69cb009..f8858100 100644 --- a/libnet/Cargo.toml +++ b/libnet/Cargo.toml @@ -21,7 +21,7 @@ nvpair-sys = { git = "https://github.com/jmesmon/rust-libzfs", branch = "master" dlpi = { git = "https://github.com/oxidecomputer/dlpi-sys", default-features = false } num_enum = "0.7.5" -oxnet = { version = "0.1.3", default-features = false } +oxnet = { version = "0.1.4", default-features = false } rusty-doors = { git = "https://github.com/oxidecomputer/rusty-doors" } rand = "0.9.2" winnow = "0.7.13" diff --git a/netadm/Cargo.toml b/netadm/Cargo.toml index 227b26f9..8b774515 100644 --- a/netadm/Cargo.toml +++ b/netadm/Cargo.toml @@ -14,4 +14,4 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] } anstyle = "1.0.11" humantime = "2.3.0" -oxnet = { version = "0.1.3", default-features = false } +oxnet = { version = "0.1.4", default-features = false }