fix: responses collect into bytes with BodyExt trait

This commit is contained in:
Daniel Gallups 2023-12-01 13:22:12 -05:00
parent 41f38d8db5
commit e1e5874347
4 changed files with 15 additions and 13 deletions

1
Cargo.lock generated
View file

@ -1076,6 +1076,7 @@ dependencies = [
"futures-util",
"headers",
"http 1.0.0",
"http-body-util",
"hyper 1.0.1",
"jsonwebtoken",
"lazy_static",