Skip to content

Commit a2a1df4

Browse files
Merge pull request #11769 from rust-lang/renovate/url-2.x
Update Rust crate url to v2.5.7
1 parent e825fd4 commit a2a1df4

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-pan
134134
tracing = "=0.1.41"
135135
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }
136136
typomania = { version = "=0.1.2", default-features = false }
137-
url = "=2.5.4"
137+
url = "=2.5.7"
138138
utoipa = { version = "=5.4.0", features = ["chrono"] }
139139
utoipa-axum = "=0.2.0"
140140

crates/crates_io_docs_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ reqwest = { version = "=0.12.23", features = ["json"] }
2020
serde = { version = "=1.0.219", features = ["derive"] }
2121
thiserror = "=2.0.16"
2222
tracing = "=0.1.41"
23-
url = "=2.5.4"
23+
url = "=2.5.7"
2424

2525
[dev-dependencies]
2626
claims = "=0.8.0"

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "=1.0.219", features = ["derive"] }
2525
serde_json = "=1.0.143"
2626
tempfile = "=3.21.0"
2727
tracing = "=0.1.41"
28-
url = "=2.5.4"
28+
url = "=2.5.7"
2929

3030
[dev-dependencies]
3131
claims = "=0.8.0"

crates/crates_io_markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616
ammonia = "=4.1.1"
1717
comrak = { version = "=0.41.0", default-features = false, features = ["bon"] }
1818
htmlescape = "=0.3.1"
19-
url = "=2.5.4"
19+
url = "=2.5.7"
2020

2121
[dev-dependencies]
2222
insta = "=1.43.1"

crates/crates_io_test_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ diesel-async = { version = "=0.6.1", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1515
rand = "=0.9.2"
1616
tracing = "=0.1.41"
17-
url = "=2.5.4"
17+
url = "=2.5.7"

0 commit comments

Comments
 (0)