Skip to content

Commit

Permalink
Cargo.toml: upgrade clap 4.3.19 -> 4.3.24
Browse files Browse the repository at this point in the history
upgrading from rustc 1.64 to 1.69 at least gets us to the latest bugfix
release in the 4.3 release series.
  • Loading branch information
flihp committed Mar 14, 2024
1 parent fe40098 commit 843f72b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.81"
clap = { version = "4.3.19", features = ["derive", "env"] }
clap = { version = "4.3.24", features = ["derive", "env"] }
env_logger = "0.10.2"
fs_extra = "1.3.0"
hex = { version = "0.4.3", features = ["serde"] }
Expand Down

0 comments on commit 843f72b

Please sign in to comment.