diff --git a/Cargo.toml b/Cargo.toml index 27c0913..6add406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,16 +13,16 @@ edition = "2018" [dependencies] -reqwest = { version = "0.10.10", features = ["json"] } +reqwest = { version = "0.11.0", features = ["json"] } serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" chrono = { version = "0.4.19", features = ["serde"] } jsonwebtoken = "7.2.0" base64 = "0.13.0" log = "0.4.11" -bytes = "~0.5.6" +bytes = "1.0.0" [dev-dependencies] # Can't update this until reqwest updates. -tokio = { version = "0.2.24", features = ["macros", "rt-core"] } +tokio = { version = "1.0.1", features = ["macros", "rt"] } dotenv = "0.15.0"