mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 17:34:00 +01:00
Bump shadow-rs from 0.31.1 to 0.33.0 (#13713)
This commit is contained in:
parent
055d7e27e9
commit
7171c9b84a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -5707,9 +5707,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shadow-rs"
|
||||
version = "0.31.1"
|
||||
version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "02c282402d25101f9c893e9cd7e4cae535fe7db18b81291de973026c219ddf1e"
|
||||
checksum = "8a3978e7641f86a78c2f619f9b13bdffb4e43a1d5119f39eb03d1bc5ac61daaf"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"is_debug",
|
||||
|
@ -18,10 +18,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.97.2" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.97.2" }
|
||||
|
||||
itertools = { workspace = true }
|
||||
shadow-rs = { version = "0.31", default-features = false }
|
||||
shadow-rs = { version = "0.33", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.31", default-features = false }
|
||||
shadow-rs = { version = "0.33", default-features = false }
|
||||
|
||||
[features]
|
||||
mimalloc = []
|
||||
|
Loading…
Reference in New Issue
Block a user