From acbb613e6147205ffadcf163afaf9076b4fbbb39 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 24 Dec 2023 22:56:48 +0200 Subject: chore(tvix): switch to upstream 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: Iefd990d2d1719b884504093343e54e9c5258e2e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10414 Reviewed-by: raitobezarius Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index b3a0ae3a32..e6d17e0f68 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -11,7 +11,7 @@ bytes = "1.4.0" clap = { version = "4.0", features = ["derive", "env"] } count-write = "0.1.0" data-encoding = "2.3.3" -futures = "0.3.28" +futures = "0.3.30" lazy_static = "1.4.0" nix-compat = { path = "../nix-compat", features = ["async"] } pin-project-lite = "0.2.13" -- cgit 1.4.1