Skip to content

Commit 735521b

Browse files
Update Rust crate url to v2.3.1 (#5203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b74d77f commit 735521b

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

Cargo.lock

+18-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tokio = { version = "=1.21.0", features = ["net", "signal", "io-std", "io-util",
8282
toml = "=0.5.9"
8383
tracing = "=0.1.36"
8484
tracing-subscriber = { version = "=0.3.15", features = ["env-filter"] }
85-
url = "=2.3.0"
85+
url = "=2.3.1"
8686

8787
[dev-dependencies]
8888
cargo-registry-index = { path = "cargo-registry-index", features = ["testing"] }

cargo-registry-index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dotenv = "=0.15.0"
2020
git2 = "=0.15.0"
2121
serde = { version = "=1.0.144", features = ["derive"] }
2222
tempfile = "=3.3.0"
23-
url = "=2.3.0"
23+
url = "=2.3.1"
2424
serde_json = { version = "=1.0.85", optional = true }

cargo-registry-markdown/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ path = "lib.rs"
1414
ammonia = "=3.2.1"
1515
comrak = { version = "=0.14.0", default-features = false }
1616
htmlescape = "=0.3.1"
17-
url = "=2.3.0"
17+
url = "=2.3.1"

0 commit comments

Comments
 (0)