mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01:00
Bump shadow-rs from 0.23.0 to 0.24.1 (#10655)
This commit is contained in:
parent
9f144798d3
commit
69a17fb247
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4726,9 +4726,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shadow-rs"
|
||||
version = "0.23.0"
|
||||
version = "0.24.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "970538704756fd0bb4ec8cb89f80674afb661e7c0fe716f9ba5be57717742300"
|
||||
checksum = "f9198caff1c94f1a5df6664bddbc379896b51b98a55b0b3fedcb23078fe00c77"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"is_debug",
|
||||
|
@ -20,10 +20,10 @@ nu-ansi-term = "0.49.0"
|
||||
|
||||
fancy-regex = "0.11"
|
||||
itertools = "0.11"
|
||||
shadow-rs = { version = "0.23", default-features = false }
|
||||
shadow-rs = { version = "0.24", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.23", default-features = false }
|
||||
shadow-rs = { version = "0.24", default-features = false }
|
||||
|
||||
[features]
|
||||
mimalloc = []
|
||||
|
Loading…
Reference in New Issue
Block a user