Bump a few source compatible nu-command dependencies (#3724)

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
Daniel Egger 2021-07-05 09:16:34 +02:00 committed by GitHub
parent cab181832f
commit b8c3a10e5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 79 additions and 29 deletions

96
Cargo.lock generated
View file

@ -715,9 +715,9 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
[[package]] [[package]]
name = "calamine" name = "calamine"
version = "0.17.0" version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ee9c2bc7bc6d003c78883b0e576003c6dc0c53a1506288bde10a55dbe9ba24" checksum = "b86ca78da4bdce5ac0f0bdbc0218ad14232f1e668376e044233f64c527cf5abb"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"codepage", "codepage",
@ -1125,7 +1125,7 @@ dependencies = [
"libc", "libc",
"mio 0.7.13", "mio 0.7.13",
"parking_lot 0.11.1", "parking_lot 0.11.1",
"signal-hook", "signal-hook 0.1.17",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -1141,7 +1141,23 @@ dependencies = [
"libc", "libc",
"mio 0.7.13", "mio 0.7.13",
"parking_lot 0.11.1", "parking_lot 0.11.1",
"signal-hook", "signal-hook 0.1.17",
"winapi 0.3.9",
]
[[package]]
name = "crossterm"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
dependencies = [
"bitflags",
"crossterm_winapi 0.8.0",
"libc",
"mio 0.7.13",
"parking_lot 0.11.1",
"signal-hook 0.3.9",
"signal-hook-mio",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -1163,6 +1179,15 @@ dependencies = [
"winapi 0.3.9", "winapi 0.3.9",
] ]
[[package]]
name = "crossterm_winapi"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
dependencies = [
"winapi 0.3.9",
]
[[package]] [[package]]
name = "crypto-mac" name = "crypto-mac"
version = "0.4.0" version = "0.4.0"
@ -2232,12 +2257,6 @@ dependencies = [
"byteorder", "byteorder",
] ]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.11.2" version = "0.11.2"
@ -2254,7 +2273,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf" checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
dependencies = [ dependencies = [
"hashbrown 0.11.2", "hashbrown",
] ]
[[package]] [[package]]
@ -2559,12 +2578,12 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "1.6.2" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"hashbrown 0.9.1", "hashbrown",
"serde 1.0.126", "serde 1.0.126",
] ]
@ -3334,7 +3353,7 @@ dependencies = [
"rustyline", "rustyline",
"serde 1.0.126", "serde 1.0.126",
"serde_yaml", "serde_yaml",
"shadow-rs", "shadow-rs 0.5.25",
"strip-ansi-escapes", "strip-ansi-escapes",
] ]
@ -3352,7 +3371,7 @@ dependencies = [
"chrono", "chrono",
"chrono-tz", "chrono-tz",
"codespan-reporting", "codespan-reporting",
"crossterm 0.19.0", "crossterm 0.20.0",
"csv", "csv",
"ctrlc", "ctrlc",
"derive-new", "derive-new",
@ -3400,7 +3419,7 @@ dependencies = [
"polars", "polars",
"ptree", "ptree",
"query_interface", "query_interface",
"quick-xml 0.21.0", "quick-xml 0.22.0",
"quickcheck", "quickcheck",
"quickcheck_macros", "quickcheck_macros",
"rand 0.8.4", "rand 0.8.4",
@ -3417,7 +3436,7 @@ dependencies = [
"serde_urlencoded", "serde_urlencoded",
"serde_yaml", "serde_yaml",
"sha2 0.9.5", "sha2 0.9.5",
"shadow-rs", "shadow-rs 0.6.2",
"strip-ansi-escapes", "strip-ansi-escapes",
"sxd-document", "sxd-document",
"sxd-xpath", "sxd-xpath",
@ -4630,7 +4649,7 @@ dependencies = [
"anyhow", "anyhow",
"arrow", "arrow",
"chrono", "chrono",
"hashbrown 0.11.2", "hashbrown",
"itertools", "itertools",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"num 0.4.0", "num 0.4.0",
@ -4851,9 +4870,9 @@ dependencies = [
[[package]] [[package]]
name = "quick-xml" name = "quick-xml"
version = "0.21.0" version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0452695941410a58c8ce4391707ba9bad26a247173bd9886a05a5e8a8babec75" checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]
@ -5784,6 +5803,16 @@ dependencies = [
"git2", "git2",
] ]
[[package]]
name = "shadow-rs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c8330d4ddbcc8552ba57c3058346c3fc1cafd4fea7e9fe201f32e84d4afa6a"
dependencies = [
"chrono",
"git2",
]
[[package]] [[package]]
name = "shell-escape" name = "shell-escape"
version = "0.1.5" version = "0.1.5"
@ -5807,6 +5836,27 @@ dependencies = [
"signal-hook-registry", "signal-hook-registry",
] ]
[[package]]
name = "signal-hook"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4"
dependencies = [
"libc",
"mio 0.7.13",
"signal-hook 0.3.9",
]
[[package]] [[package]]
name = "signal-hook-registry" name = "signal-hook-registry"
version = "1.4.0" version = "1.4.0"
@ -6881,9 +6931,9 @@ dependencies = [
[[package]] [[package]]
name = "unicode-segmentation" name = "unicode-segmentation"
version = "1.7.1" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
[[package]] [[package]]
name = "unicode-width" name = "unicode-width"

View file

@ -33,11 +33,11 @@ base64 = "0.13.0"
bigdecimal = { version="0.2.0", features=["serde"] } bigdecimal = { version="0.2.0", features=["serde"] }
byte-unit = "4.0.9" byte-unit = "4.0.9"
bytes = "1.0.1" bytes = "1.0.1"
calamine = "0.17.0" calamine = "0.18.0"
chrono = { version="0.4.19", features=["serde"] } chrono = { version="0.4.19", features=["serde"] }
chrono-tz = "0.5.3" chrono-tz = "0.5.3"
codespan-reporting = "0.11.0" codespan-reporting = "0.11.0"
crossterm = { version="0.19.0", optional=true } crossterm = { version="0.20.0", optional=true }
csv = "1.1.3" csv = "1.1.3"
ctrlc = { version="3.1.7", optional=true } ctrlc = { version="3.1.7", optional=true }
derive-new = "0.5.8" derive-new = "0.5.8"
@ -54,7 +54,7 @@ getset = "0.1.1"
glob = "0.3.0" glob = "0.3.0"
htmlescape = "0.3.1" htmlescape = "0.3.1"
ical = "0.7.0" ical = "0.7.0"
indexmap = { version="1.6.1", features=["serde-1"] } indexmap = { version="1.7", features=["serde-1"] }
itertools = "0.10.0" itertools = "0.10.0"
lazy_static = "1.*" lazy_static = "1.*"
log = "0.4.14" log = "0.4.14"
@ -68,7 +68,7 @@ parking_lot = "0.11.1"
pin-utils = "0.1.0" pin-utils = "0.1.0"
ptree = { version="0.3.1", optional=true } ptree = { version="0.3.1", optional=true }
query_interface = "0.3.5" query_interface = "0.3.5"
quick-xml = "0.21.0" quick-xml = "0.22"
rand = "0.8" rand = "0.8"
rayon = "1.5.0" rayon = "1.5.0"
regex = "1.4.3" regex = "1.4.3"
@ -92,7 +92,7 @@ termcolor = "1.1.2"
titlecase = "1.1.0" titlecase = "1.1.0"
toml = "0.5.8" toml = "0.5.8"
trash = { version="1.3.0", optional=true } trash = { version="1.3.0", optional=true }
unicode-segmentation = "1.7.1" unicode-segmentation = "1.8"
url = "2.2.0" url = "2.2.0"
uuid_crate = { package="uuid", version="0.8.2", features=["v4"], optional=true } uuid_crate = { package="uuid", version="0.8.2", features=["v4"], optional=true }
which = { version="4.1.0", optional=true } which = { version="4.1.0", optional=true }
@ -119,7 +119,7 @@ optional = true
version = "0.25.3" version = "0.25.3"
[build-dependencies] [build-dependencies]
shadow-rs = "0.5" shadow-rs = "0.6"
[dev-dependencies] [dev-dependencies]
quickcheck = "1.0.3" quickcheck = "1.0.3"