From 982e0105cd4709f9d88bb7d884add3c72ecd5a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:54:20 +0000 Subject: [PATCH] build(deps): bump shadow-rs from 0.30.0 to 0.34.0 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.30.0 to 0.34.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.30.0...v0.34.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..e9fe230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,9 +1852,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.30.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5" +checksum = "69fe0bac8a8752586a618a1c80d01d8ca5d40fce4f6077fbc851e48dcbdb90df" dependencies = [ "const_format", "git2", diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 837e0f2..c579f88 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.34.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.34.0"