Upgrade rpc tokio

This commit is contained in:
Riordan Panayides 2024-01-15 22:10:02 +00:00
parent 39a50eb9fb
commit 0b395f4630
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ spl-token = { workspace = true, features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
stream-cancel = { workspace = true }
thiserror = { workspace = true }
tokio = { version = "~1.14.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-util = { workspace = true, features = ["codec", "compat"] }
[dev-dependencies]