From 4be033f4997b6702ecff8fcb5d8f197035f5cf9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 12:09:37 +0100 Subject: [PATCH] Bump mick-jaeger from 0.1.1 to 0.1.2 (#2139) Bumps [mick-jaeger](https://github.com/tomaka/mick-jaeger) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/tomaka/mick-jaeger/releases) - [Commits](https://github.com/tomaka/mick-jaeger/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- polkadot/Cargo.lock | 4 ++-- polkadot/node/subsystem/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 692a9c1c487..b8d331773eb 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -3480,9 +3480,9 @@ dependencies = [ [[package]] name = "mick-jaeger" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68c751e6643309568aa78a725b75755c11d866d6d0d0f7209033142007971cdd" +checksum = "4247b181b96e62eacb5a1e7a2f1a39a78b945cb0434c0fceaae4ed1882555957" dependencies = [ "futures 0.3.8", "rand 0.7.3", diff --git a/polkadot/node/subsystem/Cargo.toml b/polkadot/node/subsystem/Cargo.toml index 73d688e7753..9ebfe751712 100644 --- a/polkadot/node/subsystem/Cargo.toml +++ b/polkadot/node/subsystem/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "0.1.42" derive_more = "0.99.11" futures = "0.3.8" futures-timer = "3.0.2" -mick-jaeger = "0.1.1" +mick-jaeger = "0.1.2" lazy_static = "1.4" tracing = "0.1.22" tracing-futures = "0.2.4" -- GitLab