Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 7e321fa

Browse files
deps: update rust crate clap to v4
1 parent 7ea4ce6 commit 7e321fa

2 files changed

Lines changed: 165 additions & 52 deletions

File tree

Cargo.lock

Lines changed: 164 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/scraper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.69"
1414
async-std = { version = "1.11.0", features = ["attributes"] }
1515
async-trait = "0.1.64"
1616
chrono = { version = "0.4.23", features = ["serde"] }
17-
clap = { version = "3.0.14", features = ["derive", "env"] }
17+
clap = { version = "4.1.8", features = ["derive", "env"] }
1818
color-eyre = "0.6"
1919
crossbeam = "0.8.2"
2020
futures = "0.3.26"

0 commit comments

Comments
 (0)