diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,9 +16,9 @@ log = "0.4.28" sqlite = "0.37.0" tar = "0.4.44" emissary-core = "0.2.0" -tokio = "1.48.0" yosemite = "0.6.1" cc = "1.2.48" +tokio = { version = "1.48.0", features = ["macros", "rt"] } |
