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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-27 08:16:54 +00:00 committed by Gerald Pinder
parent ba1cc0be36
commit 309b370ff2
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -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]]

View file

@ -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