From 60c073de5e10c10bea8b46fc9ed0253102a5e564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:42:44 +0000 Subject: [PATCH] Bump maxminddb from 0.29.0 to 0.30.0 Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) 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 ... 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 ba63fdc..6f39b66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,12 +1231,11 @@ dependencies = [ [[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 2.0.18", diff --git a/Cargo.toml b/Cargo.toml index e881f7b..e896c57 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.29.0" +maxminddb = "0.30.0" rand = "0.10.2" regex = "1.13.0" tokio = "1.52.3"