update maxminddb to 0.27.0

This commit is contained in:
GyulyVGC
2025-12-02 12:34:40 +01:00
parent e33f1fd599
commit 95db1b16ec
5 changed files with 10 additions and 13 deletions

4
Cargo.lock generated
View File

@@ -2719,9 +2719,9 @@ dependencies = [
[[package]]
name = "maxminddb"
version = "0.26.0"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a197e44322788858682406c74b0b59bf8d9b4954fe1f224d9a25147f1880bba"
checksum = "7ef0551fc3e7345a6c854c1026b0ddada1e443e51f4fb4cdcf86cc1a71d4b337"
dependencies = [
"ipnetwork",
"log",