diff --git a/Cargo.toml b/Cargo.toml index 91f8e5eb..6838c314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" edition = "2018" [dependencies] -tokio = "1.0" +tokio = "1.3" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" @@ -20,4 +20,4 @@ bytes = "1.0" log = "0.4" [dev-dependencies] -tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.3", features = ["macros", "rt-multi-thread"] }