From 054a372f8e0a0d01d3b57ee65be8424ca0254515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:36:04 +0000 Subject: [PATCH] Update shadow-rs requirement from 0.30.0 to 0.31.1 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) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.30.0...v0.30.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 b5a60fbd3..4eb3bfd9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ colored = "2.1.0" idgenerator = "2.0.0" num_cpus = "1.16.0" config = "0.14.0" -shadow-rs = "0.30.0" +shadow-rs = "0.31.1" reqwest = "0.12.5" lazy_static = "1.5.0" uuid = "1.10.0"