From f3056f97f3623b358091de45f810c9c025ed6785 Mon Sep 17 00:00:00 2001 From: Christian Haynes <06chaynes@gmail.com> Date: Tue, 12 Nov 2024 22:41:11 -0500 Subject: [PATCH] bump msrv --- http-cache-darkbird/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-cache-darkbird/Cargo.toml b/http-cache-darkbird/Cargo.toml index 4f82913..16cfee8 100644 --- a/http-cache-darkbird/Cargo.toml +++ b/http-cache-darkbird/Cargo.toml @@ -13,7 +13,7 @@ categories = [ "web-programming::http-client" ] edition = "2021" -rust-version = "1.67.1" +rust-version = "1.70.0" [dependencies] async-trait = "0.1.72"