diff --git a/Cargo.toml b/Cargo.toml index ef7fa8d..1d7e1d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ hyper-util = "0.1.14" librqbit = "8.1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.45", features = ["full"] }