From 729fe68416bd2abfd6562b5c5f92eb93051f6c96 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Jun 2024 04:55:40 +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 a4def99..8ca1f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ version = "0.13.0" [dependencies.reqwest] features = ["json"] -version = "0.11.22" +version = "0.12.0" sled = "0.34.7" bincode = "1.3.3" -- 2.39.5