From 8ec4b84013f807357b89aad3883bc8398e41eab4 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Mon, 4 Feb 2019 14:11:51 -0500 Subject: Bump insta and proptest to latest --- crates/ra_text_edit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_text_edit') diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml index 71f6ce1ad..7f30251d4 100644 --- a/crates/ra_text_edit/Cargo.toml +++ b/crates/ra_text_edit/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] text_unit = "0.1.6" -proptest = "0.8.7" +proptest = "0.9.0" [dev-dependencies] test_utils = { path = "../test_utils" } -- cgit v1.2.3