From 0dbf7e8e461e5655448ea5a9b3a1f2fbca9d995d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:11:41 +0000 Subject: [PATCH] chore(deps): bump shadow-rs from 0.26.1 to 0.35.2 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.26.1 to 0.35.2. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.26.1...v0.35.2) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8912231..1c0a741 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4199,9 +4199,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.26.1" +version = "0.35.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e5c5c8276991763b44ede03efaf966eaa0412fafbf299e6380704678ca3b997" +checksum = "f1b2328fb3ec0d5302f95915e7e77cfc2ff943714d9970bc4b66e9eacf318687" dependencies = [ "const_format", "is_debug", diff --git a/Cargo.toml b/Cargo.toml index 358c17a..47a476d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ os_info = "3" rayon = { version = "1.10.0", optional = true } regex = { version = "1", optional = true } requestty = { version = "0.5", features = ["macros", "termion"] } -shadow-rs = { version = "0.26", default-features = false } +shadow-rs = { version = "0.35", default-features = false } urlencoding = "2" yaml-rust2 = { version = "0.9.0", optional = true } @@ -122,7 +122,7 @@ rusty-hook = "0.11" rstest.workspace = true [build-dependencies] -shadow-rs = { version = "0.26", default-features = false } +shadow-rs = { version = "0.35", default-features = false } [lints] workspace = true