diff --git a/Cargo.lock b/Cargo.lock index b376578..52777e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1383,12 +1383,11 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "maxminddb" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e84ef32bcbf18a95548989e880db4af6fafd563463753afb4b9a149fb2782c" +checksum = "a7bd67e2f5d65937ff283e418fcad53c8e2eeda0719e455508b62dad8ffe6180" dependencies = [ "ipnetwork", - "log", "memchr", "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index e4f9f93..6482f5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ cadence = "^1.8.0" envy = "^0.4.2" futures = "^0.3" lazy_static = "^1.5.0" -maxminddb = "0.29.0" +maxminddb = "0.30.0" regex = "^1.12.3" sentry = "^0.48.2" sentry-actix = "^0.48.0"