Skip to content

Commit

Permalink
build(deps): bump ipnetwork from 0.20.0 to 0.21.1
Browse files Browse the repository at this point in the history
Bumps [ipnetwork](https://github.com/achanda/ipnetwork) from 0.20.0 to 0.21.1.
- [Release notes](https://github.com/achanda/ipnetwork/releases)
- [Changelog](https://github.com/achanda/ipnetwork/blob/master/CHANGELOG.md)
- [Commits](achanda/ipnetwork@v0.20.0...v0.21.1)

---
updated-dependencies:
- dependency-name: ipnetwork
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 0b90c33 commit 7f2bf81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 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/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ http.workspace = true
http-body.workspace = true
http-body-util.workspace = true
hyper.workspace = true
ipnetwork = "0.20.0"
ipnetwork = "0.21.1"
itertools = "0.13.0"
listenfd = "1.0.1"
rand.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow.workspace = true
camino = { workspace = true, features = ["serde1"] }
chrono.workspace = true
figment.workspace = true
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
ipnetwork = { version = "0.21.1", features = ["serde", "schemars"] }
lettre.workspace = true
schemars.workspace = true
ulid.workspace = true
Expand Down

0 comments on commit 7f2bf81

Please sign in to comment.