From 5795d800199fae15f68549aa55800e90f013cdec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:03:20 +0000 Subject: [PATCH] chore(deps): update etcd-rs requirement from 0.6 to 1.0 Updates the requirements on [etcd-rs](https://github.com/lodrem/etcd-rs) to permit the latest version. - [Release notes](https://github.com/lodrem/etcd-rs/releases) - [Commits](https://github.com/lodrem/etcd-rs/compare/v0.6.0...v1.0.0) --- updated-dependencies: - dependency-name: etcd-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinel-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel-core/Cargo.toml b/sentinel-core/Cargo.toml index 51b1875..faff360 100644 --- a/sentinel-core/Cargo.toml +++ b/sentinel-core/Cargo.toml @@ -60,7 +60,7 @@ prometheus_exporter = { version = "0.8.4", optional = true } # todo: simplify encapsulation # using getset = "0.1.1" lru = "0.7.5" -etcd-rs = { version = "0.6", optional = true } +etcd-rs = { version = "1.0", optional = true } consul = { version = "0.4", optional = true } futures = { version = "0.3.17", optional = true } base64 = { version = "0.13", optional = true }