Update dep: bytes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0bf9f107b5
commit
d0cb431546
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ gitlab = "0.1610"
|
|||
hyper = { version = "1.4", default-features = false, features = [ "http1", "server" ] }
|
||||
hyper-util = { version = "0.1", features = [ "tokio" ] }
|
||||
http-body-util = "0.1"
|
||||
bytes = "1.2"
|
||||
bytes = "1.6"
|
||||
jid = { version = "*", features = [ "serde" ] }
|
||||
log = "0.4"
|
||||
tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync" ] }
|
||||
|
|
Loading…
Reference in a new issue