Skip to content

Commit fdfcaeb

Browse files
build(deps): bump ipnetwork from 0.20.0 to 0.21.0
Bumps [ipnetwork](https://github.com/achanda/ipnetwork) from 0.20.0 to 0.21.0. - [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.0) --- updated-dependencies: - dependency-name: ipnetwork dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9601fed commit fdfcaeb

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ http.workspace = true
2828
http-body.workspace = true
2929
http-body-util.workspace = true
3030
hyper.workspace = true
31-
ipnetwork = "0.20.0"
31+
ipnetwork = "0.21.0"
3232
itertools = "0.13.0"
3333
listenfd = "1.0.1"
3434
rand.workspace = true

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ anyhow.workspace = true
2121
camino = { workspace = true, features = ["serde1"] }
2222
chrono.workspace = true
2323
figment.workspace = true
24-
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
24+
ipnetwork = { version = "0.21.0", features = ["serde", "schemars"] }
2525
lettre.workspace = true
2626
schemars.workspace = true
2727
ulid.workspace = true

0 commit comments

Comments
 (0)