From db570203ea835a58cd9d7c257c0c62bf1cfe838f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:20:02 +0000 Subject: [PATCH] Bump maxminddb in the major group across 1 directory Bumps the major group with 1 update in the / directory: [maxminddb](https://github.com/oschwald/maxminddb-rust). Updates `maxminddb` from 0.28.1 to 0.29.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.28.1...v0.29.0) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfca682..b376578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1383,9 +1383,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "maxminddb" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf6467428ad055b71e588bcedcbaf2ff605b3251deb0c52be4a04b674c546dd" +checksum = "65e84ef32bcbf18a95548989e880db4af6fafd563463753afb4b9a149fb2782c" dependencies = [ "ipnetwork", "log", diff --git a/Cargo.toml b/Cargo.toml index 1c2507f..e4f9f93 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.28.1" +maxminddb = "0.29.0" regex = "^1.12.3" sentry = "^0.48.2" sentry-actix = "^0.48.0"