diff --git a/Cargo.toml b/Cargo.toml index f041321a..4c123f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rusoto_sqs = "0.45" spectral = "0.6" reqwest = { version = "0.10", features = ["blocking"] } json = "0.12" -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "1.3", features = ["macros"] } env_logger = "0.8" zookeeper = "0.5" orientdb-client = "0.5.1"