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