Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.4 (#819)
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: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] authored May 1, 2024
1 parent d9b496e commit 5fd565b
Showing 1 changed file with 1 addition and 1 deletion.
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 = "5"
dotenv = "0.15"
log = "0.4"
clap = { version = "4.5", features = [ "derive", "env" ] }
clap = { version = "4.5.4", features = [ "derive", "env" ] }
which = "*"
serde = { version = "1.0", features = ["derive"], default_features = false }
sysinfo = { version = "0", default_features = false }
Expand Down

0 comments on commit 5fd565b

Please sign in to comment.