From 87a6523367e5ea05b3f39e952e9b68c557f12643 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 29 Dec 2024 00:35:32 +0000 Subject: [PATCH] build: remove unused deps --- Cargo.lock | 2 -- Cargo.toml | 5 ----- 2 files changed, 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fba4d87..ca79a88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1738,7 +1738,6 @@ dependencies = [ "evdev-rs", "futures-lite 2.5.0", "futures-signals", - "futures-util", "glib", "gtk", "gtk-layer-shell", @@ -1763,7 +1762,6 @@ dependencies = [ "swayipc-async", "sysinfo", "system-tray", - "time", "tokio", "tracing", "tracing-appender", diff --git a/Cargo.toml b/Cargo.toml index 0f4e802..5e161bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,7 +164,6 @@ libpulse-binding = { version = "2.28.2", optional = true } # workspaces swayipc-async = { version = "2.0.1", optional = true } hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true } -futures-util = { version = "0.3.31", optional = true } # shared futures-lite = { version = "2.5.0", optional = true } # network_manager, upower, workspaces @@ -177,10 +176,6 @@ zbus = { version = "3.15.2", default-features = false, features = ["tokio"], opt # schema schemars = { version = "0.8.21", optional = true } -# -- PATCH -- -# temp fix for tracing-appender/time -time = "0.3.37" - [build-dependencies] clap = { version = "4.5.9", features = ["derive"] } clap_complete = "4.5.2"