From d8c907f37407c98d1868f09cc04938c2fff28d66 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 Jan 2025 18:01:22 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49f1f83..fbd5ccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ version = "0.14.0" [dependencies.reqwest] features = ["json"] -version = "0.11.22" +version = "0.12.0" sled = "0.34.7" bincode = "1.3.3"