diff --git a/Cargo.toml b/Cargo.toml index 2a4d0bc..1a8dda6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ sqlx = { version = "0.6.3", features = [ "sqlite", "migrate", ], optional = true } -tokio = {version = "1.27.0", features = ["macros", "rt-multi-thread"] } +tokio = {version = "1.28.0", features = ["macros", "rt-multi-thread"] } [features] default = ["client"]