Skip to content

Commit 2cbe4c3

Browse files
Update Rust crate url to v2.5.7
1 parent 6a0e461 commit 2cbe4c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.22", features = ["json"] }
2020
serde = { version = "=1.0.219", features = ["derive"] }
2121
thiserror = "=2.0.12"
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.142"
2626
tempfile = "=3.20.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.40.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)