Skip to content

Commit d8d52c6

Browse files
Update Rust crate url to v2.5.5
1 parent 04d772c commit d8d52c6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -135,7 +135,7 @@ tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-pan
135135
tracing = "=0.1.41"
136136
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }
137137
typomania = { version = "=0.1.2", default-features = false }
138-
url = "=2.5.4"
138+
url = "=2.5.5"
139139
utoipa = { version = "=5.4.0", features = ["chrono"] }
140140
utoipa-axum = "=0.2.0"
141141

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.5"
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.5"
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.5"
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.5"

0 commit comments

Comments
 (0)