Skip to content

Commit

Permalink
Merge pull request #511 from hermitcore/dependabot/cargo/clap-4.3.0
Browse files Browse the repository at this point in the history
Bump clap from 4.2.7 to 4.3.0
  • Loading branch information
mkroening authored May 22, 2023
2 parents f75028b + 8a994cd commit a3ea662
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -38,7 +38,7 @@ instrument = ["rftrace", "rftrace-frontend"]

[dependencies]
byte-unit = { version = "4.0", default-features = false, features = ["std"] }
clap = { version = "4.2", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
core_affinity = "0.8"
either = "1.8"
env_logger = "0.10"
Expand Down

0 comments on commit a3ea662

Please sign in to comment.