From b16e337e84405d020447c563663b07e972a3beea Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Thu, 5 Sep 2024 13:41:31 +0200 Subject: [PATCH] build: Update maxminddb to 0.24.0 --- Cargo.lock | 19 +++++-------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51c828db6f..d9959d0e5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2067,15 +2067,6 @@ version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" -[[package]] -name = "ipnetwork" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4088d739b183546b239688ddbc79891831df421773df95e236daf7867866d355" -dependencies = [ - "serde", -] - [[package]] name = "ipnetwork" version = "0.20.0" @@ -2313,14 +2304,14 @@ checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" [[package]] name = "maxminddb" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe2ba61113f9f7a9f0e87c519682d39c43a6f3f79c2cc42c3ba3dda83b1fa334" +checksum = "d6087e5d8ea14861bb7c7f573afbc7be3798d3ef0fae87ec4fd9a4de9a127c3c" dependencies = [ - "ipnetwork 0.18.0", + "ipnetwork", "log", "memchr", - "memmap2 0.5.10", + "memmap2 0.9.4", "serde", ] @@ -3629,7 +3620,7 @@ version = "24.8.0" dependencies = [ "indexmap 2.2.5", "insta", - "ipnetwork 0.20.0", + "ipnetwork", "once_cell", "regex", "relay-common", diff --git a/Cargo.toml b/Cargo.toml index fdaec9b3ee..e596956cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ ipnetwork = "0.20.0" itertools = "0.13.0" json-forensics = "0.1.1" lru = "0.9.0" -maxminddb = "0.23.0" +maxminddb = "0.24.0" memchr = "2.7.4" md5 = "0.7.0" mime = "0.3.16"