From 99ecd6bae30415863d6fd9b1af1a9c716d2691e0 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 e85ed8a..019418d 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.56" +rust-version = "1.61" [dependencies] bytes = "1"