From 78e6a4f92a3dac165fdb604e46a1509ccf471e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:50:15 +0000 Subject: [PATCH] build(deps): bump shadow-rs from 0.30.0 to 0.32.0 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.30.0 to 0.32.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.30.0...v0.32.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- linux-hello/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb088b2..33ed950 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,9 +1852,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.30.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5" +checksum = "25d4535372eab969a98536e39dd272bca49fc338b09b25babea715968d15eeae" dependencies = [ "const_format", "git2", diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 837e0f2..d56b58a 100644 --- a/linux-hello/Cargo.toml +++ b/linux-hello/Cargo.toml @@ -16,7 +16,7 @@ dlib-support = {path = "../dlib-support/"} railwork = {path = "../railwork/"} clap = { version = "4.5.11", features = ["derive"] } ambassador = "0.4.1" -shadow-rs = "0.30.0" +shadow-rs = "0.32.0" color-eyre = "0.6.3" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" @@ -31,4 +31,4 @@ comfy-table = "7.1.1" tikv-jemallocator = "0.6.0" [build-dependencies] -shadow-rs = "0.30.0" +shadow-rs = "0.32.0"