From b81124deecdaf46eb9870fd936f64bfbdc3ec084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 16:20:22 -0700 Subject: [PATCH] chore: bump etcd-client from 0.8.1 to 0.8.2 (#21825) Bumps [etcd-client](https://github.com/etcdv3/etcd-client) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/etcdv3/etcd-client/releases) - [Commits](https://github.com/etcdv3/etcd-client/compare/0.8.1...0.8.2) --- updated-dependencies: - dependency-name: etcd-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72c430f4e0..de1577c0e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,9 +1370,9 @@ dependencies = [ [[package]] name = "etcd-client" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "641855f8c930bac225538d031705a243d3ce6c4d22078345c16ff2036ee58297" +checksum = "c3bfae4cb9cd8c3c2a552d45e155cafd079f385a3b9421b9a010878f44531f1e" dependencies = [ "http", "prost", diff --git a/core/Cargo.toml b/core/Cargo.toml index 8438ec6bac..76555a6ab8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ bs58 = "0.4.0" chrono = { version = "0.4.11", features = ["serde"] } crossbeam-channel = "0.5" dashmap = { version = "5.0.0", features = ["rayon", "raw-api"] } -etcd-client = { version = "0.8.1", features = ["tls"]} +etcd-client = { version = "0.8.2", features = ["tls"]} fs_extra = "1.2.0" histogram = "0.6.9" itertools = "0.10.3"