Update maxminddb dependency to 0.26 and adapt to breaking changes

This commit is contained in:
Slatian
2025-04-11 21:40:41 +02:00
parent 5c322f2611
commit 34e5e8f95c
3 changed files with 10 additions and 10 deletions

5
Cargo.lock generated
View File

@ -1403,14 +1403,15 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
[[package]]
name = "maxminddb"
version = "0.25.0"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144de2546bf4846c6c84b7f76be035f7ebbc1e7d40cfb05810ba45c129508321"
checksum = "2a197e44322788858682406c74b0b59bf8d9b4954fe1f224d9a25147f1880bba"
dependencies = [
"ipnetwork",
"log",
"memchr",
"serde",
"thiserror 2.0.12",
]
[[package]]