fix: remove unused tokio dependency (#3153)

This commit is contained in:
Jakub Panek 2024-04-10 21:00:35 +02:00 committed by GitHub
parent 3efd11a8ae
commit 2dca24cbdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -2997,7 +2997,6 @@ dependencies = [
"strum_macros",
"tar",
"thiserror",
"tokio",
"toml 0.8.2",
"toml_edit 0.20.2",
"tracing 0.2.0",

View File

@ -53,7 +53,6 @@ open = "5.0.1"
unicode-width = "0.1.11"
nucleo = "0.2.0"
bytemuck = "1.14.3"
tokio = { version = "1.36", features = ["full"] }
futures = "0.3.30"
config = { version = "=0.13.4", default-features = false, features = ["toml"] }
structdesc = { git = "https://github.com/lapce/structdesc" }