Bump shadow-rs from 0.25.0 to 0.26.0

Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.25.0...v0.26.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-01-08 00:32:44 +00:00
parent 7132c5ad02
commit 1115190a49
2 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ nu-ansi-term = "0.49.0"
fancy-regex = "0.12"
itertools = "0.12"
shadow-rs = { version = "0.25", default-features = false }
shadow-rs = { version = "0.26", default-features = false }
[build-dependencies]
shadow-rs = { version = "0.25", default-features = false }
shadow-rs = { version = "0.26", default-features = false }
[features]
mimalloc = []