Merge pull request #324 from nix-community/renovate/all

fix(deps): update rust crate clap to 4.5.2
This commit is contained in:
Julian Stecklina 2024-03-11 14:28:31 +00:00 committed by GitHub
commit 780427a00e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ anyhow = "1.0.80"
base32ct = { version = "0.2.0", features = ["alloc"] }
stderrlog = "0.6.0"
log = { version = "0.4.21", features = ["std"] }
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
indoc = "2.0.4"
serde_json = "1.0.114"