Skip to content

Commit d474d55

Browse files
Update Rust crate url to v2.5.3
1 parent 04cc94a commit d474d55

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

Cargo.lock

Lines changed: 12 additions & 13 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
@@ -117,7 +117,7 @@ tower-http = { version = "=0.6.1", features = ["add-extension", "fs", "catch-pan
117117
tracing = "=0.1.40"
118118
tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] }
119119
typomania = { version = "=0.1.2", default-features = false }
120-
url = "=2.5.2"
120+
url = "=2.5.3"
121121
unicode-xid = "=0.2.6"
122122

123123
[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.214", features = ["derive"] }
2525
serde_json = "=1.0.132"
2626
tempfile = "=3.13.0"
2727
tracing = "=0.1.40"
28-
url = "=2.5.2"
28+
url = "=2.5.3"
2929

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

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.29.0", default-features = false }
1818
htmlescape = "=0.3.1"
19-
url = "=2.5.2"
19+
url = "=2.5.3"
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
@@ -13,4 +13,4 @@ diesel = { version = "=2.2.4", features = ["postgres", "r2d2"] }
1313
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1414
rand = "=0.8.5"
1515
tracing = "=0.1.40"
16-
url = "=2.5.2"
16+
url = "=2.5.3"

0 commit comments

Comments
 (0)