From 1393b27b9b14255207b90ca893a29277ff77b7ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:38:00 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9014e44..8d41dfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ libsql = "0.6.0" dotenvy = "0.15.7" [dependencies.reqwest] -version = "0.12.12" +version = "0.13.0" default-features = false features = ["http2", "charset", "rustls-tls"]