diff --git a/Cargo.toml b/Cargo.toml index 01789e66d..69266dc6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,8 @@ git2 = "0.15.0" hex = "0.4.3" itertools = "0.10.5" jujutsu-lib = { version = "=0.6.1", path = "lib", default-features = false } -once_cell = "1.15.0" maplit = "1.0.2" +once_cell = "1.15.0" pest = "2.5.1" pest_derive = "2.5" rand = "0.8.5" @@ -69,8 +69,8 @@ assert_cmd = "2.0.7" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" insta = "1.22.0" -regex = "1.7.0" predicates = "2.1.4" +regex = "1.7.0" test-case = "2.2.2" testutils = { path = "lib/testutils" }