From 6b8fd8235d9253c96c9f9581765b4fe990bf66f7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Jun 2024 08:05:03 +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 77a9565..4c5eb14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.11.23", features = ["json", "gzip", "native-tls"] } +reqwest = { version = "0.12.0", features = ["json", "gzip", "native-tls"] } serde = { version = "1.0.194", features = ["derive"] } url = "2.5.0" -- 2.39.5