diff options
Diffstat (limited to 'helix-dap')
-rw-r--r-- | helix-dap/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 0ba1a8f3..ce1e2d16 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" -tokio = { version = "1.9", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] } +tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "net", "sync"] } [dev-dependencies] fern = "0.6" |