chore(tvix/turbofetch): switch to futures 0.3.30
The bugs have been fixed, https://github.com/rust-lang/futures-rs/pull/2801 and https://github.com/rust-lang/futures-rs/pull/2812 were merged and ended up in that release. Change-Id: I301c0ffc951f04a5b3b7267e922771c837a3f5a9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10415 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
parent
acbb613e61
commit
d4dc28b675
3 changed files with 79 additions and 79 deletions
|
|
@ -11,7 +11,7 @@ members = ["."]
|
|||
aws_lambda_events = { version = "0.11.1", default-features = false, features = ["lambda_function_urls"] }
|
||||
bytes = "1.5.0"
|
||||
data-encoding = "2.4.0"
|
||||
futures = { version = "0.3.29", default-features = false, features = ["std"] }
|
||||
futures = { version = "0.3.30", default-features = false, features = ["std"] }
|
||||
httparse = "1.8.0"
|
||||
hyper = { version = "0.14.27", default-features = false }
|
||||
lambda_runtime = "0.8.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue