diff --git a/Cargo.toml b/Cargo.toml index b5ba4e2..e757821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ serde_json = "1.0.83" uuid = { version = "1.1.2", features = ["v4"] } datta = "0.1" tower-http = { version = "0.6.2", features = ["cors"] } -tokio = { version = "1.20.1", features = ["net"] } +tokio = { version = "1.42.0", features = ["net"] } [dev-dependencies] -tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }