From 58cb1a76991cdb1cc2eb1645b7742d756ab9531e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:23:57 +0000 Subject: [PATCH] Bump maxminddb from 0.29.0 to 0.30.0 in the major group Bumps the major group with 1 update: [maxminddb](https://github.com/oschwald/maxminddb-rust). Updates `maxminddb` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/oschwald/maxminddb-rust/releases) - [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/oschwald/maxminddb-rust/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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"