From 4403f8fb5860952a7f21dd72cae30484350a3c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:00:00 +0000 Subject: [PATCH] build(deps): update etcd-client requirement from 0.13.0 to 0.14.0 Updates the requirements on [etcd-client](https://github.com/etcdv3/etcd-client) to permit the latest version. - [Release notes](https://github.com/etcdv3/etcd-client/releases) - [Commits](https://github.com/etcdv3/etcd-client/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: etcd-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 608d043..7321979 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -14,7 +14,7 @@ tokio-util = { workspace = true, features = ["time"] } s2n-quic.workspace = true tracing.workspace = true tokio = { workspace = true, features = ["fs"] } -etcd-client = { version = "0.13.0", optional = true } +etcd-client = { version = "0.14.0", optional = true } futures.workspace = true axum = { workspace = true } reqwest.workspace = true