Skip to content

Commit

Permalink
Update ipnetwork requirement from 0.18.0 to 0.19.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ipnetwork](https://github.com/achanda/ipnetwork) to permit the latest version.
- [Release notes](https://github.com/achanda/ipnetwork/releases)
- [Commits](achanda/ipnetwork@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: ipnetwork
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 18, 2022
1 parent a91a205 commit 48d2834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -21,7 +21,7 @@ travis = []
serde = ["pnet_base/serde", "pnet_datalink/serde"]

[dependencies]
ipnetwork = "0.18.0"
ipnetwork = "0.19.0"

pnet_base = { path = "pnet_base", version = "0.29.0" }
pnet_sys = { path = "pnet_sys", version = "0.29.0" }
Expand Down

0 comments on commit 48d2834

Please sign in to comment.