Merge pull request #324 from nix-community/renovate/all
fix(deps): update rust crate clap to 4.5.2
This commit is contained in:
commit
780427a00e
|
@ -10,7 +10,7 @@ anyhow = "1.0.80"
|
||||||
base32ct = { version = "0.2.0", features = ["alloc"] }
|
base32ct = { version = "0.2.0", features = ["alloc"] }
|
||||||
stderrlog = "0.6.0"
|
stderrlog = "0.6.0"
|
||||||
log = { version = "0.4.21", features = ["std"] }
|
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" }
|
lanzaboote_tool = { path = "../shared" }
|
||||||
indoc = "2.0.4"
|
indoc = "2.0.4"
|
||||||
serde_json = "1.0.114"
|
serde_json = "1.0.114"
|
||||||
|
|
Loading…
Reference in New Issue