Merge branch 'main' into stable

This commit is contained in:
Clémentine Urquizar - curqui
2022-07-11 14:41:15 +02:00
committed by GitHub
28 changed files with 232 additions and 118 deletions

View File

@ -9,7 +9,7 @@ anyhow = { version = "1.0.56", features = ["backtrace"] }
async-stream = "0.3.3"
async-trait = "0.1.52"
atomic_refcell = "0.1.8"
byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
byte-unit = { version = "4.0.14", default-features = false, features = ["std", "serde"] }
bytes = "1.1.0"
clap = { version = "3.1.6", features = ["derive", "env"] }
crossbeam-channel = "0.5.2"