From 05e92400d1828d83eff5c09f513a691b77c0ee85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:08:52 +0000 Subject: [PATCH] Bump url from 2.5.3 to 2.5.4 Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f17b500..7fa2b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2254,9 +2254,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index 2b47538..0579af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ walkdir = "2" steamid-ng = "1.0.0" godot = { git = "https://github.com/godot-rust/gdext", rev = "4c8ea83fc3452485f7b33f2411c136a248457334" } chrono = "0.4.38" -url = "2.5.3" +url = "2.5.4" [patch."https://github.com/godot-rust/godot4-prebuilt".godot4-prebuilt] git = "https://github.com//godot-rust/godot4-prebuilt"