From 40f0f0786a2d9ee5da0cd4b95f51531c7b9aca4b Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sun, 24 Aug 2025 23:53:00 +0800 Subject: [PATCH] bump url crate version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 260a7cd..7c6cf99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7355,9 +7355,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.6" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "137a3c834eaf7139b73688502f3f1141a0337c5d8e4d9b536f9b8c796e26a7c4" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 22646c9..425a9e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ timeago = "0.5.0" handlebars = "6.3.2" ahash = "0.8.12" oauth2 = { version = "5.0.0", features = ["reqwest-blocking"] } -url = { version = "2.5.6", features = ["serde"] } +url = { version = "2.5.7", features = ["serde"] } sysinfo = "0.37.0" proc-macro2 = "1.0.101" cacache = { version = "13.1.0", default-features = false, features = [