This commit is contained in:
Dominic Grimm 2022-12-20 18:38:11 +01:00
parent 6eaee12795
commit f0321d6409
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
1 changed files with 1 additions and 1 deletions

View File

@ -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"