From 707eff16f28c859c7075a75203c3c4a504599225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:42:50 +0000 Subject: [PATCH] Bump maxminddb from 0.30.0 to 0.30.3 Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.30.0 to 0.30.3. - [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.30.0...v0.30.3) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 0.30.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b6626c..fbc63e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ dependencies = [ [[package]] name = "maxminddb" -version = "0.30.0" +version = "0.30.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7bd67e2f5d65937ff283e418fcad53c8e2eeda0719e455508b62dad8ffe6180" +checksum = "6649a1829998559f076107dfff337f1d05195eec8d01964d96e53570cc8f8d75" dependencies = [ "ipnetwork", "memchr",