deps(rust)(deps): bump maxminddb from 0.24.0 to 0.27.0 in /src-tauri

Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.24.0 to 0.27.0.
- [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/0.24.0...v0.27.0)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-version: 0.27.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-11 18:22:46 +00:00
committed by GitHub
parent 1e104e0e59
commit fd786e373d
2 changed files with 6 additions and 8 deletions
+5 -7
View File
@@ -2890,12 +2890,9 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "ipnetwork"
version = "0.20.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
dependencies = [
"serde",
]
checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763"
[[package]]
name = "iri-string"
@@ -3336,14 +3333,15 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
[[package]]
name = "maxminddb"
version = "0.24.0"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6087e5d8ea14861bb7c7f573afbc7be3798d3ef0fae87ec4fd9a4de9a127c3c"
checksum = "7ef0551fc3e7345a6c854c1026b0ddada1e443e51f4fb4cdcf86cc1a71d4b337"
dependencies = [
"ipnetwork",
"log",
"memchr",
"serde",
"thiserror 2.0.17",
]
[[package]]
+1 -1
View File
@@ -93,7 +93,7 @@ serde_yaml = "0.9"
thiserror = "1.0"
regex-lite = "0.1"
tempfile = "3"
maxminddb = "0.24"
maxminddb = "0.27"
quick-xml = { version = "0.37", features = ["serialize"] }
# Daemon dependencies (tray icon)