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

Commit

Permalink
deps: update rust crate clap to 3.0.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 1, 2022
1 parent caea268 commit f444f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "1.0.52"
async-std = { version = "1.10.0", features = ["attributes"] }
async-trait = "0.1.52"
chrono = { version = "0.4.19", features = ["serde"] }
clap = { version = "3.0.0-rc.11", features = ["derive", "env"] }
clap = { version = "3.0.0", features = ["derive", "env"] }
color-eyre = "0.5"
crossbeam = "0.8.1"
futures = "0.3.19"
Expand Down

0 comments on commit f444f7c

Please sign in to comment.