From e6b2b3c644ce6d0092617862d660f5a36fbe78ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 18:39:40 +0000 Subject: [PATCH] Update driverkit requirement from 0.24 to 0.25 in /lib/vmxnet3 Updates the requirements on [driverkit](https://github.com/gz/rust-driverkit) to permit the latest version. - [Release notes](https://github.com/gz/rust-driverkit/releases) - [Commits](https://github.com/gz/rust-driverkit/commits/0.25.0) --- updated-dependencies: - dependency-name: driverkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/vmxnet3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmxnet3/Cargo.toml b/lib/vmxnet3/Cargo.toml index 40dca74fb..7f3dc85a1 100644 --- a/lib/vmxnet3/Cargo.toml +++ b/lib/vmxnet3/Cargo.toml @@ -13,7 +13,7 @@ static_assertions = "1.1.0" x86 = { version = "0.52", features = ["unstable"] } arrayvec = { version = "0.7.0", default-features = false } custom_error = { version = "1.9", default-features = false, features = ["unstable"] } -driverkit = "0.24" +driverkit = "0.25" smoltcp = { version = "0.8.0", default-features = false, features = [ "alloc", "log", "proto-ipv4", "proto-igmp", "proto-dhcpv4", "socket-raw", "socket-icmp", "socket-udp", "socket-tcp", "medium-ethernet" ] } [target.'cfg(target_family = "unix")'.dev-dependencies]