From 5d73559285156027461e2e4689eea649716474a0 Mon Sep 17 00:00:00 2001 From: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Date: Sat, 30 Mar 2024 05:06:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=93=9D=20fix=20error=20in=20carg?= =?UTF-8?q?o-deny=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 00caf3f..b17a865 100644 --- a/deny.toml +++ b/deny.toml @@ -20,4 +20,4 @@ reason = "Upstream https://github.com/tokio-rs/prost/issues/1009" [[bans.skip-tree]] crate = "tonic@0.11.0" -reason = "tonic 0.11.0 is not compatible with tokio 1.0" +reason = "tonic 0.11.0 is not compatible with hyper 1.0 and axum 0.7, see upstream https://github.com/hyperium/tonic/pull/1595"