http protocol: use bendy 0.4 beta to get rid of failure crate

This commit is contained in:
Joakim Frostegård 2022-11-12 14:51:06 +01:00
parent 9bb0fd8d7b
commit 37f8078320
2 changed files with 39 additions and 44 deletions

View file

@ -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"