diff options
Diffstat (limited to 'talpid-future/Cargo.toml')
| -rw-r--r-- | talpid-future/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-future/Cargo.toml b/talpid-future/Cargo.toml index 1245fe1e2a..9baa0245d1 100644 --- a/talpid-future/Cargo.toml +++ b/talpid-future/Cargo.toml @@ -15,5 +15,5 @@ rand = "0.8.5" talpid-time = { path = "../talpid-time" } [dev-dependencies] -proptest = "1.4" +proptest = { workspace = true } tokio = { workspace = true, features = [ "test-util", "macros" ] } |
