Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2023
1 parent 357b407 commit dbf6358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ actix-web = {version = "4.3.1", features = ["rustls", "compress-zstd"]}
anyhow = "1.0.71"
async-trait = "0.1.68"
chrono = {version = "0.4.24", features = ["serde"]}
clap = {version = "4.2.5", features = ["derive", "env"]}
clap = {version = "4.2.6", features = ["derive", "env"]}
dashmap = "5.4.0"
dotenv = {version = "0.15.0", features = ["clap"]}
futures = "0.3.28"
Expand Down

0 comments on commit dbf6358

Please sign in to comment.