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>
This commit is contained in:
dependabot[bot]
2020-12-18 12:09:37 +01:00
committed by GitHub
parent 7f547c708c
commit 4be033f499
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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"