From 2dca24cbdc08aeeaf629bd64cbe5bc427fefacfc Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Wed, 10 Apr 2024 21:00:35 +0200 Subject: [PATCH] fix: remove unused tokio dependency (#3153) --- Cargo.lock | 1 - lapce-app/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17a33333..5b8e24e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2997,7 +2997,6 @@ dependencies = [ "strum_macros", "tar", "thiserror", - "tokio", "toml 0.8.2", "toml_edit 0.20.2", "tracing 0.2.0", diff --git a/lapce-app/Cargo.toml b/lapce-app/Cargo.toml index 2571b6a9..18cb3fdc 100644 --- a/lapce-app/Cargo.toml +++ b/lapce-app/Cargo.toml @@ -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" }