diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-07-14 12:15:09 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-07-14 14:34:41 +0200 |
| commit | ab0c7dddfaebc2996e1a5509b514cea9dc9baf25 (patch) | |
| tree | 5cd0dc9f30292d6db39f0933cd4235f2bb373d5a /talpid-time | |
| parent | f40a08653fd7f3553c0745eb8c08faadf6efa24f (diff) | |
| download | mullvadvpn-ab0c7dddfaebc2996e1a5509b514cea9dc9baf25.tar.xz mullvadvpn-ab0c7dddfaebc2996e1a5509b514cea9dc9baf25.zip | |
Move tokio dependency to be a workspace dependency
Diffstat (limited to 'talpid-time')
| -rw-r--r-- | talpid-time/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-time/Cargo.toml b/talpid-time/Cargo.toml index c8ebca968b..7bd49722ec 100644 --- a/talpid-time/Cargo.toml +++ b/talpid-time/Cargo.toml @@ -9,5 +9,5 @@ edition.workspace = true publish.workspace = true [dependencies] -tokio = { version = "1.8", features = ["time"] } +tokio = { workspace = true, features = ["time"] } libc = "0.2" |
