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