From 21659311deaad99d671ed8ffe260a5a9e2c1c1cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:48:24 +0000 Subject: [PATCH] chore(deps): update rust crate url to 2.4.1 --- toolshed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolshed/Cargo.toml b/toolshed/Cargo.toml index ed2ad41..8fee999 100644 --- a/toolshed/Cargo.toml +++ b/toolshed/Cargo.toml @@ -22,7 +22,7 @@ sha3 = "0.10.6" serde = { version = "1.0.152", features = ["derive"] } serde_with = "3.2.0" thiserror = "1.0.50" -url = { version = "2.4.0", optional = true } +url = { version = "2.4.1", optional = true } async-graphql = "6.0.10" [dev-dependencies]