From 4e51eb7ee6a82177d34bc1cdfa5e005fb47b2d6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 18:50:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Rust=20Crates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6999807..1fd5eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1", features = ["derive", "rc"] } serde_json = "1" # Database -sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "postgres", "migrate"] } +sqlx = { version = "0.9", features = ["runtime-tokio-rustls", "sqlite", "postgres", "migrate"] } # Caching and concurrent data structures dashmap = "6" @@ -54,8 +54,8 @@ reqwest = { version = "0.13", default-features = false, features = ["json", "rus base64 = { version = "0.22", default-features = false, features = ["std"] } # Cursor pagination -sha2 = "0.10" -hmac = "0.12" +sha2 = "0.11" +hmac = "0.13" subtle = "2.6" # Static file embedding @@ -67,7 +67,7 @@ clap = { version = "4", features = ["derive"] } chrono = "0.4" # Analytics - GeoIP -maxminddb = { version = "0.27", features = ["mmap", "simdutf8"] } +maxminddb = { version = "0.28", features = ["mmap", "simdutf8"] } # IP address and CIDR manipulation ipnet = "2"