diff --git a/server/Cargo.toml b/server/Cargo.toml index a0f28a601..6e99e8d12 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -22,7 +22,7 @@ v2 = [] # Futures # @todo after full implementation, see if we can peel back some features here to # the minimal required. -tokio = { version = "1.23.0", features = ["full"] } +tokio = { version = "1.23.1", features = ["full"] } async-trait = "0.1.60" futures = "0.3.25" tokio-util = { version = "0.7.4", features = ["time"]}