From 70688a175324c86d381e283ebc57e0efa309206c Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 28 Apr 2026 12:01:45 +0000 Subject: [PATCH] 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 3528328..163e0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ tokio = { version = "1", features = ["full"] } dotenvy = "0.15.7" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.12.12", features = ["json"] } +reqwest = { version = "0.13.0", features = ["json"] } bytes = "1" \ No newline at end of file -- 2.47.3