Bump shadow-rs from 0.29.0 to 0.30.0
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.29.0 to 0.30.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.29.0...v0.30.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:
parent
c31291753c
commit
3c81593693
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5589,9 +5589,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "shadow-rs"
|
||||
version = "0.29.0"
|
||||
version = "0.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0a600f795d0894cda22235b44eea4b85c2a35b405f65523645ac8e35b306817a"
|
||||
checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"is_debug",
|
||||
|
|
|
@ -18,10 +18,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.96.2" }
|
|||
nu-utils = { path = "../nu-utils", version = "0.96.2" }
|
||||
|
||||
itertools = { workspace = true }
|
||||
shadow-rs = { version = "0.29", default-features = false }
|
||||
shadow-rs = { version = "0.30", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.29", default-features = false }
|
||||
shadow-rs = { version = "0.30", default-features = false }
|
||||
|
||||
[features]
|
||||
mimalloc = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user