mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Bump shadow-rs from 0.29.0 to 0.30.0 (#13436)
This commit is contained in:
parent
466b3899e0
commit
18161e5707
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