From 9385a6a008a6481676124bbbc04e5101731069aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:05:55 +0000 Subject: [PATCH] Update shadow-rs requirement from 0.35.2 to 0.36.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.35.2...v0.35.2) --- 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 2231d9bee..bd8ea72a3 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.1" -shadow-rs = "0.35.2" +shadow-rs = "0.36.0" reqwest = "0.12.9" lazy_static = "1.5.0" uuid = "1.11.0"