13 lines
507 B
Diff
13 lines
507 B
Diff
diff -uNr nushell-0.15.0/crates/nu-cli/Cargo.toml nushell-0.15.0.mod/crates/nu-cli/Cargo.toml
|
|
--- nushell-0.15.0/crates/nu-cli/Cargo.toml 2020-06-09 23:39:15.000000000 +0300
|
|
+++ nushell-0.15.0.mod/crates/nu-cli/Cargo.toml 2020-06-21 20:37:20.916311059 +0300
|
|
@@ -26,7 +26,7 @@
|
|
async-stream = "0.2"
|
|
base64 = "0.12.1"
|
|
bigdecimal = { version = "0.1.2", features = ["serde"] }
|
|
-bson = { version = "0.14.1", features = ["decimal128"] }
|
|
+bson = "0.14.1"
|
|
byte-unit = "3.1.3"
|
|
bytes = "0.5.4"
|
|
calamine = "0.16"
|