Skip to content

Commit

Permalink
Update Rust crate clap to 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed Apr 19, 2023
1 parent b965a4b commit d6a8c12
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 crates/octopush_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ eyre = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }

clap = { version = "4.2.3", features = ["env"] }
clap = { version = "4.2.4", features = ["env"] }

0 comments on commit d6a8c12

Please sign in to comment.