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-rc.7 (#33)
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 Dec 16, 2021
1 parent a164d2b commit c945c41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.51"
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.5", features = ["derive", "env"] }
clap = { version = "3.0.0-rc.7", features = ["derive", "env"] }
color-eyre = "0.5"
crossbeam = "0.8.1"
futures = "0.3.18"
Expand Down

0 comments on commit c945c41

Please sign in to comment.