diff options
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 8e945cc4ee46..2e4bff71aa42 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -26,7 +26,7 @@ thiserror = "1.0.38" futures = { version = "0.3.30", default-features = false, features = ["executor"] } lazy_static = "1.4.0" serde_json = "1.0" -test-case = "2.2.2" +test-case = "3.3.1" criterion = { version = "0.5", features = ["html_reports"] } hex-literal = "0.4.1" pretty_assertions = "1.4.0" |