From 367eb6c259eb3bfe1ea0dddc7ecf3837469d18ca Mon Sep 17 00:00:00 2001 From: Nathan Li Date: Sun, 14 Apr 2024 17:48:22 -0400 Subject: [PATCH] add hw version specification to rm security warning --- Cargo.toml.linux | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml.linux b/Cargo.toml.linux index 7640e92..6fa901e 100644 --- a/Cargo.toml.linux +++ b/Cargo.toml.linux @@ -16,6 +16,7 @@ name = "zero2prod" actix-web = "4" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } reqwest = "0.11" +h2 = "0.4.4" # macos #[target.x86_64-apple-darwin]