Skip to content

Commit

Permalink
build(deps): bump netlink-packet-route from 0.19.0 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.19.0 to 0.21.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.21.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]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 01fb589 commit 758fbcb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/network-scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ipconfig = "0.3"

[target.'cfg(target_os = "linux")'.dependencies]
futures-util = "0.3"
netlink-packet-route = "0.19"
netlink-packet-route = "0.21"
rtnetlink = "0.14"

[dev-dependencies]
Expand Down

0 comments on commit 758fbcb

Please sign in to comment.