From c82f1f2525078f809e4d9e5416c59dbfe88286e6 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Wed, 22 Nov 2023 08:50:56 +0100 Subject: [PATCH] Attempt to fix min-versions --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44d9b95..cb7024a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,8 @@ bytes = "1.5.0" http-body-util = "0.1.0" # Warp example -warp = "0.3.1" +warp = "0.3.6" +headers = "0.3.1" # Required to fix min-versions # For testing unix signals [target.'cfg(unix)'.dev-dependencies]