Skip to content

Commit

Permalink
Merge pull request #87 from oschwald/dependabot/cargo/ipnetwork-0.21.1
Browse files Browse the repository at this point in the history
Update ipnetwork requirement from 0.20.0 to 0.21.1
  • Loading branch information
oschwald authored Jan 8, 2025
2 parents 469a660 + 066d6bd commit a74ad8c
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 @@ -23,7 +23,7 @@ name ="maxminddb"
path = "src/maxminddb/lib.rs"

[dependencies]
ipnetwork = "0.20.0"
ipnetwork = "0.21.1"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
memchr = "2.4"
Expand Down

0 comments on commit a74ad8c

Please sign in to comment.