diff --git a/Cargo.lock b/Cargo.lock index f3b2048..2284dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "maxminddb" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0673d20587e2a92e0a02e372a626ddc914955d645a0947613b8a7f39455e332b" +checksum = "9b43d2458d977b610b04a3858e6504f06133663d303a1a0606601b530bfc9bc6" dependencies = [ "ipnetwork", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 42ab420..b4bcb72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ futures = "0.3.32" http-body-util = "0.1.3" hyper-util = "0.1.20" isocountry = "0.3.2" -maxminddb = "0.31.0" +maxminddb = "0.32.0" rand = "0.10.2" regex = "1.13.0" tokio = "1.52.3"