chore: Update tokio-util to 0.3

This commit is contained in:
Igor Raits 2020-05-14 22:46:39 +02:00 committed by GitHub
parent f7cc62564d
commit e8b4de15a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ bytes = "0.5.2"
futures-core = { version = "0.3.4", default-features = false }
futures-sink = { version = "0.3.4", default-features = false }
tokio = { version = "0.2.4", default-features=false }
tokio-util = { version = "0.2.0", default-features=false, features=["codec"] }
tokio-util = { version = "0.3", default-features=false, features=["codec"] }
log = "0.4"
pin-project = "0.4.8"