diff --git a/lib/vmxnet3/Cargo.toml b/lib/vmxnet3/Cargo.toml index 40dca74fb..ce0d6f110 100644 --- a/lib/vmxnet3/Cargo.toml +++ b/lib/vmxnet3/Cargo.toml @@ -14,7 +14,7 @@ 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" -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" ] } +smoltcp = { version = "0.10.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] env_logger = "0.9"