diff options
author | Florian Klink <flokli@flokli.de> | 2024-03-07T14·37+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-09T05·47+0000 |
commit | 8f804f5d9cdba1cfc96aede1cddde1f9b15e2c43 (patch) | |
tree | aff38ffdeb7742b13d5f29953c5dc04d1fe4d962 /tvix/nix-compat | |
parent | 22455cc62c7381c5b73afe6cf7794bc3862a6a50 (diff) |
chore(tvix/nix-compat): bump zstd dependency r/7658
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
Diffstat (limited to 'tvix/nix-compat')
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 2e4bff71aa42..c4672ff9fb9e 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 |