fix(deps): update all dependencies
This commit is contained in:
parent
d67e1cc137
commit
5a3b42c61a
|
@ -181,9 +181,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.3"
|
||||
version = "4.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813"
|
||||
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
@ -203,9 +203,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "4.5.3"
|
||||
version = "4.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f"
|
||||
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
|
|
|
@ -16,5 +16,5 @@ time = "0.3"
|
|||
sha2 = "0.10"
|
||||
# Keep the fastrand version aligned with the one from tempfile to avoid two
|
||||
# different versions.
|
||||
fastrand = "2.0.1"
|
||||
fastrand = "2.0.2"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
|
|
|
@ -10,9 +10,9 @@ anyhow = "1.0.81"
|
|||
base32ct = { version = "0.2.0", features = ["alloc"] }
|
||||
stderrlog = "0.6.0"
|
||||
log = { version = "0.4.21", features = ["std"] }
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
lanzaboote_tool = { path = "../shared" }
|
||||
indoc = "2.0.4"
|
||||
indoc = "2.0.5"
|
||||
serde_json = "1.0.114"
|
||||
sha2 = "0.10.8"
|
||||
tempfile = "3.10.1"
|
||||
|
|
Loading…
Reference in New Issue