From fd786e373dea3c83c379c060944adc365990f573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 18:22:46 +0000 Subject: [PATCH] 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] --- src-tauri/Cargo.lock | 12 +++++------- src-tauri/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a9afdbb..7c9cac3 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -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]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f46e9e7..c93dd37 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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)