upgrade bytes to 1.2

This commit is contained in:
tom
2022-07-21 00:39:20 +08:00
parent 6db3a2e85c
commit 16b7c7c716
7 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ protobuf = { version = "3.1", features = ["with-bytes"] }
tokio = { version = "1.20", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
futures = "0.3"
bytes = "1.1"
bytes = "1.2"
log = "0.4"
env_logger = "0.9"
socket2 = { version = "0.3", features = ["reuseport"] }