Skip to content

Commit

Permalink
build(deps): update netlink-packet-route requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) to permit the latest version.
- [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-route@v0.19.0...v0.21.0)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent b8afc3c commit 5b59f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rattan-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ipnet = { version = "2.8.0", features = ["serde"] }
lazy_static = "1.4.0"
libc = "0.2.141"
netem-trace = { workspace = true }
netlink-packet-route = "0.19.0"
netlink-packet-route = "0.21.0"
nix = { workspace = true }
once_cell = { workspace = true }
parking_lot = "0.12.1"
Expand Down

0 comments on commit 5b59f16

Please sign in to comment.