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/nix-compat/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix/nix-compat') diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index cec5b7ac977e..8e945cc4ee46 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -14,7 +14,7 @@ bstr = { version = "1.6.0", features = ["alloc", "unicode", "serde"] } data-encoding = "2.3.3" ed25519 = "2.2.3" ed25519-dalek = "2.1.0" -futures-util = { version = "0.3.28", features = ["io"], optional = true } +futures-util = { version = "0.3.30", features = ["io"], optional = true } glob = "0.3.0" nom = "7.1.3" serde = { version = "1.0", features = ["derive"] } @@ -23,7 +23,7 @@ sha2 = "0.10.6" thiserror = "1.0.38" [dev-dependencies] -futures = { version = "0.3.28", default-features = false, features = ["executor"] } +futures = { version = "0.3.30", default-features = false, features = ["executor"] } lazy_static = "1.4.0" serde_json = "1.0" test-case = "2.2.2" -- cgit 1.4.1