From f0321d6409ea2e6c1cb55457e60c983aeee0c4ff Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Tue, 20 Dec 2022 18:38:11 +0100 Subject: [PATCH] Update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac778f5..55634cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ publish = false anyhow = { version = "1.0.66", features = ["backtrace"] } chrono = { version = "0.4.23", features = ["serde"] } cookie = "0.16.1" -reqwest = { version = "0.11.13", features = ["json", "rustls"] } +reqwest = { version = "0.11.13", features = ["json"] } serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" url = "2.3.1"