compiles on nightly now. (breaking change) (#4037)

This commit is contained in:
Squirrel 2021-09-24 22:46:48 +01:00 committed by GitHub
parent 1de7c3d033
commit b3d8666db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

32
Cargo.lock generated
View file

@ -304,7 +304,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85375a908d633fa70ab5b8a217d3d0b6e5c4a9b03786f0c3c969e77f4016b10c" checksum = "85375a908d633fa70ab5b8a217d3d0b6e5c4a9b03786f0c3c969e77f4016b10c"
dependencies = [ dependencies = [
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-integer", "num-integer",
"num-traits", "num-traits",
"serde", "serde",
@ -2657,7 +2657,7 @@ dependencies = [
"nu-table", "nu-table",
"nu-test-support", "nu-test-support",
"nu-value-ext", "nu-value-ext",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-format", "num-format",
"num-traits", "num-traits",
"parking_lot", "parking_lot",
@ -2745,7 +2745,7 @@ dependencies = [
"nu-table", "nu-table",
"nu-test-support", "nu-test-support",
"nu-value-ext", "nu-value-ext",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-format", "num-format",
"num-traits", "num-traits",
"query_interface", "query_interface",
@ -2794,7 +2794,7 @@ dependencies = [
"nu-stream", "nu-stream",
"nu-test-support", "nu-test-support",
"nu-value-ext", "nu-value-ext",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-format", "num-format",
"num-traits", "num-traits",
"parking_lot", "parking_lot",
@ -2821,7 +2821,7 @@ dependencies = [
"glob", "glob",
"nu-ansi-term", "nu-ansi-term",
"nu-source", "nu-source",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-traits", "num-traits",
"serde", "serde",
"serde_json", "serde_json",
@ -2859,7 +2859,7 @@ dependencies = [
"nu-protocol", "nu-protocol",
"nu-source", "nu-source",
"nu-test-support", "nu-test-support",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-traits", "num-traits",
"serde", "serde",
"smart-default", "smart-default",
@ -2884,7 +2884,7 @@ dependencies = [
"nu-source", "nu-source",
"nu-test-support", "nu-test-support",
"nu-value-ext", "nu-value-ext",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"serde", "serde",
"serde_json", "serde_json",
] ]
@ -2912,7 +2912,7 @@ dependencies = [
"log", "log",
"nu-errors", "nu-errors",
"nu-source", "nu-source",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-integer", "num-integer",
"num-traits", "num-traits",
"polars", "polars",
@ -2981,7 +2981,7 @@ dependencies = [
"nu-protocol", "nu-protocol",
"nu-source", "nu-source",
"nu-value-ext", "nu-value-ext",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"tempfile", "tempfile",
] ]
@ -3234,7 +3234,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
dependencies = [ dependencies = [
"num-bigint 0.4.1", "num-bigint 0.4.2",
"num-complex 0.4.0", "num-complex 0.4.0",
"num-integer", "num-integer",
"num-iter", "num-iter",
@ -3255,9 +3255,9 @@ dependencies = [
[[package]] [[package]]
name = "num-bigint" name = "num-bigint"
version = "0.3.2" version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d0a3d5e207573f948a9e5376662aa743a2ea13f7c50a554d7af443a73fbfeba" checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"num-integer", "num-integer",
@ -3267,9 +3267,9 @@ dependencies = [
[[package]] [[package]]
name = "num-bigint" name = "num-bigint"
version = "0.4.1" version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76e97c412795abf6c24ba30055a8f20642ea57ca12875220b854cfa501bf1e48" checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"num-integer", "num-integer",
@ -3346,7 +3346,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"num-bigint 0.3.2", "num-bigint 0.3.3",
"num-integer", "num-integer",
"num-traits", "num-traits",
"serde", "serde",
@ -3359,7 +3359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"num-bigint 0.4.1", "num-bigint 0.4.2",
"num-integer", "num-integer",
"num-traits", "num-traits",
] ]