From f0dd6642ce3e0d7d895c9e70f920398fdc2e7bab Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Wed, 4 Dec 2024 20:13:30 +0000 Subject: [PATCH] more feature complaints --- linkerd/app/outbound/Cargo.toml | 2 ++ linkerd2-proxy/Cargo.toml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/linkerd/app/outbound/Cargo.toml b/linkerd/app/outbound/Cargo.toml index c59a309716..53685e4247 100644 --- a/linkerd/app/outbound/Cargo.toml +++ b/linkerd/app/outbound/Cargo.toml @@ -15,6 +15,8 @@ allow-loopback = [] test-subscriber = [] test-util = ["linkerd-app-test", "linkerd-meshtls-rustls/test-util"] +prometheus-client-rust-242 = [] # TODO + [dependencies] ahash = "0.8" bytes = "1" diff --git a/linkerd2-proxy/Cargo.toml b/linkerd2-proxy/Cargo.toml index 4276e62aba..a66a9f928c 100644 --- a/linkerd2-proxy/Cargo.toml +++ b/linkerd2-proxy/Cargo.toml @@ -31,3 +31,6 @@ tracing = "0.1" [target.x86_64-unknown-linux-gnu.dependencies] jemallocator = { version = "0.5" } + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }