From 5a3b42c61af0f12beace14bedd2a5081565ed04c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:47:36 +0000 Subject: [PATCH] fix(deps): update all dependencies --- rust/tool/Cargo.lock | 8 ++++---- rust/tool/shared/Cargo.toml | 2 +- rust/tool/systemd/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/tool/Cargo.lock b/rust/tool/Cargo.lock index 7e1ffea..b0d0b6d 100644 --- a/rust/tool/Cargo.lock +++ b/rust/tool/Cargo.lock @@ -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", diff --git a/rust/tool/shared/Cargo.toml b/rust/tool/shared/Cargo.toml index 03c9513..656f5c6 100644 --- a/rust/tool/shared/Cargo.toml +++ b/rust/tool/shared/Cargo.toml @@ -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"] } diff --git a/rust/tool/systemd/Cargo.toml b/rust/tool/systemd/Cargo.toml index 2eb5278..b3d30b5 100644 --- a/rust/tool/systemd/Cargo.toml +++ b/rust/tool/systemd/Cargo.toml @@ -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"