Skip to content

Commit b97fe6d

Browse files
Update ipnetwork requirement from 0.20.0 to 0.21.0
Updates the requirements on [ipnetwork](https://github.com/achanda/ipnetwork) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 469a660 commit b97fe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name ="maxminddb"
2323
path = "src/maxminddb/lib.rs"
2424

2525
[dependencies]
26-
ipnetwork = "0.20.0"
26+
ipnetwork = "0.21.0"
2727
log = "0.4"
2828
serde = { version = "1.0", features = ["derive"] }
2929
memchr = "2.4"

0 commit comments

Comments
 (0)