From 83cedb9a1c37ee0856b474a777a2401c447218ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:19:29 +0000 Subject: [PATCH] chore(deps): bump maxminddb from 0.28.1 to 0.29.0 Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) 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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fluxheim-geoip/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18b75b89..6ce4cd64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1965,9 +1965,9 @@ checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" [[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/crates/fluxheim-geoip/Cargo.toml b/crates/fluxheim-geoip/Cargo.toml index c357fddb..edf0e0b0 100644 --- a/crates/fluxheim-geoip/Cargo.toml +++ b/crates/fluxheim-geoip/Cargo.toml @@ -14,4 +14,4 @@ runtime = ["dep:fluxheim-config", "dep:maxminddb"] [dependencies] fluxheim-config = { path = "../fluxheim-config", features = ["geoip"], optional = true } log = "0.4.33" -maxminddb = { version = "0.28.1", optional = true } +maxminddb = { version = "0.29.0", optional = true }