Skip to content

Commit

Permalink
Update Rust crate clap to 4.1.11 (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2023
1 parent c87ae46 commit abe765a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 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 src/odin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ path = "lib.rs"
handlebars = "4"
dotenv = "0.15"
log = "0.4"
clap = { version = "4.1.10", features = [ "derive", "env" ] }
clap = { version = "4.1.11", features = [ "derive", "env" ] }
which = "4.3.0"
serde = { version = "1.0", features = ["derive"], default_features = false }
sysinfo = { version = "0.28.3", default_features = false }
Expand Down

0 comments on commit abe765a

Please sign in to comment.