build(deps): bump url from 2.5.7 to 2.5.8 in /rust (#184)

Bumps [url](https://github.com/servo/rust-url) from 2.5.7 to 2.5.8.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.5.7...v2.5.8)

---
updated-dependencies:
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-13 18:12:45 +08:00 committed by GitHub
parent bfbad50772
commit 0f131203f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
rust/Cargo.lock generated
View File

@ -6187,14 +6187,15 @@ dependencies = [
[[package]] [[package]]
name = "url" name = "url"
version = "2.5.7" version = "2.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
dependencies = [ dependencies = [
"form_urlencoded", "form_urlencoded",
"idna", "idna",
"percent-encoding", "percent-encoding",
"serde", "serde",
"serde_derive",
] ]
[[package]] [[package]]

View File

@ -25,7 +25,7 @@ tokio = { version = "1.49.0", features = [
futures = { version = "0.3.31", default-features = false, features = [ futures = { version = "0.3.31", default-features = false, features = [
"executor", "executor",
] } ] }
url = "2.5.7" url = "2.5.8"
once_cell = "1.21.3" once_cell = "1.21.3"
reqwest = { version = "0.12.26", features = [ reqwest = { version = "0.12.26", features = [
"rustls-tls-webpki-roots", "rustls-tls-webpki-roots",