From a57409a629b04fc3b68f194c36f16ef9ddd6bed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 05:37:46 +0000 Subject: [PATCH] Bump maxminddb from 0.24.0 to 0.25.0 in the minor group Bumps the minor group with 1 update: [maxminddb](https://github.com/oschwald/maxminddb-rust). Updates `maxminddb` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/oschwald/maxminddb-rust/releases) - [Changelog](https://github.com/oschwald/maxminddb-rust/blob/0.25.0/CHANGELOG.md) - [Commits](https://github.com/oschwald/maxminddb-rust/compare/0.24.0...0.25.0) --- updated-dependencies: - dependency-name: maxminddb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b12e94c..b0586fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,12 +1160,9 @@ dependencies = [ [[package]] name = "ipnetwork" -version = "0.20.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" -dependencies = [ - "serde", -] +checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" [[package]] name = "is-terminal" @@ -1277,9 +1274,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "maxminddb" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6087e5d8ea14861bb7c7f573afbc7be3798d3ef0fae87ec4fd9a4de9a127c3c" +checksum = "144de2546bf4846c6c84b7f76be035f7ebbc1e7d40cfb05810ba45c129508321" dependencies = [ "ipnetwork", "log", diff --git a/Cargo.toml b/Cargo.toml index 01de0e1..e2638a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ cadence = "^1.5.0" envy = "^0.4.2" futures = "^0.3" lazy_static = "^1.5.0" -maxminddb = "^0.24.0" +maxminddb = "^0.25.0" regex = "^1.11.1" sentry = "^0.36.0" sentry-actix = "^0.36.0"