Jing Yang 5 лет назад
Родитель
Сommit
61fab4a40d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -7,7 +7,7 @@ edition = "2018"
 license = "MIT"
 license = "MIT"
 
 
 [dependencies]
 [dependencies]
-bytes = "0.5.6"
+bytes = "1.0"
 crossbeam-channel = "0.5.0"
 crossbeam-channel = "0.5.0"
 futures = { version = "0.3.8", default-features = false, features = ["thread-pool"] }
 futures = { version = "0.3.8", default-features = false, features = ["thread-pool"] }
 parking_lot = "0.11.0"
 parking_lot = "0.11.0"