From 5a0ffaf04f58421e22426cfa7580f93bb404cfa4 Mon Sep 17 00:00:00 2001 From: Noa Date: Thu, 21 Mar 2024 12:09:37 -0500 Subject: [PATCH] Update to reqwest 0.12 (#112) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e02bcf5..f02f3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] data-encoding = "2.5" -reqwest = { version = "0.11", default-features = false, features = ["json"] } +reqwest = { version = "0.12", default-features = false, features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0"