From cbbae0741338cf867e8bb17e83b39655c1d013ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:40:55 +1100 Subject: [PATCH] Bump maxminddb from 0.23.0 to 0.24.0 (#270) --- Cargo.lock | 8 ++++---- clash_lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6050fa7f..403f7e41f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2891,9 +2891,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ipnetwork" -version = "0.18.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4088d739b183546b239688ddbc79891831df421773df95e236daf7867866d355" +checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" dependencies = [ "serde", ] @@ -3146,9 +3146,9 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[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", "log", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 09771fb68..c23859e5a 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -99,7 +99,7 @@ tracing-appender = "0.2.3" shadowsocks = { version = "1.17.1", optional = true, features=["aead-cipher-2022"] } -maxminddb = "0.23.0" +maxminddb = "0.24.0" public-suffix = "0.1.0" murmur3 = "0.5.2"