From d195e436f79e7fb09dd57cd64f737c415c9f14c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 09:42:23 +0000 Subject: [PATCH] Bump maxminddb from 0.31.0 to 0.32.0 Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.31.0 to 0.32.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.31.0...v0.32.0) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 f3b2048..2284dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "maxminddb" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0673d20587e2a92e0a02e372a626ddc914955d645a0947613b8a7f39455e332b" +checksum = "9b43d2458d977b610b04a3858e6504f06133663d303a1a0606601b530bfc9bc6" dependencies = [ "ipnetwork", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 42ab420..b4bcb72 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.31.0" +maxminddb = "0.32.0" rand = "0.10.2" regex = "1.13.0" tokio = "1.52.3"