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]