From ce4cfbc6fdadebea3c76002a1125b8325298ac61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:51:59 +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 37a48a3..7fd3775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0" tokio = { version = "1.35", features=["macros"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features=["json", "env-filter"] } -url = { version = "2.4", features = ["serde"] } +url = { version = "2.5", features = ["serde"] } [dev-dependencies] function_name = "0.3.0"