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

View File

@ -20,7 +20,7 @@ hickory-resolver = { version = "0.25", features = ["tls-ring","https-ring","qui
http = "1.3"
idna = "1.0"
log = "0.4"
maxminddb = "0.25"
maxminddb = "0.26"
mime = "0.3"
parking_lot = "0.12"
regex = "1.11"