From b22a14ca689efd2fbb535dba444ebcf285ca061c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 12:30:37 -0600 Subject: [PATCH] chore: bump etcd-client from 0.9.0 to 0.9.1 (#24774) * chore: bump etcd-client from 0.9.0 to 0.9.1 Bumps [etcd-client](https://github.com/etcdv3/etcd-client) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/etcdv3/etcd-client/releases) - [Commits](https://github.com/etcdv3/etcd-client/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: etcd-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e785f089e..851797062 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1299,9 +1299,9 @@ dependencies = [ [[package]] name = "etcd-client" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4504e955d596cc27543aa77ecb075dec41c7b0c7749fe6b5536a82548f5073b1" +checksum = "c434d2800b273a506b82397aad2f20971636f65e47b27c027f77d498530c5954" dependencies = [ "http", "prost", diff --git a/core/Cargo.toml b/core/Cargo.toml index 2ae3f6c50..b125e7c2d 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 = "4.0.2", features = ["rayon", "raw-api"] } -etcd-client = { version = "0.9.0", features = ["tls"] } +etcd-client = { version = "0.9.1", features = ["tls"] } fs_extra = "1.2.0" histogram = "0.6.9" itertools = "0.10.3" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 0bff2e6b6..3c915af1d 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1119,9 +1119,9 @@ dependencies = [ [[package]] name = "etcd-client" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4504e955d596cc27543aa77ecb075dec41c7b0c7749fe6b5536a82548f5073b1" +checksum = "c434d2800b273a506b82397aad2f20971636f65e47b27c027f77d498530c5954" dependencies = [ "http", "prost",