From c6a7167c8dac93b8c3b755d1b4c5913af5c4af56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:23:50 +0000 Subject: [PATCH] fix(deps): update all dependencies --- rust/tool/Cargo.lock | 4 ++-- rust/tool/systemd/Cargo.toml | 2 +- rust/uefi/Cargo.lock | 4 ++-- rust/uefi/pio/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/tool/Cargo.lock b/rust/tool/Cargo.lock index 6dcaf42..d0a8793 100644 --- a/rust/tool/Cargo.lock +++ b/rust/tool/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "assert_cmd" diff --git a/rust/tool/systemd/Cargo.toml b/rust/tool/systemd/Cargo.toml index da3f627..4543ec6 100644 --- a/rust/tool/systemd/Cargo.toml +++ b/rust/tool/systemd/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" base32ct = { version = "0.2.0", features = ["alloc"] } stderrlog = "0.6.0" log = { version = "0.4.21", features = ["std"] } diff --git a/rust/uefi/Cargo.lock b/rust/uefi/Cargo.lock index 75dfd4e..3608452 100644 --- a/rust/uefi/Cargo.lock +++ b/rust/uefi/Cargo.lock @@ -31,9 +31,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cpio" -version = "0.2.2" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27e77cfc4543efb4837662cb7cd53464ae66f0fd5c708d71e0f338b1c11d62d3" +checksum = "60f1e083e4cca56002af53561ec885d6de310b60515f525e0bc093d14515908c" [[package]] name = "cpufeatures" diff --git a/rust/uefi/pio/Cargo.toml b/rust/uefi/pio/Cargo.toml index 3324e9e..d72542b 100644 --- a/rust/uefi/pio/Cargo.toml +++ b/rust/uefi/pio/Cargo.toml @@ -10,4 +10,4 @@ embedded-io = { version = "0.6.1", features = [ "alloc" ] } snafu = { version = "0.8.2", default-features = false } [dev-dependencies] -cpio = "0.2.2" +cpio = "0.3.0"