From 6eaee12795a06ec7563dbfaf8e35c3f2c655d61e Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Tue, 20 Dec 2022 18:30:49 +0100 Subject: [PATCH] Update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55634cd..ac778f5 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"] } +reqwest = { version = "0.11.13", features = ["json", "rustls"] } serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" url = "2.3.1"