summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-19 02:19:56 +0000
committerGitHub <noreply@github.com>2024-06-19 02:19:56 +0000
commitf378e4b843262fed42aa68bdda661b0ec74bb87b (patch)
tree85d841429fd1b8b41ced31f6510feecb5a945faa
parent038c4a50d1835335c663fb82327176b37d41672d (diff)
Bump url from 2.5.0 to 2.5.2dependabot/cargo/url-2.5.2
Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index acbf9637..0058ac69 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2554,9 +2554,9 @@ dependencies = [
[[package]]
name = "url"
-version = "2.5.0"
+version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
+checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
dependencies = [
"form_urlencoded",
"idna",