From e5ef5538738b3eb87e9a090b17bd4510979d0795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:32:09 +0000 Subject: [PATCH] Update shadow-rs requirement from 0.33.0 to 0.34.0 Updates the requirements on [shadow-rs](https://github.com/baoyachi/shadow-rs) to permit the latest version. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.33.0...v0.33.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9a4b5233..77f909bfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ colored = "2.1.0" idgenerator = "2.0.0" num_cpus = "1.16.0" config = "0.14.0" -shadow-rs = "0.33.0" +shadow-rs = "0.34.0" reqwest = "0.12.5" lazy_static = "1.5.0" uuid = "1.10.0"