mirror of
https://github.com/OMGeeky/twba.uploader.git
synced 2025-12-26 16:37:23 +01:00
get it to work on the server with docker
This commit is contained in:
@@ -21,7 +21,7 @@ thiserror = "1.0"
|
||||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
reqwest = "0.11"
|
||||
reqwest = { version = "0.11" , features = ["rustls-tls-native-roots"], default-features = false}
|
||||
chrono = "0.4"
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user