From d117d63dbe8753f614af4c7fad4e8fdc4e5698af Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Apr 2025 23:44:56 +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 d6557f5..8c12ad1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,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"