nushell: update crates-nu-cli-Cargo.toml.patch
This commit is contained in:
parent
4d5f5a9da0
commit
4922cf5c2a
@ -1,13 +1,12 @@
|
||||
diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
|
||||
index 6368b7b8..720bd6b6 100644
|
||||
--- a/crates/nu-cli/Cargo.toml
|
||||
+++ b/crates/nu-cli/Cargo.toml
|
||||
@@ -24,7 +24,7 @@ app_dirs = "1.2.1"
|
||||
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.0"
|
||||
bigdecimal = { version = "0.1.0", features = ["serde"] }
|
||||
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.0.3"
|
||||
byte-unit = "3.1.3"
|
||||
bytes = "0.5.4"
|
||||
calamine = "0.16"
|
||||
|
Loading…
Reference in New Issue
Block a user