Skip to content

Commit

Permalink
Update smoltcp requirement from 0.8.0 to 0.10.0 in /lib/vmxnet3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jun 27, 2023
1 parent 5d7ca04 commit 2ad3b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vmxnet3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ad3b88

Please sign in to comment.