mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:45:50 +02:00
Remove parking_lot crate reference from nu-data (#3091)
* remove parking_lot crate from nu-data as it is no longer being used * remove commented out code from parse.rs * remove commented out code from scope.rs
This commit is contained in:
@ -23,7 +23,6 @@ log = "0.4.14"
|
||||
num-bigint = { version = "0.3.1", features = ["serde"] }
|
||||
num-format = "0.4.0"
|
||||
num-traits = "0.2.14"
|
||||
parking_lot = "0.11.1"
|
||||
query_interface = "0.3.5"
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
toml = "0.5.8"
|
||||
|
Reference in New Issue
Block a user