diff --git a/http-body/Cargo.toml b/http-body/Cargo.toml index 833e4d3..4d6ce91 100644 --- a/http-body/Cargo.toml +++ b/http-body/Cargo.toml @@ -23,7 +23,7 @@ Trait representing an asynchronous, streaming, HTTP request or response body. """ keywords = ["http"] categories = ["web-programming"] -rust-version = "1.49" +rust-version = "1.61" [dependencies] bytes = "1"