From 4d2187b1efc0f6ca2f2acb12902ea1149f8c23f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:43:45 +0000 Subject: [PATCH] Bump hyper from 0.13.10 to 0.14.19 Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.10 to 0.14.19. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.13.10...v0.14.19) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 573 +++++++++++++++++++++++--------------------- iapyx/Cargo.toml | 2 +- valgrind/Cargo.toml | 2 +- vitup/Cargo.toml | 2 +- 4 files changed, 301 insertions(+), 278 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0ad0d9a..efa4c913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.53" +version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600" +checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" dependencies = [ "proc-macro2", "quote", @@ -259,7 +259,7 @@ dependencies = [ "cc", "cfg-if 1.0.0", "libc", - "miniz_oxide 0.5.1", + "miniz_oxide 0.5.3", "object", "rustc-demangle", ] @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "bip39" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#cd1d4e0a61836c50e193ee140ec74579115de056" +source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#432a8916f4a19d59ff87a7d55725bea2f4164f53" dependencies = [ "cryptoxide 0.4.2", "thiserror", @@ -433,9 +433,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.9.1" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" +checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" [[package]] name = "byte-slice-cast" @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "cardano-legacy-address" version = "0.1.1" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "cbor_event", "cryptoxide 0.4.2", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "catalyst-toolbox" version = "0.3.0" -source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=main#f540007b055ca5aea84837f6219b5079118fff27" +source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=main#55d1572576330d6310d89fe07b4499cd2c4d4fc1" dependencies = [ "assert_fs", "bech32 0.8.1", @@ -527,7 +527,9 @@ dependencies = [ "chain-ser", "chain-storage", "chain-time", + "color-eyre", "csv", + "env_logger 0.9.0", "futures", "gag", "graphql_client", @@ -553,25 +555,24 @@ dependencies = [ "serde_json", "serde_yaml", "sscanf", - "stderrlog", - "stopwatch", "structopt", "symmetric-cipher", "thiserror", "thor", "time 0.3.9", - "tokio 1.18.2", + "tokio 1.19.2", "url", "versionisator", "vit-servicing-station-lib", + "voting-hir", "wallet", ] [[package]] name = "cbor_event" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b6cda8a789815488ee290d106bc97dba47785dae73d63576fc42c126912a451" +checksum = "52b3d8b289b6c7d6d8832c8e2bf151c7677126afa627f51e19a6320aec8237cb" [[package]] name = "cc" @@ -621,7 +622,7 @@ dependencies = [ [[package]] name = "chain-addr" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "bech32 0.8.1", "chain-core", @@ -635,7 +636,7 @@ dependencies = [ [[package]] name = "chain-core" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "chain-ser", ] @@ -643,7 +644,7 @@ dependencies = [ [[package]] name = "chain-crypto" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "bech32 0.8.1", "cryptoxide 0.4.2", @@ -665,7 +666,7 @@ dependencies = [ [[package]] name = "chain-evm" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "aurora-bn", "base64 0.13.0", @@ -680,7 +681,7 @@ dependencies = [ "hex", "imhamt", "libsecp256k1", - "num 0.4.0", + "num", "quickcheck", "ripemd", "rlp", @@ -694,7 +695,7 @@ dependencies = [ [[package]] name = "chain-impl-mockchain" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "cardano-legacy-address", "chain-addr", @@ -726,7 +727,7 @@ dependencies = [ [[package]] name = "chain-path-derivation" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#cd1d4e0a61836c50e193ee140ec74579115de056" +source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#432a8916f4a19d59ff87a7d55725bea2f4164f53" dependencies = [ "thiserror", ] @@ -734,7 +735,7 @@ dependencies = [ [[package]] name = "chain-ser" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "thiserror", ] @@ -742,7 +743,7 @@ dependencies = [ [[package]] name = "chain-storage" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#b6590318da760d223022bf4e3b1c42e1ee697242" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "criterion", "data-pile", @@ -755,7 +756,7 @@ dependencies = [ [[package]] name = "chain-time" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "chain-core", "chain-ser", @@ -767,7 +768,7 @@ dependencies = [ [[package]] name = "chain-vote" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "cfg-if 1.0.0", "chain-core", @@ -883,6 +884,33 @@ dependencies = [ "zeroize", ] +[[package]] +name = "color-eyre" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ebf286c900a6d5867aeff75cfee3192857bb7f24b547d4f0df2ed6baa812c90" +dependencies = [ + "backtrace", + "color-spantrace", + "eyre", + "indenter", + "once_cell", + "owo-colors", + "tracing-error", +] + +[[package]] +name = "color-spantrace" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" +dependencies = [ + "once_cell", + "owo-colors", + "tracing-core", + "tracing-error", +] + [[package]] name = "color_quant" version = "1.1.0" @@ -919,9 +947,9 @@ dependencies = [ [[package]] name = "const_format" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0936ffe6d0c8d6a51b3b0a73b2acbe925d786f346cf45bfddc8341d79fb7dc8a" +checksum = "e6a1316fa6a23fea1ee41cb80321590385e5f3e575e99f77c4d918ce5d44379d" dependencies = [ "const_format_proc_macros", ] @@ -1419,9 +1447,9 @@ dependencies = [ [[package]] name = "ed25519" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cb2103c580a9f8732121f755eccb51312f7db26314664314c119298107064b" +checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" dependencies = [ "signature", ] @@ -1489,6 +1517,19 @@ dependencies = [ "regex", ] +[[package]] +name = "env_logger" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +dependencies = [ + "atty", + "humantime", + "log", + "regex", + "termcolor", +] + [[package]] name = "environmental" version = "1.1.3" @@ -1614,6 +1655,16 @@ dependencies = [ "sha3 0.10.1", ] +[[package]] +name = "eyre" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" +dependencies = [ + "indenter", + "once_cell", +] + [[package]] name = "failure" version = "0.1.8" @@ -1699,14 +1750,12 @@ checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e" [[package]] name = "flate2" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" +checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" dependencies = [ - "cfg-if 1.0.0", "crc32fast", - "libc", - "miniz_oxide 0.5.1", + "miniz_oxide 0.5.3", ] [[package]] @@ -1998,9 +2047,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "globset" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" +checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" dependencies = [ "aho-corasick", "bstr", @@ -2130,8 +2179,8 @@ dependencies = [ "http", "indexmap", "slab", - "tokio 1.18.2", - "tokio-util 0.7.2", + "tokio 1.19.2", + "tokio-util 0.7.3", "tracing", ] @@ -2177,7 +2226,7 @@ dependencies = [ [[package]] name = "hdkeygen" version = "0.2.0" -source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#cd1d4e0a61836c50e193ee140ec74579115de056" +source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#432a8916f4a19d59ff87a7d55725bea2f4164f53" dependencies = [ "bip39", "cardano-legacy-address", @@ -2238,7 +2287,7 @@ dependencies = [ [[package]] name = "hersir" version = "0.1.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "assert_fs", "chain-addr", @@ -2294,9 +2343,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" +checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes 1.1.0", "fnv", @@ -2315,9 +2364,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes 1.1.0", "http", @@ -2384,9 +2433,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.18" +version = "0.14.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" +checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" dependencies = [ "bytes 1.1.0", "futures-channel", @@ -2394,13 +2443,13 @@ dependencies = [ "futures-util", "h2 0.3.13", "http", - "http-body 0.4.4", + "http-body 0.4.5", "httparse", "httpdate 1.0.2", "itoa 1.0.2", "pin-project-lite 0.2.9", "socket2 0.4.4", - "tokio 1.18.2", + "tokio 1.19.2", "tower-service", "tracing", "want", @@ -2429,9 +2478,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" dependencies = [ "http", - "hyper 0.14.18", - "rustls 0.20.5", - "tokio 1.18.2", + "hyper 0.14.19", + "rustls 0.20.6", + "tokio 1.19.2", "tokio-rustls 0.23.4", ] @@ -2441,9 +2490,9 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper 0.14.18", + "hyper 0.14.19", "pin-project-lite 0.2.9", - "tokio 1.18.2", + "tokio 1.19.2", "tokio-io-timeout", ] @@ -2467,9 +2516,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes 1.1.0", - "hyper 0.14.18", + "hyper 0.14.19", "native-tls", - "tokio 1.18.2", + "tokio 1.19.2", "tokio-native-tls", ] @@ -2499,7 +2548,7 @@ dependencies = [ "hdkeygen", "hersir", "hex", - "hyper 0.13.10", + "hyper 0.14.19", "image", "itertools 0.10.3", "jcli", @@ -2517,7 +2566,7 @@ dependencies = [ "structopt", "thiserror", "thor", - "tokio 1.18.2", + "tokio 1.19.2", "url", "valgrind", "wallet", @@ -2583,7 +2632,7 @@ dependencies = [ [[package]] name = "imhamt" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" dependencies = [ "proptest", "rustc_version", @@ -2629,11 +2678,17 @@ dependencies = [ "syn", ] +[[package]] +name = "indenter" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" + [[package]] name = "indexmap" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" dependencies = [ "autocfg 1.1.0", "hashbrown", @@ -2719,7 +2774,7 @@ dependencies = [ "snapshot-trigger-service", "thiserror", "thor", - "tokio 1.18.2", + "tokio 1.19.2", "valgrind", "vit-servicing-station-lib", "vit-servicing-station-tests", @@ -2774,7 +2829,7 @@ checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" [[package]] name = "jcli" version = "0.13.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "base64 0.13.0", "bech32 0.8.1", @@ -2817,7 +2872,7 @@ dependencies = [ [[package]] name = "jormungandr-automation" version = "0.13.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "assert_cmd 2.0.4", "assert_fs", @@ -2862,16 +2917,16 @@ dependencies = [ "serde_json", "serde_yaml", "strum 0.23.0", - "sysinfo 0.23.12", + "sysinfo 0.23.13", "tar", "tempfile", "thiserror", - "tokio 1.18.2", + "tokio 1.19.2", "tokio-stream", "tonic", "tonic-build", "tracing", - "tracing-subscriber 0.3.6", + "tracing-subscriber 0.3.11", "typed-bytes", "url", "warp", @@ -2881,7 +2936,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" version = "0.13.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "assert_cmd 2.0.4", "assert_fs", @@ -2923,7 +2978,7 @@ dependencies = [ "tempfile", "thiserror", "thor", - "tokio 1.18.2", + "tokio 1.19.2", "tonic", "tracing", "url", @@ -2933,7 +2988,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" version = "0.13.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#450e4eb85ecfa2af9303269d2f8b31d9cbbd922b" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "base64 0.13.0", "bech32 0.8.1", @@ -2995,7 +3050,7 @@ dependencies = [ "tar", "thiserror", "time 0.3.9", - "tokio 1.18.2", + "tokio 1.19.2", "warp", "zip", ] @@ -3026,9 +3081,9 @@ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" [[package]] name = "keccak" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" +checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838" [[package]] name = "kernel32-sys" @@ -3087,9 +3142,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.125" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b" +checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "libmath" @@ -3185,7 +3240,7 @@ dependencies = [ [[package]] name = "loki" version = "0.1.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "chain-addr", "chain-core", @@ -3203,7 +3258,7 @@ dependencies = [ "structopt", "thiserror", "thor", - "tokio 1.18.2", + "tokio 1.19.2", "warp", ] @@ -3218,9 +3273,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" +checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228" dependencies = [ "hashbrown", ] @@ -3322,9 +3377,9 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.5.1" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" +checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" dependencies = [ "adler", ] @@ -3397,7 +3452,7 @@ dependencies = [ [[package]] name = "mjolnir" version = "0.1.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "assert_fs", "chain-addr", @@ -3417,7 +3472,7 @@ dependencies = [ "structopt", "thiserror", "thor", - "tokio 1.18.2", + "tokio 1.19.2", "versionisator", ] @@ -3572,46 +3627,20 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "num" -version = "0.1.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" -dependencies = [ - "num-bigint 0.1.44", - "num-complex 0.1.43", - "num-integer", - "num-iter", - "num-rational 0.1.42", - "num-traits", -] - [[package]] name = "num" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" dependencies = [ - "num-bigint 0.4.3", - "num-complex 0.4.1", + "num-bigint", + "num-complex", "num-integer", "num-iter", "num-rational 0.4.0", "num-traits", ] -[[package]] -name = "num-bigint" -version = "0.1.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1" -dependencies = [ - "num-integer", - "num-traits", - "rand 0.4.6", - "rustc-serialize", -] - [[package]] name = "num-bigint" version = "0.4.3" @@ -3623,16 +3652,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-complex" -version = "0.1.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656" -dependencies = [ - "num-traits", - "rustc-serialize", -] - [[package]] name = "num-complex" version = "0.4.1" @@ -3674,18 +3693,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-rational" -version = "0.1.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e" -dependencies = [ - "num-bigint 0.1.44", - "num-integer", - "num-traits", - "rustc-serialize", -] - [[package]] name = "num-rational" version = "0.3.2" @@ -3704,7 +3711,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" dependencies = [ "autocfg 1.1.0", - "num-bigint 0.4.3", + "num-bigint", "num-integer", "num-traits", ] @@ -3754,9 +3761,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" +checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" [[package]] name = "oorandom" @@ -3804,9 +3811,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.73" +version = "0.9.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0" +checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1" dependencies = [ "autocfg 1.1.0", "cc", @@ -3817,9 +3824,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04304d855bb5385d4b595edf0147b8e281871766b75dd4c87b2bdf3c9e5c2d19" +checksum = "0eca3ecae1481e12c3d9379ec541b238a16f0b75c9a409942daa8ec20dbfdb62" dependencies = [ "log", "winapi 0.3.9", @@ -3827,9 +3834,9 @@ dependencies = [ [[package]] name = "os_str_bytes" -version = "6.0.1" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435" +checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" [[package]] name = "output_vt100" @@ -3840,6 +3847,12 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "owo-colors" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b" + [[package]] name = "parity-multiaddr" version = "0.9.7" @@ -3877,9 +3890,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.1.2" +version = "3.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066" +checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0" dependencies = [ "arrayvec 0.7.2", "bitvec", @@ -3891,9 +3904,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8" +checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -3909,7 +3922,17 @@ checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", "lock_api", - "parking_lot_core", + "parking_lot_core 0.8.5", +] + +[[package]] +name = "parking_lot" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +dependencies = [ + "lock_api", + "parking_lot_core 0.9.3", ] [[package]] @@ -3926,6 +3949,19 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "parking_lot_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "redox_syscall", + "smallvec", + "windows-sys", +] + [[package]] name = "password-hash" version = "0.3.2" @@ -3968,9 +4004,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "petgraph" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f" +checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" dependencies = [ "fixedbitset", "indexmap", @@ -4088,7 +4124,7 @@ checksum = "2326808f3c476da7495ff611ad36b6a2e4e9d1f20a5b5eb4bbd8fb5e47f899be" dependencies = [ "hex", "keynesis", - "lru 0.7.5", + "lru 0.7.6", "thiserror", ] @@ -4222,11 +4258,11 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa" +checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" dependencies = [ - "unicode-xid", + "unicode-ident", ] [[package]] @@ -4330,7 +4366,7 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f" dependencies = [ - "env_logger", + "env_logger 0.7.1", "log", "rand 0.7.3", "rand_core 0.5.1", @@ -4374,7 +4410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f" dependencies = [ "log", - "parking_lot", + "parking_lot 0.11.2", "scheduled-thread-pool", ] @@ -4657,9 +4693,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.5" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" +checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" dependencies = [ "aho-corasick", "memchr", @@ -4677,9 +4713,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "registration-service" @@ -4698,7 +4734,7 @@ dependencies = [ "signals-handler", "structopt", "thiserror", - "tokio 1.18.2", + "tokio 1.19.2", "uuid", "walkdir", "warp", @@ -4727,7 +4763,7 @@ dependencies = [ "snapshot-trigger-service", "structopt", "thiserror", - "tokio 1.18.2", + "tokio 1.19.2", "uuid", "walkdir", "warp", @@ -4795,8 +4831,8 @@ dependencies = [ "futures-util", "h2 0.3.13", "http", - "http-body 0.4.4", - "hyper 0.14.18", + "http-body 0.4.5", + "hyper 0.14.19", "hyper-rustls 0.23.0", "hyper-tls 0.5.0", "ipnet", @@ -4807,12 +4843,12 @@ dependencies = [ "native-tls", "percent-encoding", "pin-project-lite 0.2.9", - "rustls 0.20.5", + "rustls 0.20.6", "rustls-pemfile 0.3.0", "serde", "serde_json", "serde_urlencoded", - "tokio 1.18.2", + "tokio 1.19.2", "tokio-native-tls", "tokio-rustls 0.23.4", "url", @@ -4893,9 +4929,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.23.1" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22dc69eadbf0ee2110b8d20418c0c6edbaefec2811c4963dc17b6344e11fe0f8" +checksum = "e2ee7337df68898256ad0d4af4aad178210d9e44d2ff900ce44064a97cd86530" dependencies = [ "arrayvec 0.7.2", "num-traits", @@ -4904,9 +4940,9 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.23.1" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c70be9367d4bc095d10b48d41b819d09ed4dafc528765a144d32ed1d530654" +checksum = "72030e106b3dc8cb4c965faf057036f270cdd226a076804d19e3de0d27fc309b" dependencies = [ "quote", "rust_decimal", @@ -4924,12 +4960,6 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" -[[package]] -name = "rustc-serialize" -version = "0.3.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" - [[package]] name = "rustc_version" version = "0.4.0" @@ -4967,9 +4997,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.20.5" +version = "0.20.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a024a432ae760ab3bff924ad91ce1cfa52cb57ed16e1ef32d0d249cfee1a6c13" +checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" dependencies = [ "log", "ring", @@ -5036,9 +5066,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9" +checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a" dependencies = [ "bitvec", "cfg-if 1.0.0", @@ -5049,9 +5079,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f" +checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -5061,21 +5091,21 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" +checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" dependencies = [ "lazy_static", - "winapi 0.3.9", + "windows-sys", ] [[package]] name = "scheduled-thread-pool" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7" +checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf" dependencies = [ - "parking_lot", + "parking_lot 0.12.1", ] [[package]] @@ -5160,9 +5190,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd" +checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c" dependencies = [ "serde", ] @@ -5222,11 +5252,10 @@ dependencies = [ [[package]] name = "serde_with" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b827f2113224f3f19a665136f006709194bdfdcb1fdc1e4b2b5cbac8e0cced54" +checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff" dependencies = [ - "rustversion", "serde", "serde_with_macros", ] @@ -5359,7 +5388,7 @@ name = "signals-handler" version = "0.1.0" dependencies = [ "futures", - "tokio 1.18.2", + "tokio 1.19.2", ] [[package]] @@ -5398,7 +5427,7 @@ dependencies = [ "fxhash", "libc", "log", - "parking_lot", + "parking_lot 0.11.2", ] [[package]] @@ -5410,7 +5439,7 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "snapshot-service" version = "0.1.0" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=master#e4f7858b01b9d37b7df183acdc383b227d718100" +source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=master#fff63acacc4da9383e7b4608147ba54fc337dd85" dependencies = [ "jormungandr-lib", "notify", @@ -5418,7 +5447,7 @@ dependencies = [ "serde_json", "sled", "thiserror", - "tokio 1.18.2", + "tokio 1.19.2", "tracing", "voting-hir", "warp", @@ -5441,7 +5470,7 @@ dependencies = [ "signals-handler", "structopt", "thiserror", - "tokio 1.18.2", + "tokio 1.19.2", "uuid", "walkdir", "warp", @@ -5471,7 +5500,7 @@ dependencies = [ [[package]] name = "sparse-array" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" [[package]] name = "spin" @@ -5509,28 +5538,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" -[[package]] -name = "stderrlog" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a53e2eff3e94a019afa6265e8ee04cb05b9d33fe9f5078b14e4e391d155a38" -dependencies = [ - "atty", - "chrono", - "log", - "termcolor", - "thread_local", -] - -[[package]] -name = "stopwatch" -version = "0.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d04b5ebc78da44d3a456319d8bc2783e7d8cc7ccbb5cb4dc3f54afbd93bf728" -dependencies = [ - "num 0.1.42", -] - [[package]] name = "strsim" version = "0.8.0" @@ -5645,7 +5652,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "symmetric-cipher" version = "0.5.0" -source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#cd1d4e0a61836c50e193ee140ec74579115de056" +source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#432a8916f4a19d59ff87a7d55725bea2f4164f53" dependencies = [ "cryptoxide 0.4.2", "rand 0.8.5", @@ -5655,13 +5662,13 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.94" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07e33e919ebcd69113d5be0e4d70c5707004ff45188910106854f38b960df4a" +checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" dependencies = [ "proc-macro2", "quote", - "unicode-xid", + "unicode-ident", ] [[package]] @@ -5693,9 +5700,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56b1e20ee77901236c389ff74618a899ff5fd34719a7ff0fd1d64f0acca5179a" +checksum = "3977ec2e0520829be45c8a2df70db2bf364714d8a748316a10c3c35d4d2b01c9" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", @@ -5825,7 +5832,7 @@ dependencies = [ [[package]] name = "thor" version = "0.1.0" -source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" +source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#b3de3b5318ec32266f9f933889f6408354633570" dependencies = [ "assert_fs", "bech32 0.8.1", @@ -5855,11 +5862,11 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.0.1" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" +checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ - "lazy_static", + "once_cell", ] [[package]] @@ -5957,9 +5964,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.2" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes 1.1.0", "libc", @@ -5981,14 +5988,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" dependencies = [ "pin-project-lite 0.2.9", - "tokio 1.18.2", + "tokio 1.19.2", ] [[package]] name = "tokio-macros" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" +checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" dependencies = [ "proc-macro2", "quote", @@ -6002,7 +6009,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" dependencies = [ "native-tls", - "tokio 1.18.2", + "tokio 1.19.2", ] [[package]] @@ -6024,7 +6031,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" dependencies = [ "rustls 0.19.1", - "tokio 1.18.2", + "tokio 1.19.2", "webpki 0.21.4", ] @@ -6034,20 +6041,20 @@ version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" dependencies = [ - "rustls 0.20.5", - "tokio 1.18.2", + "rustls 0.20.6", + "tokio 1.19.2", "webpki 0.22.0", ] [[package]] name = "tokio-stream" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" +checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" dependencies = [ "futures-core", "pin-project-lite 0.2.9", - "tokio 1.18.2", + "tokio 1.19.2", ] [[package]] @@ -6069,7 +6076,7 @@ dependencies = [ "futures-util", "log", "pin-project", - "tokio 1.18.2", + "tokio 1.19.2", "tungstenite", ] @@ -6098,20 +6105,20 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.2.9", - "tokio 1.18.2", + "tokio 1.19.2", ] [[package]] name = "tokio-util" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" +checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" dependencies = [ "bytes 1.1.0", "futures-core", "futures-sink", "pin-project-lite 0.2.9", - "tokio 1.18.2", + "tokio 1.19.2", "tracing", ] @@ -6138,14 +6145,14 @@ dependencies = [ "futures-util", "h2 0.3.13", "http", - "http-body 0.4.4", - "hyper 0.14.18", + "http-body 0.4.5", + "hyper 0.14.19", "hyper-timeout", "percent-encoding", "pin-project", "prost", "prost-derive", - "tokio 1.18.2", + "tokio 1.19.2", "tokio-stream", "tokio-util 0.6.10", "tower", @@ -6180,8 +6187,8 @@ dependencies = [ "pin-project-lite 0.2.9", "rand 0.8.5", "slab", - "tokio 1.18.2", - "tokio-util 0.7.2", + "tokio 1.19.2", + "tokio-util 0.7.3", "tower-layer", "tower-service", "tracing", @@ -6201,9 +6208,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" +checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ "cfg-if 1.0.0", "log", @@ -6236,14 +6243,24 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" +checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921" dependencies = [ - "lazy_static", + "once_cell", "valuable", ] +[[package]] +name = "tracing-error" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" +dependencies = [ + "tracing", + "tracing-subscriber 0.3.11", +] + [[package]] name = "tracing-futures" version = "0.2.5" @@ -6299,9 +6316,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.6" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77be66445c4eeebb934a7340f227bfe7b338173d3f8c00a60a5a58005c9faecf" +checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" dependencies = [ "ansi_term 0.12.1", "serde", @@ -6361,7 +6378,7 @@ dependencies = [ [[package]] name = "typed-bytes" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#1b01f0dbf9282102f394727b4f8637fe4ce1728e" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#8f1e738d7b17261d6bb7a6b090158cba2ac51a83" [[package]] name = "typenum" @@ -6396,6 +6413,12 @@ version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" +[[package]] +name = "unicode-ident" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" + [[package]] name = "unicode-normalization" version = "0.1.19" @@ -6500,7 +6523,7 @@ dependencies = [ "chain-time", "chain-vote", "hex", - "hyper 0.13.10", + "hyper 0.14.19", "itertools 0.10.3", "jormungandr-automation", "jormungandr-lib", @@ -6511,7 +6534,7 @@ dependencies = [ "serde_json", "structopt", "thiserror", - "tokio 1.18.2", + "tokio 1.19.2", "url", "vit-servicing-station-lib", "vit-servicing-station-tests", @@ -6557,7 +6580,7 @@ dependencies = [ [[package]] name = "vit-servicing-station-lib" version = "0.3.4-dev" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=master#e4f7858b01b9d37b7df183acdc383b227d718100" +source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=master#fff63acacc4da9383e7b4608147ba54fc337dd85" dependencies = [ "async-trait", "base64 0.12.3", @@ -6578,10 +6601,10 @@ dependencies = [ "strum_macros 0.21.1", "thiserror", "time 0.3.9", - "tokio 1.18.2", + "tokio 1.19.2", "tracing", "tracing-futures", - "tracing-subscriber 0.3.6", + "tracing-subscriber 0.3.11", "voting-hir", "warp", ] @@ -6589,7 +6612,7 @@ dependencies = [ [[package]] name = "vit-servicing-station-tests" version = "0.3.4-dev" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=master#e4f7858b01b9d37b7df183acdc383b227d718100" +source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=master#fff63acacc4da9383e7b4608147ba54fc337dd85" dependencies = [ "assert_cmd 2.0.4", "assert_fs", @@ -6602,7 +6625,7 @@ dependencies = [ "diesel_migrations", "dyn-clone", "fake", - "hyper 0.14.18", + "hyper 0.14.19", "itertools 0.10.3", "jortestkit", "lazy_static", @@ -6620,7 +6643,7 @@ dependencies = [ "tempfile", "thiserror", "time 0.3.9", - "tokio 1.18.2", + "tokio 1.19.2", "url", "vit-servicing-station-lib", "voting-hir", @@ -6652,7 +6675,7 @@ dependencies = [ "glob", "hersir", "hex", - "hyper 0.14.18", + "hyper 0.14.19", "image", "indicatif", "itertools 0.10.3", @@ -6670,7 +6693,7 @@ dependencies = [ "rand_core 0.6.3", "regex", "reqwest 0.10.10", - "rustls 0.20.5", + "rustls 0.20.6", "rustls-pemfile 0.2.1", "serde", "serde_json", @@ -6682,7 +6705,7 @@ dependencies = [ "thiserror", "thor", "time 0.3.9", - "tokio 1.18.2", + "tokio 1.19.2", "tokio-rustls 0.23.4", "tokio-stream", "tracing", @@ -6708,7 +6731,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "voting-hir" version = "0.1.0" -source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=main#00c2beb337fc730d0c9567055bef4c591ead78b0" +source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=main#55d1572576330d6310d89fe07b4499cd2c4d4fc1" dependencies = [ "jormungandr-lib", "serde", @@ -6737,7 +6760,7 @@ dependencies = [ [[package]] name = "wallet" version = "0.6.0-pre.1" -source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#cd1d4e0a61836c50e193ee140ec74579115de056" +source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#432a8916f4a19d59ff87a7d55725bea2f4164f53" dependencies = [ "bip39", "cardano-legacy-address", @@ -6761,7 +6784,7 @@ dependencies = [ [[package]] name = "wallet-core" version = "0.7.0-pre4" -source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#cd1d4e0a61836c50e193ee140ec74579115de056" +source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#432a8916f4a19d59ff87a7d55725bea2f4164f53" dependencies = [ "bech32 0.7.3", "bip39", @@ -6801,7 +6824,7 @@ dependencies = [ "futures-util", "headers", "http", - "hyper 0.14.18", + "hyper 0.14.19", "log", "mime", "mime_guess", @@ -6812,7 +6835,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "tokio 1.18.2", + "tokio 1.19.2", "tokio-rustls 0.22.0", "tokio-stream", "tokio-tungstenite", @@ -6827,7 +6850,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddb4e2b0778508ed42fb55ec8ea09d49053f41f377c53fe6c022ae40f55846d5" dependencies = [ - "hyper 0.14.18", + "hyper 0.14.19", "lazy_static", "reqwest 0.11.10", "thiserror", diff --git a/iapyx/Cargo.toml b/iapyx/Cargo.toml index 5609d17e..69004287 100644 --- a/iapyx/Cargo.toml +++ b/iapyx/Cargo.toml @@ -33,7 +33,7 @@ hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch = jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" } catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "main", features=["test-api"]} valgrind = { path = "../valgrind"} -hyper = "0.13.6" +hyper = "0.14.19" thiserror = "1.0" serde_json = "1.0.53" serde_yaml = "0.8.23" diff --git a/valgrind/Cargo.toml b/valgrind/Cargo.toml index 6f2c2780..e58d2b2e 100644 --- a/valgrind/Cargo.toml +++ b/valgrind/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "1.0" serde = { version = "1", features = ["derive"] } regex = "*" tokio = { version = "1.4", features = ["macros","rt","rt-multi-thread"] } -hyper = "0.13.6" +hyper = "0.14.19" warp = "0.3" serde_json = "1.0" warp-reverse-proxy = "0.3.2" diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index 024e4c22..6b4f9564 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -65,7 +65,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] } tracing-subscriber = "0.2.16" tracing = "0.1" tracing-appender = "0.1.2" -hyper = { version = "0.14.17", features = ["server"] } +hyper = { version = "0.14.19", features = ["server"] } rustls = "0.20.4" rustls-pemfile = "0.2.1" tokio-rustls = "0.23.2"