chore(deps): bump shadow-rs from 0.38.1 to 1.0.1

Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.38.1 to 1.0.1.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.38.1...v1.0.1)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-19 00:57:57 +00:00 committed by Gerald Pinder
parent cd4dce411a
commit 100278fb9c
2 changed files with 75 additions and 4 deletions

View file

@ -79,7 +79,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.38", default-features = false }
shadow-rs = { version = "1", default-features = false }
thiserror = "2"
urlencoding = "2"
yaml-rust2 = { version = "0.10", optional = true }
@ -156,7 +156,7 @@ rusty-hook = "0.11"
rstest.workspace = true
[build-dependencies]
shadow-rs = { version = "0.38", default-features = false }
shadow-rs = "*"
[lints]
workspace = true