From 309b370ff2c72fb369d9fe51bbdfe9f7c4515a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:16:54 +0000 Subject: [PATCH] chore(deps): bump shadow-rs from 0.37.0 to 0.38.0 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31e9f685..54a2fffa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3384,7 +3384,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4182,9 +4182,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "974eb8222c62a8588bc0f02794dd1ba5b60b3ec88b58e050729d0907ed6af610" +checksum = "69d433b5df1e1958a668457ebe4a9c5b7bcfe844f4eb2276ac43cf273baddd54" dependencies = [ "const_format", "is_debug", @@ -4560,7 +4560,7 @@ dependencies = [ "getrandom", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 241149d9..064be654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ os_info = "3" rayon = { version = "1", optional = true } regex = { version = "1", optional = true } requestty = { version = "0.5", features = ["macros", "termion"] } -shadow-rs = { version = "0.37", default-features = false } +shadow-rs = { version = "0.38", default-features = false } urlencoding = "2" yaml-rust2 = { version = "0.9", optional = true } @@ -154,7 +154,7 @@ rusty-hook = "0.11" rstest.workspace = true [build-dependencies] -shadow-rs = { version = "0.37", default-features = false } +shadow-rs = { version = "0.38", default-features = false } [lints] workspace = true