From f8d0cd8ffdf52c23bf14f7a6084a01d09b85efcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:40:08 +0000 Subject: [PATCH] build(deps): bump shadow-rs from 0.30.0 to 0.35.1 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.30.0 to 0.35.1. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.30.0...v0.35.1) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ linux-hello/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb088b2..088347b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,9 +1852,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.30.0" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5" +checksum = "2311e39772c00391875f40e34d43efef247b23930143a70ca5fbec9505937420" dependencies = [ "const_format", "git2", @@ -2117,9 +2117,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -2140,9 +2140,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 837e0f2..2070324 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.35.1" 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.35.1"