From 098838056b26db9c0b9f2855e0a2549c0c0385dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 12 Dec 2024 20:04:10 +0100 Subject: [PATCH] http-body-util: bump msrv --- http-body-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-body-util/Cargo.toml b/http-body-util/Cargo.toml index c1c7b98..80a642d 100644 --- a/http-body-util/Cargo.toml +++ b/http-body-util/Cargo.toml @@ -24,7 +24,7 @@ Combinators and adapters for HTTP request or response bodies. """ keywords = ["http"] categories = ["web-programming"] -rust-version = "1.49" +rust-version = "1.56" [dependencies] bytes = "1"