Skip to content

Commit

Permalink
build(deps): bump ipnetwork from 0.20.0 to 0.21.1 (#138)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <[email protected]>
  • Loading branch information
dependabot[bot] and robjtede authored Feb 11, 2025
1 parent a83726d commit 4e79617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 actix-client-ip-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ actix-utils = "3"
actix-web = { version = "4", default-features = false }
awc = { version = "3.5", optional = true }
impl-more = "0.1.9"
ipnetwork = { version = "0.20", features = ["serde"] }
ipnetwork = { version = "0.21", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
tracing = { version = "0.1.41", features = ["log"] }

Expand Down

0 comments on commit 4e79617

Please sign in to comment.