From 8cb7655af1b9e61dd149b104d5769e3e50858a87 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Mon, 6 May 2024 16:54:07 +0100 Subject: [PATCH] chore: remove unused num-traits dep --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e6fb67..41ad644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1598,7 +1598,6 @@ dependencies = [ "mpris", "nix 0.27.1", "notify", - "num-traits", "regex", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3e6b4c4..07ee911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,6 @@ libpulse-binding = { version = "2.28.1", optional = true } swayipc-async = { version = "2.0.1", optional = true } hyprland = { version = "0.4.0-alpha.1", features = ["silent"], optional = true } futures-util = { version = "0.3.30", optional = true } -num-traits = "0.2.18" # shared futures-lite = { version = "2.3.0", optional = true } # workspaces, upower