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

4
Cargo.lock generated
View File

@ -4868,9 +4868,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
version = "0.25.0"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "615d846f7174a0850dca101bca72f6913e3376a64c5fda2b965d7fc3d1ff60cb"
checksum = "878cb1e3162d98ee1016b832efbb683ad6302b462a2894c54f488dc0bd96f11c"
dependencies = [
"const_format",
"is_debug",

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 = []