mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http protocol: use bendy 0.4 beta to get rid of failure crate
This commit is contained in:
parent
9bb0fd8d7b
commit
37f8078320
2 changed files with 39 additions and 44 deletions
|
|
@ -38,7 +38,7 @@ smartstring = "1"
|
|||
urlencoding = "2"
|
||||
|
||||
[dev-dependencies]
|
||||
bendy = { version = "0.3", features = ["std", "serde"] }
|
||||
bendy = { version = "0.4.0-beta.2", features = ["std", "serde"] }
|
||||
criterion = "0.3"
|
||||
quickcheck = "1"
|
||||
quickcheck_macros = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue