Upgrade tarpc and tokio (#13293)
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user