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 <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-03-07 16:37:27 +02:00 committed by clbot
parent 22455cc62c
commit 8f804f5d9c
3 changed files with 30 additions and 32 deletions

View file

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