From c999623c3608dfdd3e72c5e8d11baf879bb4b714 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 19 Sep 2024 16:30:08 +0200 Subject: [PATCH] Fix -Zminimal-versions build (#514) `tower_layer::Identity::new` was constified in v0.3.3 --- tower-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tower-http/Cargo.toml b/tower-http/Cargo.toml index bd06236e..c35a0618 100644 --- a/tower-http/Cargo.toml +++ b/tower-http/Cargo.toml @@ -17,7 +17,7 @@ bitflags = "2.0.2" bytes = "1" http = "1.0" pin-project-lite = "0.2.7" -tower-layer = "0.3" +tower-layer = "0.3.3" tower-service = "0.3" # optional dependencies