diff options
Diffstat (limited to 'talpid-wireguard/Cargo.toml')
| -rw-r--r-- | talpid-wireguard/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/talpid-wireguard/Cargo.toml b/talpid-wireguard/Cargo.toml index 5770fdb51f..1fc6e13b3a 100644 --- a/talpid-wireguard/Cargo.toml +++ b/talpid-wireguard/Cargo.toml @@ -81,5 +81,4 @@ features = [ ] [dev-dependencies] -proptest = "1.4" -tokio = { workspace = true, features = ["time", "test-util"] }
\ No newline at end of file +proptest = { workspace = true } |
