diff --git a/Cargo.lock b/Cargo.lock index 94dfd6e..d69190f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1890,7 +1890,6 @@ dependencies = [ "futures", "intmap", "libcosmic", - "log", "numtoa", "rustix 1.1.2", "tokio", diff --git a/subscriptions/sound/Cargo.toml b/subscriptions/sound/Cargo.toml index 69d3e3a..db640e5 100644 --- a/subscriptions/sound/Cargo.toml +++ b/subscriptions/sound/Cargo.toml @@ -12,7 +12,6 @@ crossbeam-queue = "0.3.12" futures = "0.3.31" intmap = "3.1.2" libcosmic = { git = "https://github.com/pop-os/libcosmic", no-default-features = true } -log = "0.4.28" numtoa = "1.0.0-alpha1" rustix = "1.0.8" tokio = { version = "1.47.1", features = ["process", "rt", "time"] }