From 6648a556281d8c54f725003031a42d0eff3e9b98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:50:20 +0000 Subject: [PATCH] chore(deps): update rust crate url to 2.5.0 --- toolshed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolshed/Cargo.toml b/toolshed/Cargo.toml index f09cfa9..c03f1f4 100644 --- a/toolshed/Cargo.toml +++ b/toolshed/Cargo.toml @@ -22,7 +22,7 @@ sha3 = "0.10.8" serde = { version = "1.0.193", features = ["derive"] } serde_with = "3.4.0" thiserror = "1.0.50" -url = { version = "2.4.1", optional = true } +url = { version = "2.5.0", optional = true } async-graphql = "6.0.11" [dev-dependencies]