mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
Update bytes version to 0.5.6 (#21)
This commit is contained in:
parent
977fe60fdc
commit
2feda6a5ab
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
bitflags = "1.2.1"
|
||||
bytes = "0.5.4"
|
||||
bytes = "0.5.6"
|
||||
futures-core = "0.3.4"
|
||||
futures-sink = "0.3.4"
|
||||
tokio = { version = "0.2.6", default-features=false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue