mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 11:40:27 +00:00
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:
parent
bfbad50772
commit
0f131203f2
5
rust/Cargo.lock
generated
5
rust/Cargo.lock
generated
@ -6187,14 +6187,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "url"
|
||||
version = "2.5.7"
|
||||
version = "2.5.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
||||
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
||||
dependencies = [
|
||||
"form_urlencoded",
|
||||
"idna",
|
||||
"percent-encoding",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@ -25,7 +25,7 @@ tokio = { version = "1.49.0", features = [
|
||||
futures = { version = "0.3.31", default-features = false, features = [
|
||||
"executor",
|
||||
] }
|
||||
url = "2.5.7"
|
||||
url = "2.5.8"
|
||||
once_cell = "1.21.3"
|
||||
reqwest = { version = "0.12.26", features = [
|
||||
"rustls-tls-webpki-roots",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user