From 538d71207dbdf13f2d34180248edb27462c24f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:39:14 +0000 Subject: [PATCH] Update shadow-rs requirement from 0.29.0 to 0.30.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) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.29.0...v0.29.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 af9841814..d12e934b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,5 +65,5 @@ colored = "2.1.0" idgenerator = "2.0.0" num_cpus = "1.16.0" config = "0.14.0" -shadow-rs = "0.29.0" +shadow-rs = "0.30.0" reqwest = "0.12.5"