Upgrade tarpc and tokio (#13293)

This commit is contained in:
Greg Fitzgerald
2020-10-29 19:21:18 -06:00
committed by GitHub
parent b5c8b86e7c
commit ca00197009
10 changed files with 269 additions and 130 deletions

View File

@@ -28,7 +28,7 @@ solana-sdk = { path = "../sdk", version = "1.5.0" }
solana-stake-program = { path = "../programs/stake", version = "1.5.0" }
tempfile = "3.1.0"
thiserror = "1.0"
tokio = "0.2"
tokio = { version = "0.3", features = ["full"] }
url = "2.1"
[dev-dependencies]