From c062a9c9e861829b9cd09cdf1c5bc5554127a269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:36:04 +0000 Subject: [PATCH] fix(deps): update rust crate url to 2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcf2d00..d00db0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rand = "0.8" async-recursion="1.0" mime = "0.3" chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] } -url = { version = "2.4", features = ["serde"]} +url = { version = "2.5", features = ["serde"]} hyper = { version ="0.14", features = ["http2","server", "client", "h2", "stream"], optional = true } tokio = { version = "1", features = ["bytes","rt-multi-thread","signal","tracing"], optional = true } tokio-stream = { version = "0.1", optional = true }