diff --git a/Cargo.toml b/Cargo.toml index 308cd4e5..f86f4c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"