Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 2ad3b88

Browse files
Update smoltcp requirement from 0.8.0 to 0.10.0 in /lib/vmxnet3
Updates the requirements on [smoltcp](https://github.com/smoltcp-rs/smoltcp) to permit the latest version. - [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/main/CHANGELOG.md) - [Commits](smoltcp-rs/smoltcp@v0.8.0...v0.10.0) --- updated-dependencies: - dependency-name: smoltcp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d7ca04 commit 2ad3b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vmxnet3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ x86 = { version = "0.52", features = ["unstable"] }
1414
arrayvec = { version = "0.7.0", default-features = false }
1515
custom_error = { version = "1.9", default-features = false, features = ["unstable"] }
1616
driverkit = "0.24"
17-
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" ] }
17+
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" ] }
1818

1919
[target.'cfg(target_family = "unix")'.dev-dependencies]
2020
env_logger = "0.9"

0 commit comments

Comments
 (0)