From 8f804f5d9cdba1cfc96aede1cddde1f9b15e2c43 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 7 Mar 2024 16:37:27 +0200 Subject: chore(tvix/nix-compat): bump zstd dependency Otherwise this causes conflicts when adding a more recent zstd version to another crate. Change-Id: I02d1b1a37f18711c0969cb04e761e967fc4655dc Reviewed-on: https://cl.tvl.fyi/c/depot/+/11100 Autosubmit: flokli Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/nix-compat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/nix-compat/Cargo.toml') diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 2e4bff71aa..c4672ff9fb 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -30,7 +30,7 @@ test-case = "3.3.1" criterion = { version = "0.5", features = ["html_reports"] } hex-literal = "0.4.1" pretty_assertions = "1.4.0" -zstd = "^0.9.0" +zstd = "^0.13.0" [dev-dependencies.test-generator] # This fork of test-generator adds support for cargo workspaces, see -- cgit 1.4.1