fix(deps): update all dependencies

This commit is contained in:
renovate[bot] 2024-03-26 00:47:36 +00:00 committed by GitHub
parent d67e1cc137
commit 5a3b42c61a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

8
rust/tool/Cargo.lock generated
View File

@ -181,9 +181,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.3" version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -203,9 +203,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "4.5.3" version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",

View File

@ -16,5 +16,5 @@ time = "0.3"
sha2 = "0.10" sha2 = "0.10"
# Keep the fastrand version aligned with the one from tempfile to avoid two # Keep the fastrand version aligned with the one from tempfile to avoid two
# different versions. # different versions.
fastrand = "2.0.1" fastrand = "2.0.2"
log = { version = "0.4", features = ["std"] } log = { version = "0.4", features = ["std"] }

View File

@ -10,9 +10,9 @@ anyhow = "1.0.81"
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.3", features = ["derive"] } clap = { version = "4.5.4", features = ["derive"] }
lanzaboote_tool = { path = "../shared" } lanzaboote_tool = { path = "../shared" }
indoc = "2.0.4" indoc = "2.0.5"
serde_json = "1.0.114" serde_json = "1.0.114"
sha2 = "0.10.8" sha2 = "0.10.8"
tempfile = "3.10.1" tempfile = "3.10.1"