diff options
Diffstat (limited to 'tvix/cli/Cargo.toml')
-rw-r--r-- | tvix/cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index 7a27c148f45d..a9bdba254f30 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -25,4 +25,4 @@ tokio = "1.28.0" git = "https://github.com/tvlfyi/wu-manber.git" [dev-dependencies] -test-case = "2.2.2" +test-case = "3.3.1" |