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:
Florian Klink 2023-12-24 23:00:09 +02:00 committed by clbot
parent acbb613e61
commit d4dc28b675
3 changed files with 79 additions and 79 deletions

View file

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