cargo: Update tokio

This commit is contained in:
Kenny Levinsen
2022-12-07 22:58:58 +01:00
parent 9c8297e4cb
commit ccf50fe46e
4 changed files with 136 additions and 110 deletions

View File

@@ -20,6 +20,6 @@ tokio-codec = ["codec", "tokio", "async-trait"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["io-util"], optional = true }
tokio = { version = "1.5", features = ["io-util"], optional = true }
async-trait = { version = "0.1", optional = true }
thiserror = { version = "1.0", optional = true }