mirror of
https://github.com/nushell/nushell.git
synced 2024-12-22 23:23:12 +01: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]]
|
||||
name = "shadow-rs"
|
||||
version = "0.26.1"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3e5c5c8276991763b44ede03efaf966eaa0412fafbf299e6380704678ca3b997"
|
||||
checksum = "7960cbd6ba74691bb15e7ebf97f7136bd02d1115f5695a58c1f31d5645750128"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"is_debug",
|
||||
|
@ -18,10 +18,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.92.2" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.92.2" }
|
||||
|
||||
itertools = { workspace = true }
|
||||
shadow-rs = { version = "0.26", default-features = false }
|
||||
shadow-rs = { version = "0.27", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.26", default-features = false }
|
||||
shadow-rs = { version = "0.27", default-features = false }
|
||||
|
||||
[features]
|
||||
mimalloc = []
|
||||
|
Loading…
Reference in New Issue
Block a user