Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Update Rust crate clap to 4.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2022
1 parent eeff62c commit 5d8774d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test-runner/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 test-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.30", features = ["derive"] }
anyhow = "1.0.66"
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.89"
Expand Down

0 comments on commit 5d8774d

Please sign in to comment.