From 5bc2ca1cbc966ab6a060f41860e61553eab2baf5 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 6 Sep 2024 09:00:54 +0900 Subject: [PATCH] chore(util): update msrv to 1.61 --- 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..3bf2255 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.61" [dependencies] bytes = "1"