update dependencies

This commit is contained in:
MedzikUser 2022-01-28 18:25:15 +01:00
parent 6d01fe6112
commit a42972c65f
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 2 additions and 3 deletions

View File

@ -51,7 +51,7 @@ default-features = false
features = ["json", "rustls-tls"]
[dependencies.tokio]
version = "1.15.0"
features = ["full"]
version = "1.16.1"
features = ["macros", "rt-multi-thread"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -12,7 +12,6 @@ async fn main() {
better_panic::install();
let config = config::toml::parse();
let client = ImgurClient::new((&config.imgur.id).to_string());
parse(client).await