mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 05:08:29 +02:00
Bump shadow-rs from 0.26.1 to 0.27.1 (#12372)
This commit is contained in:
parent
12b897b149
commit
6fba5f5ec7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -5074,9 +5074,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "shadow-rs"
|
name = "shadow-rs"
|
||||||
version = "0.26.1"
|
version = "0.27.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3e5c5c8276991763b44ede03efaf966eaa0412fafbf299e6380704678ca3b997"
|
checksum = "7960cbd6ba74691bb15e7ebf97f7136bd02d1115f5695a58c1f31d5645750128"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"const_format",
|
"const_format",
|
||||||
"is_debug",
|
"is_debug",
|
||||||
|
@ -18,10 +18,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.92.2" }
|
|||||||
nu-utils = { path = "../nu-utils", version = "0.92.2" }
|
nu-utils = { path = "../nu-utils", version = "0.92.2" }
|
||||||
|
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
shadow-rs = { version = "0.26", default-features = false }
|
shadow-rs = { version = "0.27", default-features = false }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = { version = "0.26", default-features = false }
|
shadow-rs = { version = "0.27", default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
mimalloc = []
|
mimalloc = []
|
||||||
|
Loading…
Reference in New Issue
Block a user