From 52c861bbef00f2762ae837e01b7d36fcb13cd0bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:40:01 +0200 Subject: [PATCH] fix(deps): update rust crate url to 2.5 (#1149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad5bba28..8aec1b6e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ once_cell = "1" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0" -url = "2.4" +url = "2.5" http = "0.2" raw-window-handle = { version = "0.6", features = [ "std" ] }