From 308a8c1a8d66fea9b1fa2244aa3e0d90d1a52d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:14:40 +0000 Subject: [PATCH] chore(deps): bump maxminddb from 0.27.3 to 0.28.1 Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.27.3 to 0.28.1. - [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.27.3...v0.28.1) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- querying/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c84b7e..26e344b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1931,9 +1931,9 @@ dependencies = [ [[package]] name = "maxminddb" -version = "0.27.3" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76371bd37ce742f8954daabd0fde7f1594ee43ac2200e20c003ba5c3d65e2192" +checksum = "faf6467428ad055b71e588bcedcbaf2ff605b3251deb0c52be4a04b674c546dd" dependencies = [ "ipnetwork", "log", diff --git a/querying/Cargo.toml b/querying/Cargo.toml index 1625b84..f147f93 100644 --- a/querying/Cargo.toml +++ b/querying/Cargo.toml @@ -12,7 +12,7 @@ trie-rs = "0.4.2" tokio = { workspace = true } reqwest = { workspace = true } csv = "1.4.0" -maxminddb = "0.27.3" +maxminddb = "0.28.1" log = { workspace = true } hickory-resolver = { version = "0.26.0-beta.3", features = ["tokio", "webpki-roots", "https-ring"] } thiserror = "2.0.18"