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