chore(deps): bump shadow-rs from 0.36.0 to 0.37.0

Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.36.0...v0.37.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] 2024-12-16 08:53:24 +00:00 committed by Gerald Pinder
parent 5f986edc40
commit 4f285ac27c
2 changed files with 9 additions and 9 deletions

View file

@ -76,7 +76,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.36", default-features = false }
shadow-rs = { version = "0.37", default-features = false }
urlencoding = "2"
yaml-rust2 = { version = "0.9", optional = true }
@ -151,7 +151,7 @@ rusty-hook = "0.11"
rstest.workspace = true
[build-dependencies]
shadow-rs = { version = "0.36", default-features = false }
shadow-rs = { version = "0.37", default-features = false }
[lints]
workspace = true