Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent aee172d commit 365f160
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/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lagon-runtime = { path = "../runtime" }
lagon-runtime-http = { path = "../runtime_http" }
lagon-runtime-isolate = { path = "../runtime_isolate" }
lagon-runtime-utils = { path = "../runtime_utils" }
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"] }
dialoguer = { version = "0.10.4", features = ["password"] }
indicatif = "0.17.5"
dirs = "5.0.1"
Expand Down

0 comments on commit 365f160

Please sign in to comment.