Skip to content

Commit

Permalink
Update cidr requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [cidr](https://github.com/stbuehler/rust-cidr) to permit the latest version.
- [Release notes](https://github.com/stbuehler/rust-cidr/releases)
- [Changelog](https://github.com/stbuehler/rust-cidr/blob/master/CHANGELOG.md)
- [Commits](stbuehler/rust-cidr@cidr-0.2.0...cidr-0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent b09b322 commit 8c6f130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = []
unsafe-state-file = []

[dependencies]
cidr = { version = "0.2", features = ["serde"] }
cidr = { version = "0.3", features = ["serde"] }
log = { version = "0.4" }
regex = "1"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 8c6f130

Please sign in to comment.