diff --git a/Cargo.toml b/Cargo.toml index 4213160af613f..c5cbe98a1fc71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0" sqlparser = "0.6" simplelog = "0.7" thiserror = "1.0" -tokio = { version = "0.3", features = ["macros", "rt", "rt-multi-thread", "stream", "signal", "sync"] } +tokio = { version = "1.6", features = ["macros", "rt", "rt-multi-thread", "stream", "signal", "sync"] } [dev-dependencies] criterion = "0.3"