Skip to content

Commit

Permalink
cargo: Update clap to version 4.3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Jul 10, 2023
1 parent 90a3ea8 commit e9f06a3
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 55 deletions.
145 changes: 92 additions & 53 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 keylime-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/keylime/rust-keylime"
actix-web = { version = "4", default-features = false, features = ["macros", "openssl"] }
base64 = "0.21"
cfg-if = "1"
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4.3", features = ["derive"] }
compress-tools = "0.12"
config = { version = "0.13", default-features = false, features = ["toml"] }
futures = "0.3.6"
Expand Down
2 changes: 1 addition & 1 deletion keylime-ima-emulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4.3", features = ["derive"] }
hex = "0.4"
keylime = { path = "../keylime" }
log = "0.4"
Expand Down

0 comments on commit e9f06a3

Please sign in to comment.