Skip to content

Commit 11144a3

Browse files
build(deps): bump netlink-packet-route from 0.19.0 to 0.22.0
Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.19.0 to 0.22.0. - [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.22.0) --- updated-dependencies: - dependency-name: netlink-packet-route dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed3ac91 commit 11144a3

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

Cargo.lock

+17-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/network-scanner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ipconfig = "0.3"
2929

3030
[target.'cfg(target_os = "linux")'.dependencies]
3131
futures-util = "0.3"
32-
netlink-packet-route = "0.19"
32+
netlink-packet-route = "0.22"
3333
rtnetlink = "0.14"
3434

3535
[dev-dependencies]

0 commit comments

Comments
 (0)