From 7d1f93416e4f92caa0d35ff07a688efa0bf9bced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:59:06 +0000 Subject: [PATCH] chore(deps): bump url from 2.5.3 to 2.5.4 (#368) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b692a7a..3d56123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,9 +2496,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 91e8672..455cef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ petname = { version = "2.0.2", default-features = false, features = [ ] } rand = "0.8.5" dotenvy = "0.15.7" -url = "2.5.3" +url = "2.5.4" mime = "0.3.17" regex = "1.11.1" serde_regex = "1.1.0"