Skip to content

Commit 747fd83

Browse files
renovate[bot]Turbo87
authored andcommitted
Update Rust crate url to v2.5.1
1 parent ca1e7e3 commit 747fd83

File tree

5 files changed

+262
-8
lines changed

5 files changed

+262
-8
lines changed

Cargo.lock

Lines changed: 258 additions & 4 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
@@ -118,7 +118,7 @@ tower-http = { version = "=0.5.2", features = ["add-extension", "fs", "catch-pan
118118
tracing = "=0.1.40"
119119
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
120120
typomania = { version = "=0.1.2", default-features = false }
121-
url = "=2.5.0"
121+
url = "=2.5.1"
122122
unicode-xid = "=0.2.4"
123123
zip = { version = "=2.1.3", default-features = false, features = ["deflate"] }
124124

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.203", features = ["derive"] }
2525
serde_json = "=1.0.117"
2626
tempfile = "=3.10.1"
2727
tracing = "=0.1.40"
28-
url = "=2.5.0"
28+
url = "=2.5.1"
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.24.1", default-features = false }
1818
htmlescape = "=0.3.1"
19-
url = "=2.5.0"
19+
url = "=2.5.1"
2020

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

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_migrations = { version = "=2.2.0", features = ["postgres"] }
1414
once_cell = "=1.19.0"
1515
rand = "=0.8.5"
1616
tracing = "=0.1.40"
17-
url = "=2.5.0"
17+
url = "=2.5.1"

0 commit comments

Comments
 (0)