Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.1.7 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
  • Loading branch information
renovate[bot] and Christopher Kolstad authored Feb 28, 2023
1 parent 5875ebd commit 3b6be69
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-opentelemetry = {version = "0.13.0", features = ["metrics", "metrics-p
anyhow = "1.0.69"
async-trait = "0.1.64"
chrono = {version = "0.4.23", features = ["serde"]}
clap = {version = "4.1.6", features = ["derive", "env"]}
clap = {version = "4.1.7", features = ["derive", "env"]}
dashmap = "5.4.0"
dotenv = {version = "0.15.0", features = ["clap"]}
futures = "0.3.26"
Expand Down

0 comments on commit 3b6be69

Please sign in to comment.