From c5e3751851b2d2e6175164b2f9eacd9816ced04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Tue, 6 Aug 2024 12:27:10 +0200 Subject: [PATCH] chore: Avoid depending on time version `0.1.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2203323..ecc183f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ axum = "0.7" tokio = { version="1.19.2", features = ["full"] } tokio-stream = { version="0.1.9", features = ["net"] } tokio-util = { version="0.7.3", features = ["compat"] } -warp = "0.3.4" +warp = "0.3.7" [package.metadata.docs.rs] all-features = true