From 523c7fed88afa3a17bc78a43225659a840c9f361 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 25 Jun 2022 12:26:37 +0200 Subject: [PATCH] Depend on right version of tokio-stream --- axum-extra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 2917c8e9..a1708ff3 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -44,7 +44,7 @@ percent-encoding = { version = "2.1", optional = true } serde = { version = "1.0", optional = true } serde_html_form = { version = "0.1", optional = true } serde_json = { version = "1.0.71", optional = true } -tokio-stream = { version = "0.1", optional = true } +tokio-stream = { version = "0.1.9", optional = true } tokio-util = { version = "0.7", optional = true } [dev-dependencies]