From 201efa62683bdee2f95abd223aaec401db91e513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:59:14 +0000 Subject: [PATCH] Update Rust crate url to 2.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d240ebee..294b8d9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ http-body-util = "0.1.1" loole = "0.3.0" # Validating urls in config, was already a transitive dependency -url = { version = "2", features = ["serde"] } +url = { version = "2.5.0", features = ["serde"] } async-trait = "0.1.80"