chore: bump etcd-client from 0.7.1 to 0.7.2 (#19661)

Bumps [etcd-client](https://github.com/etcdv3/etcd-client) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/etcdv3/etcd-client/releases)
- [Commits](https://github.com/etcdv3/etcd-client/compare/0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: etcd-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2021-09-06 19:53:28 -06:00 committed by GitHub
parent 9d9482b9d8
commit fdbde2df52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1314,9 +1314,9 @@ dependencies = [
[[package]] [[package]]
name = "etcd-client" name = "etcd-client"
version = "0.7.1" version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d1f66c65d1b777fc92a5b57a32c35dcb28b644a8c2c5fbc363cc90e8b99e60" checksum = "76b9f5b0b4f53cf836bef05b22cd5239479700bc8d44a04c3c77f1ba6c2c73e9"
dependencies = [ dependencies = [
"http", "http",
"prost", "prost",

View File

@ -25,7 +25,7 @@ chrono = { version = "0.4.11", features = ["serde"] }
crossbeam-channel = "0.5" crossbeam-channel = "0.5"
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] } dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }
ed25519-dalek = "=1.0.1" ed25519-dalek = "=1.0.1"
etcd-client = { version = "0.7.1", features = ["tls"]} etcd-client = { version = "0.7.2", features = ["tls"]}
fs_extra = "1.2.0" fs_extra = "1.2.0"
flate2 = "1.0" flate2 = "1.0"
indexmap = { version = "1.7", features = ["rayon"] } indexmap = { version = "1.7", features = ["rayon"] }