diff --git a/Cargo.lock b/Cargo.lock index 244713597..f4b6a8481 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" dependencies = [ "lazy_static 1.4.0", - "regex 1.5.4", + "regex", ] [[package]] @@ -98,15 +98,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "aho-corasick" -version = "0.6.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" -dependencies = [ - "memchr", -] - [[package]] name = "aho-corasick" version = "0.7.18" @@ -173,12 +164,12 @@ dependencies = [ "clipboard-win", "core-graphics", "image 0.23.14", - "log 0.4.14", + "log", "objc", "objc-foundation", "objc_id", "once_cell", - "parking_lot 0.11.1", + "parking_lot", "scopeguard", "thiserror", "winapi 0.3.9", @@ -223,7 +214,7 @@ dependencies = [ "multiversion", "num 0.4.0", "rand 0.7.3", - "regex 1.5.4", + "regex", "serde 1.0.126", "serde_derive", "serde_json", @@ -263,7 +254,7 @@ dependencies = [ "fastrand", "futures-lite", "once_cell", - "slab 0.4.3", + "slab", ] [[package]] @@ -293,11 +284,11 @@ dependencies = [ "fastrand", "futures-lite", "libc", - "log 0.4.14", + "log", "once_cell", "parking", "polling", - "slab 0.4.3", + "slab", "socket2 0.4.0", "waker-fn", "winapi 0.3.9", @@ -342,20 +333,20 @@ dependencies = [ "async-global-executor", "async-io", "async-lock", - "crossbeam-utils 0.8.5", + "crossbeam-utils", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "kv-log-macro", - "log 0.4.14", + "log", "memchr", "num_cpus", "once_cell", "pin-project-lite 0.2.6", "pin-utils", - "slab 0.4.3", + "slab", "wasm-bindgen-futures", ] @@ -420,26 +411,6 @@ version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b" -[[package]] -name = "base64" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9" -dependencies = [ - "byteorder", - "safemem 0.2.0", -] - -[[package]] -name = "base64" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" -dependencies = [ - "byteorder", - "safemem 0.3.3", -] - [[package]] name = "base64" version = "0.13.0" @@ -722,7 +693,7 @@ dependencies = [ "byteorder", "codepage", "encoding_rs", - "log 0.4.14", + "log", "quick-xml 0.19.0", "serde 1.0.126", "zip", @@ -833,15 +804,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "cloudabi" -version = "0.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" -dependencies = [ - "bitflags", -] - [[package]] name = "codepage" version = "0.1.1" @@ -868,17 +830,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" -[[package]] -name = "colored" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" -dependencies = [ - "atty", - "lazy_static 1.4.0", - "winapi 0.3.9", -] - [[package]] name = "common-path" version = "1.0.0" @@ -919,7 +870,7 @@ dependencies = [ "encode_unicode", "lazy_static 1.4.0", "libc", - "regex 1.5.4", + "regex", "terminal_size", "unicode-width", "winapi 0.3.9", @@ -959,10 +910,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951" dependencies = [ "aes-gcm", - "base64 0.13.0", + "base64", "hkdf", "hmac 0.10.1", - "percent-encoding 2.1.0", + "percent-encoding", "rand 0.8.4", "sha2 0.9.5", "time 0.2.27", @@ -1028,18 +979,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" dependencies = [ "cfg-if 1.0.0", - "crossbeam-utils 0.8.5", -] - -[[package]] -name = "crossbeam-deque" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" -dependencies = [ - "crossbeam-epoch 0.8.2", - "crossbeam-utils 0.7.2", - "maybe-uninit", + "crossbeam-utils", ] [[package]] @@ -1049,23 +989,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" dependencies = [ "cfg-if 1.0.0", - "crossbeam-epoch 0.9.5", - "crossbeam-utils 0.8.5", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" -dependencies = [ - "autocfg", - "cfg-if 0.1.10", - "crossbeam-utils 0.7.2", - "lazy_static 1.4.0", - "maybe-uninit", - "memoffset 0.5.6", - "scopeguard", + "crossbeam-epoch", + "crossbeam-utils", ] [[package]] @@ -1075,34 +1000,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" dependencies = [ "cfg-if 1.0.0", - "crossbeam-utils 0.8.5", + "crossbeam-utils", "lazy_static 1.4.0", - "memoffset 0.6.4", + "memoffset", "scopeguard", ] -[[package]] -name = "crossbeam-queue" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" -dependencies = [ - "cfg-if 0.1.10", - "crossbeam-utils 0.7.2", - "maybe-uninit", -] - -[[package]] -name = "crossbeam-utils" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" -dependencies = [ - "autocfg", - "cfg-if 0.1.10", - "lazy_static 1.4.0", -] - [[package]] name = "crossbeam-utils" version = "0.8.5" @@ -1124,7 +1027,7 @@ dependencies = [ "lazy_static 1.4.0", "libc", "mio 0.7.13", - "parking_lot 0.11.1", + "parking_lot", "signal-hook", "winapi 0.3.9", ] @@ -1171,7 +1074,7 @@ dependencies = [ "phf", "proc-macro2", "quote 1.0.9", - "smallvec 1.6.1", + "smallvec", "syn 1.0.73", ] @@ -1508,7 +1411,7 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "031fe36712cec8b81c5b76b555666ce855a4dfc2dcc35bb907046bf2ef545578" dependencies = [ - "regex 1.5.4", + "regex", ] [[package]] @@ -1604,8 +1507,8 @@ checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" dependencies = [ "atty", "humantime", - "log 0.4.14", - "regex 1.5.4", + "log", + "regex", "termcolor", ] @@ -1615,8 +1518,8 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" dependencies = [ - "log 0.4.14", - "regex 1.5.4", + "log", + "regex", ] [[package]] @@ -1691,7 +1594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae91abf6555234338687bb47913978d275539235fcb77ba9863b779090b42b14" dependencies = [ "bit-set", - "regex 1.5.4", + "regex", ] [[package]] @@ -1741,7 +1644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3c502342b7d6d73beb1b8bab39dc01deba0c8ef66f4e6f1eba7c69ee6b38069" dependencies = [ "bitflags", - "smallvec 1.6.1", + "smallvec", "thiserror", ] @@ -1796,7 +1699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" dependencies = [ "matches", - "percent-encoding 2.1.0", + "percent-encoding", ] [[package]] @@ -1874,16 +1777,6 @@ version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" -[[package]] -name = "futures-cpupool" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" -dependencies = [ - "futures 0.1.31", - "num_cpus", -] - [[package]] name = "futures-executor" version = "0.3.15" @@ -1966,7 +1859,7 @@ dependencies = [ "pin-utils", "proc-macro-hack", "proc-macro-nested", - "slab 0.4.3", + "slab", "tokio-io", ] @@ -2126,7 +2019,7 @@ dependencies = [ "bitflags", "libc", "libgit2-sys", - "log 0.4.14", + "log", "url", ] @@ -2148,11 +2041,11 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0fc1b9fa0e64ffb1aa5b95daa0f0f167734fd528b7c02eabc581d9d843649b1" dependencies = [ - "aho-corasick 0.7.18", + "aho-corasick", "bstr", "fnv", - "log 0.4.14", - "regex 1.5.4", + "log", + "regex", ] [[package]] @@ -2181,13 +2074,32 @@ dependencies = [ "futures-util", "http", "indexmap", - "slab 0.4.3", + "slab", "tokio 0.2.25", - "tokio-util", + "tokio-util 0.3.1", "tracing", "tracing-futures", ] +[[package]] +name = "h2" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726" +dependencies = [ + "bytes 1.0.1", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http", + "indexmap", + "slab", + "tokio 1.8.1", + "tokio-util 0.6.7", + "tracing", +] + [[package]] name = "hamcrest2" version = "0.3.0" @@ -2195,7 +2107,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49f837c62de05dc9cc71ff6486cd85de8856a330395ae338a04bfcefe5e91075" dependencies = [ "num 0.2.1", - "regex 1.5.4", + "regex", ] [[package]] @@ -2314,7 +2226,7 @@ version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b" dependencies = [ - "log 0.4.14", + "log", "mac", "markup5ever", "proc-macro2", @@ -2349,6 +2261,17 @@ dependencies = [ "http", ] +[[package]] +name = "http-body" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" +dependencies = [ + "bytes 1.0.1", + "http", + "pin-project-lite 0.2.6", +] + [[package]] name = "http-client" version = "6.4.1" @@ -2362,9 +2285,9 @@ dependencies = [ "futures-util", "http-types", "hyper 0.13.10", - "hyper-tls", + "hyper-tls 0.4.3", "isahc", - "log 0.4.14", + "log", "tokio 0.2.25", ] @@ -2377,7 +2300,7 @@ dependencies = [ "anyhow", "async-channel", "async-std", - "base64 0.13.0", + "base64", "cookie", "futures-lite", "http", @@ -2403,6 +2326,12 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" +[[package]] +name = "httpdate" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" + [[package]] name = "humantime" version = "1.3.0" @@ -2412,33 +2341,6 @@ dependencies = [ "quick-error", ] -[[package]] -name = "hyper" -version = "0.11.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7" -dependencies = [ - "base64 0.9.3", - "bytes 0.4.12", - "futures 0.1.31", - "futures-cpupool", - "httparse", - "iovec", - "language-tags", - "log 0.4.14", - "mime", - "net2", - "percent-encoding 1.0.1", - "relay", - "time 0.1.44", - "tokio-core", - "tokio-io", - "tokio-proto", - "tokio-service", - "unicase", - "want 0.0.4", -] - [[package]] name = "hyper" version = "0.13.10" @@ -2449,18 +2351,42 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", + "h2 0.2.7", "http", - "http-body", + "http-body 0.3.1", "httparse", - "httpdate", + "httpdate 0.3.2", "itoa", "pin-project 1.0.7", "socket2 0.3.19", "tokio 0.2.25", "tower-service", "tracing", - "want 0.3.0", + "want", +] + +[[package]] +name = "hyper" +version = "0.14.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03" +dependencies = [ + "bytes 1.0.1", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.3.3", + "http", + "http-body 0.4.2", + "httparse", + "httpdate 1.0.1", + "itoa", + "pin-project-lite 0.2.6", + "socket2 0.4.0", + "tokio 1.8.1", + "tower-service", + "tracing", + "want", ] [[package]] @@ -2476,6 +2402,19 @@ dependencies = [ "tokio-tls", ] +[[package]] +name = "hyper-tls" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" +dependencies = [ + "bytes 1.0.1", + "hyper 0.14.10", + "native-tls", + "tokio 1.8.1", + "tokio-native-tls", +] + [[package]] name = "ical" version = "0.7.0" @@ -2598,15 +2537,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a" dependencies = [ "bytes 0.5.6", - "crossbeam-utils 0.8.5", + "crossbeam-utils", "curl", "curl-sys", "flume", "futures-lite", "http", - "log 0.4.14", + "log", "once_cell", - "slab 0.4.3", + "slab", "sluice", "tracing", "tracing-futures", @@ -2669,15 +2608,9 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" dependencies = [ - "log 0.4.14", + "log", ] -[[package]] -name = "language-tags" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" - [[package]] name = "lazy_static" version = "0.2.11" @@ -2782,7 +2715,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" dependencies = [ - "safemem 0.3.3", + "safemem", ] [[package]] @@ -2805,15 +2738,6 @@ dependencies = [ "serde_test 1.0.126", ] -[[package]] -name = "lock_api" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" -dependencies = [ - "scopeguard", -] - [[package]] name = "lock_api" version = "0.4.4" @@ -2823,15 +2747,6 @@ dependencies = [ "scopeguard", ] -[[package]] -name = "log" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" -dependencies = [ - "log 0.4.14", -] - [[package]] name = "log" version = "0.4.14" @@ -2883,7 +2798,7 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" dependencies = [ - "log 0.4.14", + "log", "phf", "phf_codegen", "string_cache", @@ -2897,18 +2812,6 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" -[[package]] -name = "maybe-uninit" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" - -[[package]] -name = "md5" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48" - [[package]] name = "md5" version = "0.6.1" @@ -2936,15 +2839,6 @@ dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" -dependencies = [ - "autocfg", -] - [[package]] name = "memoffset" version = "0.6.4" @@ -3007,7 +2901,7 @@ checksum = "a4157dc2cce665432eeb14110669961b4746d5fbd04b399b9af3a0edee37104c" dependencies = [ "async-std", "crossterm", - "regex 1.5.4", + "regex", "thiserror", ] @@ -3023,10 +2917,10 @@ dependencies = [ "iovec", "kernel32-sys", "libc", - "log 0.4.14", + "log", "miow 0.2.2", "net2", - "slab 0.4.3", + "slab", "winapi 0.2.8", ] @@ -3037,23 +2931,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" dependencies = [ "libc", - "log 0.4.14", + "log", "miow 0.3.7", "ntapi", "winapi 0.3.9", ] -[[package]] -name = "mio-uds" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" -dependencies = [ - "iovec", - "libc", - "mio 0.6.23", -] - [[package]] name = "miow" version = "0.2.2" @@ -3117,7 +3000,7 @@ checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" dependencies = [ "lazy_static 1.4.0", "libc", - "log 0.4.14", + "log", "openssl", "openssl-probe", "openssl-sys", @@ -3135,7 +3018,7 @@ checksum = "6b3c31defbcb081163db18437fd88c2a267cb3e26f7bd5e4b186e4b1b38fe8c8" dependencies = [ "bincode", "cfg-if 0.1.10", - "log 0.4.14", + "log", "serde 1.0.126", "serde_derive", "wasm-bindgen", @@ -3164,7 +3047,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" dependencies = [ - "smallvec 1.6.1", + "smallvec", ] [[package]] @@ -3276,7 +3159,7 @@ dependencies = [ "doc-comment", "itertools", "overload", - "regex 1.5.4", + "regex", "serde 1.0.126", "serde_json", "winapi 0.3.9", @@ -3288,7 +3171,7 @@ version = "0.33.1" dependencies = [ "ctrlc", "indexmap", - "log 0.4.14", + "log", "nu-ansi-term", "nu-command", "nu-completion", @@ -3313,7 +3196,7 @@ version = "0.33.1" dependencies = [ "Inflector", "arboard", - "base64 0.13.0", + "base64", "bigdecimal", "byte-unit", "bytes 1.0.1", @@ -3342,7 +3225,7 @@ dependencies = [ "indexmap", "itertools", "lazy_static 1.4.0", - "log 0.4.14", + "log", "md5 0.7.0", "meval", "minus", @@ -3364,7 +3247,7 @@ dependencies = [ "num-bigint 0.3.2", "num-format", "num-traits 0.2.14", - "parking_lot 0.11.1", + "parking_lot", "pin-utils", "polars", "query_interface", @@ -3373,7 +3256,7 @@ dependencies = [ "quickcheck_macros", "rand 0.8.4", "rayon", - "regex 1.5.4", + "regex", "roxmltree", "rusqlite", "rust-embed", @@ -3420,7 +3303,7 @@ dependencies = [ "nu-protocol", "nu-source", "nu-test-support", - "parking_lot 0.11.1", + "parking_lot", ] [[package]] @@ -3436,7 +3319,7 @@ dependencies = [ "dirs-next", "getset", "indexmap", - "log 0.4.14", + "log", "nu-ansi-term", "nu-errors", "nu-protocol", @@ -3483,7 +3366,7 @@ dependencies = [ "indexmap", "itertools", "lazy_static 1.4.0", - "log 0.4.14", + "log", "nu-ansi-term", "nu-data", "nu-errors", @@ -3498,7 +3381,7 @@ dependencies = [ "num-bigint 0.3.2", "num-format", "num-traits 0.2.14", - "parking_lot 0.11.1", + "parking_lot", "rayon", "serde 1.0.126", "serde_json", @@ -3539,7 +3422,7 @@ dependencies = [ "linked-hash-map 0.5.4", "nu-test-support", "num-traits 0.2.14", - "regex 1.5.4", + "regex", "serde 1.0.126", "serde_json", ] @@ -3555,7 +3438,7 @@ dependencies = [ "dunce", "indexmap", "itertools", - "log 0.4.14", + "log", "nu-errors", "nu-path", "nu-protocol", @@ -3610,7 +3493,7 @@ dependencies = [ "derive-new", "getset", "indexmap", - "log 0.4.14", + "log", "nu-errors", "nu-source", "num-bigint 0.3.2", @@ -3650,7 +3533,7 @@ name = "nu-table" version = "0.33.1" dependencies = [ "nu-ansi-term", - "regex 1.5.4", + "regex", "unicode-width", ] @@ -3719,7 +3602,7 @@ dependencies = [ name = "nu_plugin_fetch" version = "0.33.1" dependencies = [ - "base64 0.13.0", + "base64", "futures 0.3.15", "mime", "nu-errors", @@ -3792,14 +3675,14 @@ dependencies = [ "nu-plugin", "nu-protocol", "nu-source", - "regex 1.5.4", + "regex", ] [[package]] name = "nu_plugin_post" version = "0.33.1" dependencies = [ - "base64 0.13.0", + "base64", "futures 0.3.15", "mime", "nu-errors", @@ -4275,17 +4158,6 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" -[[package]] -name = "parking_lot" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" -dependencies = [ - "lock_api 0.3.4", - "parking_lot_core 0.6.2", - "rustc_version 0.2.3", -] - [[package]] name = "parking_lot" version = "0.11.1" @@ -4293,23 +4165,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" dependencies = [ "instant", - "lock_api 0.4.4", - "parking_lot_core 0.8.3", -] - -[[package]] -name = "parking_lot_core" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" -dependencies = [ - "cfg-if 0.1.10", - "cloudabi", - "libc", - "redox_syscall 0.1.57", - "rustc_version 0.2.3", - "smallvec 0.6.14", - "winapi 0.3.9", + "lock_api", + "parking_lot_core", ] [[package]] @@ -4322,7 +4179,7 @@ dependencies = [ "instant", "libc", "redox_syscall 0.2.9", - "smallvec 1.6.1", + "smallvec", "winapi 0.3.9", ] @@ -4333,7 +4190,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "265044e41d674fad4c7860a3e245e53138e926fe83cad8d45193a7a354c56a54" dependencies = [ "arrow", - "base64 0.13.0", + "base64", "brotli", "byteorder", "chrono", @@ -4361,7 +4218,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" dependencies = [ - "regex 1.5.4", + "regex", ] [[package]] @@ -4373,12 +4230,6 @@ dependencies = [ "std_prelude", ] -[[package]] -name = "percent-encoding" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" - [[package]] name = "percent-encoding" version = "2.1.0" @@ -4534,7 +4385,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "679104537029ed2287c216bfb942bbf723f48ee98f0aef15611634173a74ef21" dependencies = [ - "base64 0.13.0", + "base64", "chrono", "indexmap", "line-wrap", @@ -4609,7 +4460,7 @@ dependencies = [ "rand 0.7.3", "rand_distr", "rayon", - "regex 1.5.4", + "regex", "serde 1.0.126", "thiserror", "unsafe_unwrap", @@ -4636,7 +4487,7 @@ dependencies = [ "polars-arrow", "polars-core", "rayon", - "regex 1.5.4", + "regex", ] [[package]] @@ -4661,7 +4512,7 @@ checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25" dependencies = [ "cfg-if 1.0.0", "libc", - "log 0.4.14", + "log", "wepoll-ffi", "winapi 0.3.9", ] @@ -4705,7 +4556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" dependencies = [ "env_logger 0.7.1", - "log 0.4.14", + "log", ] [[package]] @@ -4795,18 +4646,6 @@ version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" -[[package]] -name = "quick-xml" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d8065cbb01701c11cc195cde85cbf39d1c6a80705b67a157ebb3042e0e5777f" -dependencies = [ - "encoding_rs", - "failure", - "log 0.4.14", - "memchr", -] - [[package]] name = "quick-xml" version = "0.19.0" @@ -4833,7 +4672,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" dependencies = [ "env_logger 0.8.4", - "log 0.4.14", + "log", "rand 0.8.4", ] @@ -5031,7 +4870,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" dependencies = [ "autocfg", - "crossbeam-deque 0.8.0", + "crossbeam-deque", "either", "rayon-core", ] @@ -5043,8 +4882,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" dependencies = [ "crossbeam-channel", - "crossbeam-deque 0.8.0", - "crossbeam-utils 0.8.5", + "crossbeam-deque", + "crossbeam-utils", "lazy_static 1.4.0", "num_cpus", ] @@ -5100,28 +4939,15 @@ dependencies = [ "redox_syscall 0.2.9", ] -[[package]] -name = "regex" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" -dependencies = [ - "aho-corasick 0.6.10", - "memchr", - "regex-syntax 0.5.6", - "thread_local", - "utf8-ranges", -] - [[package]] name = "regex" version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" dependencies = [ - "aho-corasick 0.7.18", + "aho-corasick", "memchr", - "regex-syntax 0.6.25", + "regex-syntax", ] [[package]] @@ -5130,30 +4956,12 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -[[package]] -name = "regex-syntax" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" -dependencies = [ - "ucd-util", -] - [[package]] name = "regex-syntax" version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" -[[package]] -name = "relay" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a" -dependencies = [ - "futures 0.1.31", -] - [[package]] name = "remove_dir_all" version = "0.5.3" @@ -5165,32 +4973,31 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.10.10" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" +checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" dependencies = [ - "base64 0.13.0", - "bytes 0.5.6", + "base64", + "bytes 1.0.1", "encoding_rs", "futures-core", "futures-util", "http", - "http-body", - "hyper 0.13.10", - "hyper-tls", + "http-body 0.4.2", + "hyper 0.14.10", + "hyper-tls 0.5.0", "ipnet", "js-sys", "lazy_static 1.4.0", - "log 0.4.14", + "log", "mime", - "mime_guess", "native-tls", - "percent-encoding 2.1.0", + "percent-encoding", "pin-project-lite 0.2.6", "serde 1.0.126", "serde_urlencoded", - "tokio 0.2.25", - "tokio-tls", + "tokio 1.8.1", + "tokio-native-tls", "url", "wasm-bindgen", "wasm-bindgen-futures", @@ -5238,7 +5045,7 @@ dependencies = [ "hashlink", "libsqlite3-sys", "memchr", - "smallvec 1.6.1", + "smallvec", ] [[package]] @@ -5247,10 +5054,10 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" dependencies = [ - "base64 0.13.0", + "base64", "blake2b_simd", "constant_time_eq", - "crossbeam-utils 0.8.5", + "crossbeam-utils", ] [[package]] @@ -5365,12 +5172,12 @@ dependencies = [ "dirs-next", "fd-lock", "libc", - "log 0.4.14", + "log", "memchr", "nix", "radix_trie", "scopeguard", - "smallvec 1.6.1", + "smallvec", "unicode-segmentation", "unicode-width", "utf8parse 0.2.0", @@ -5385,28 +5192,25 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "s3handler" -version = "0.6.6" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f85783c5deef12e88b1aa43f450678c1a488e55025a99a19c875d0f46d6d317f" +checksum = "0adbccfcc46d65a60db3af38aa60cc3569fa905f1a6bf537afb306456aa2a28e" dependencies = [ "async-trait", - "base64 0.6.0", - "bytes 0.5.6", + "base64", + "bytes 1.0.1", "chrono", - "colored", "dyn-clone", "failure", "failure_derive", "futures 0.3.15", "hmac 0.4.2", "hmac-sha1", - "http", - "hyper 0.11.27", - "log 0.4.14", - "md5 0.3.8", + "log", + "md5 0.7.0", "mime_guess", - "quick-xml 0.12.4", - "regex 0.2.11", + "quick-xml 0.22.0", + "regex", "reqwest", "rust-crypto", "rustc-serialize", @@ -5414,16 +5218,10 @@ dependencies = [ "serde_derive", "serde_json", "sha2 0.6.0", - "tokio 0.2.25", + "tokio 1.8.1", "url", ] -[[package]] -name = "safemem" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" - [[package]] name = "safemem" version = "0.3.3" @@ -5449,12 +5247,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "scoped-tls" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" - [[package]] name = "scopeguard" version = "1.1.0" @@ -5494,13 +5286,13 @@ dependencies = [ "cssparser", "derive_more", "fxhash", - "log 0.4.14", + "log", "matches", "phf", "phf_codegen", "precomputed-hash", "servo_arc", - "smallvec 1.6.1", + "smallvec", "thin-slice", ] @@ -5561,7 +5353,7 @@ dependencies = [ "lazy_static 1.4.0", "linked-hash-map 0.3.0", "num-traits 0.1.43", - "regex 1.5.4", + "regex", "serde 0.8.23", ] @@ -5625,7 +5417,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5af82de3c6549b001bec34961ff2d6a54339a87bab37ce901b693401f27de6cb" dependencies = [ "data-encoding", - "percent-encoding 2.1.0", + "percent-encoding", "serde 1.0.126", "thiserror", ] @@ -5679,7 +5471,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d" dependencies = [ "lazy_static 1.4.0", - "parking_lot 0.11.1", + "parking_lot", "serial_test_derive", ] @@ -5800,12 +5592,6 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27" -[[package]] -name = "slab" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" - [[package]] name = "slab" version = "0.4.3" @@ -5823,21 +5609,6 @@ dependencies = [ "futures-io", ] -[[package]] -name = "smallvec" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013" - -[[package]] -name = "smallvec" -version = "0.6.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" -dependencies = [ - "maybe-uninit", -] - [[package]] name = "smallvec" version = "1.6.1" @@ -5888,7 +5659,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c" dependencies = [ - "lock_api 0.4.4", + "lock_api", ] [[package]] @@ -6032,7 +5803,7 @@ dependencies = [ "futures-util", "http-client", "http-types", - "log 0.4.14", + "log", "mime_guess", "once_cell", "pin-project-lite 0.2.6", @@ -6120,7 +5891,7 @@ dependencies = [ "lazycell", "onig", "plist", - "regex-syntax 0.6.25", + "regex-syntax", "serde 1.0.126", "serde_derive", "serde_json", @@ -6183,12 +5954,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "take" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5" - [[package]] name = "tempfile" version = "3.2.0" @@ -6301,15 +6066,6 @@ dependencies = [ "syn 1.0.73", ] -[[package]] -name = "thread_local" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" -dependencies = [ - "lazy_static 1.4.0", -] - [[package]] name = "threadpool" version = "1.8.1" @@ -6327,7 +6083,7 @@ checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b" dependencies = [ "byteorder", "integer-encoding", - "log 0.4.14", + "log", "ordered-float", "threadpool", ] @@ -6423,31 +6179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f565e410cfc24c2f2a89960b023ca192689d7f77d3f8d4f4af50c2d8affe1117" dependencies = [ "lazy_static 1.4.0", - "regex 1.5.4", -] - -[[package]] -name = "tokio" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "mio 0.6.23", - "num_cpus", - "tokio-codec", - "tokio-current-thread", - "tokio-executor", - "tokio-fs", - "tokio-io", - "tokio-reactor", - "tokio-sync", - "tokio-tcp", - "tokio-threadpool", - "tokio-timer", - "tokio-udp", - "tokio-uds", + "regex", ] [[package]] @@ -6463,71 +6195,25 @@ dependencies = [ "lazy_static 1.4.0", "memchr", "mio 0.6.23", - "num_cpus", "pin-project-lite 0.1.12", - "slab 0.4.3", + "slab", +] + +[[package]] +name = "tokio" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985" +dependencies = [ + "autocfg", + "bytes 1.0.1", + "libc", + "memchr", + "mio 0.7.13", + "num_cpus", + "pin-project-lite 0.2.6", "tokio-macros", -] - -[[package]] -name = "tokio-codec" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "tokio-io", -] - -[[package]] -name = "tokio-core" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87b1395334443abca552f63d4f61d0486f12377c2ba8b368e523f89e828cffd4" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "iovec", - "log 0.4.14", - "mio 0.6.23", - "scoped-tls", - "tokio 0.1.22", - "tokio-executor", - "tokio-io", - "tokio-reactor", - "tokio-timer", -] - -[[package]] -name = "tokio-current-thread" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" -dependencies = [ - "futures 0.1.31", - "tokio-executor", -] - -[[package]] -name = "tokio-executor" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" -dependencies = [ - "crossbeam-utils 0.7.2", - "futures 0.1.31", -] - -[[package]] -name = "tokio-fs" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" -dependencies = [ - "futures 0.1.31", - "tokio-io", - "tokio-threadpool", + "winapi 0.3.9", ] [[package]] @@ -6538,14 +6224,14 @@ checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" dependencies = [ "bytes 0.4.12", "futures 0.1.31", - "log 0.4.14", + "log", ] [[package]] name = "tokio-macros" -version = "0.2.6" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" +checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110" dependencies = [ "proc-macro2", "quote 1.0.9", @@ -6553,102 +6239,13 @@ dependencies = [ ] [[package]] -name = "tokio-proto" -version = "0.1.1" +name = "tokio-native-tls" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389" +checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" dependencies = [ - "futures 0.1.31", - "log 0.3.9", - "net2", - "rand 0.3.23", - "slab 0.3.0", - "smallvec 0.2.1", - "take", - "tokio-core", - "tokio-io", - "tokio-service", -] - -[[package]] -name = "tokio-reactor" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" -dependencies = [ - "crossbeam-utils 0.7.2", - "futures 0.1.31", - "lazy_static 1.4.0", - "log 0.4.14", - "mio 0.6.23", - "num_cpus", - "parking_lot 0.9.0", - "slab 0.4.3", - "tokio-executor", - "tokio-io", - "tokio-sync", -] - -[[package]] -name = "tokio-service" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" -dependencies = [ - "futures 0.1.31", -] - -[[package]] -name = "tokio-sync" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" -dependencies = [ - "fnv", - "futures 0.1.31", -] - -[[package]] -name = "tokio-tcp" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "iovec", - "mio 0.6.23", - "tokio-io", - "tokio-reactor", -] - -[[package]] -name = "tokio-threadpool" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" -dependencies = [ - "crossbeam-deque 0.7.3", - "crossbeam-queue", - "crossbeam-utils 0.7.2", - "futures 0.1.31", - "lazy_static 1.4.0", - "log 0.4.14", - "num_cpus", - "slab 0.4.3", - "tokio-executor", -] - -[[package]] -name = "tokio-timer" -version = "0.2.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" -dependencies = [ - "crossbeam-utils 0.7.2", - "futures 0.1.31", - "slab 0.4.3", - "tokio-executor", + "native-tls", + "tokio 1.8.1", ] [[package]] @@ -6661,39 +6258,6 @@ dependencies = [ "tokio 0.2.25", ] -[[package]] -name = "tokio-udp" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "log 0.4.14", - "mio 0.6.23", - "tokio-codec", - "tokio-io", - "tokio-reactor", -] - -[[package]] -name = "tokio-uds" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "iovec", - "libc", - "log 0.4.14", - "mio 0.6.23", - "mio-uds", - "tokio-codec", - "tokio-io", - "tokio-reactor", -] - [[package]] name = "tokio-util" version = "0.3.1" @@ -6703,11 +6267,25 @@ dependencies = [ "bytes 0.5.6", "futures-core", "futures-sink", - "log 0.4.14", + "log", "pin-project-lite 0.1.12", "tokio 0.2.25", ] +[[package]] +name = "tokio-util" +version = "0.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592" +dependencies = [ + "bytes 1.0.1", + "futures-core", + "futures-sink", + "log", + "pin-project-lite 0.2.6", + "tokio 1.8.1", +] + [[package]] name = "toml" version = "0.5.8" @@ -6730,7 +6308,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d" dependencies = [ "cfg-if 1.0.0", - "log 0.4.14", + "log", "pin-project-lite 0.2.6", "tracing-attributes", "tracing-core", @@ -6775,12 +6353,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "try-lock" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2" - [[package]] name = "try-lock" version = "0.2.3" @@ -6818,12 +6390,6 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" -[[package]] -name = "ucd-util" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236" - [[package]] name = "umask" version = "1.0.0" @@ -6906,7 +6472,7 @@ dependencies = [ "form_urlencoded", "idna", "matches", - "percent-encoding 2.1.0", + "percent-encoding", "serde 1.0.126", ] @@ -6927,7 +6493,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" dependencies = [ "libc", - "log 0.4.14", + "log", ] [[package]] @@ -6936,12 +6502,6 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" -[[package]] -name = "utf8-ranges" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" - [[package]] name = "utf8-width" version = "0.1.5" @@ -7029,25 +6589,14 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "want" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1" -dependencies = [ - "futures 0.1.31", - "log 0.4.14", - "try-lock 0.1.0", -] - [[package]] name = "want" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" dependencies = [ - "log 0.4.14", - "try-lock 0.2.3", + "log", + "try-lock", ] [[package]] @@ -7082,7 +6631,7 @@ checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900" dependencies = [ "bumpalo", "lazy_static 1.4.0", - "log 0.4.14", + "log", "proc-macro2", "quote 1.0.9", "syn 1.0.73", diff --git a/crates/nu_plugin_s3/Cargo.toml b/crates/nu_plugin_s3/Cargo.toml index 1d82a3482..f285ad477 100644 --- a/crates/nu_plugin_s3/Cargo.toml +++ b/crates/nu_plugin_s3/Cargo.toml @@ -15,6 +15,6 @@ nu-errors = { path="../nu-errors", version="0.33.1" } nu-plugin = { path="../nu-plugin", version="0.33.1" } nu-protocol = { path="../nu-protocol", version="0.33.1" } nu-source = { path="../nu-source", version="0.33.1" } -s3handler = "0.6.3" +s3handler = "0.7" [build-dependencies]