Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate clap to v4
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 28, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent a749140 commit 601694c
Showing 2 changed files with 143 additions and 115 deletions.
256 changes: 142 additions & 114 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
yahoo_finance_api = "1.1.5"
chrono = { version = "0.4", features = ["serde"] }
clap = "3.0.0-beta.2"
clap = "4.4.6"
async-std = { version = "1.9", features = ["unstable", "attributes"]}
xactor = "0.7"
async-trait = "0.1"

0 comments on commit 601694c

Please sign in to comment.