diff --git a/Cargo.toml b/Cargo.toml index 72b1515..9a82c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ edition = "2021" async-trait = "0.1" proptest = "1.0.0" rand = "0.8.5" -tokio = { version = "1.28", features = ["full"] } +tokio = { version = "1.32", features = ["full"] }