Bump maxminddb from 0.27.3 to 0.28.1

Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.27.3 to 0.28.1.
- [Release notes](https://github.com/oschwald/maxminddb-rust/releases)
- [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oschwald/maxminddb-rust/compare/v0.27.3...v0.28.1)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-27 03:18:53 +00:00 committed by GitHub
parent 6bf415a19a
commit c705caf3d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2855,9 +2855,9 @@ dependencies = [
[[package]]
name = "maxminddb"
version = "0.27.3"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76371bd37ce742f8954daabd0fde7f1594ee43ac2200e20c003ba5c3d65e2192"
checksum = "faf6467428ad055b71e588bcedcbaf2ff605b3251deb0c52be4a04b674c546dd"
dependencies = [
"ipnetwork",
"log",

View File

@ -47,7 +47,7 @@ dns-lookup = "3.0.1"
etherparse = "0.20.1"
iced = { version = "0.14.0", features = ["tokio", "svg", "advanced", "lazy", "image"] }
listeners = "0.5.1"
maxminddb = "0.27.3"
maxminddb = "0.28.1"
pcap = "2.4.0"
phf = "0.13.1"
phf_shared = "0.13.1"