Skip to content

Commit b606e68

Browse files
Update Rust crate url to v2.5.4
1 parent 250cb6b commit b606e68

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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
@@ -120,7 +120,7 @@ tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-pan
120120
tracing = "=0.1.40"
121121
tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] }
122122
typomania = { version = "=0.1.2", default-features = false }
123-
url = "=2.5.3"
123+
url = "=2.5.4"
124124
unicode-xid = "=0.2.6"
125125

126126
[dev-dependencies]

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.215", features = ["derive"] }
2525
serde_json = "=1.0.133"
2626
tempfile = "=3.14.0"
2727
tracing = "=0.1.40"
28-
url = "=2.5.3"
28+
url = "=2.5.4"
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.0.0"
1717
comrak = { version = "=0.30.0", default-features = false }
1818
htmlescape = "=0.3.1"
19-
url = "=2.5.3"
19+
url = "=2.5.4"
2020

2121
[dev-dependencies]
2222
insta = "=1.41.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.5.1", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1515
rand = "=0.8.5"
1616
tracing = "=0.1.40"
17-
url = "=2.5.3"
17+
url = "=2.5.4"

0 commit comments

Comments
 (0)