From 0efc88bfb7792fcbb42de57061ec5698e1572a9f Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 14 Oct 2024 21:44:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20zm:=20Drop=20unneeded=20trybuild=20?= =?UTF-8?q?&=20rustversion=20dev=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 37 ------------------------------------- zbus_macros/Cargo.toml | 2 -- 2 files changed, 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7a6db98d..c5bfd76f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,12 +769,6 @@ dependencies = [ "system-deps", ] -[[package]] -name = "glob" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" - [[package]] name = "gobject-sys" version = "0.20.0" @@ -1368,12 +1362,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "rustversion" -version = "1.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" - [[package]] name = "ryu" version = "1.0.18" @@ -1571,15 +1559,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "termcolor" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" -dependencies = [ - "winapi-util", -] - [[package]] name = "terminal_size" version = "0.4.0" @@ -1810,20 +1789,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "trybuild" -version = "1.0.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "207aa50d36c4be8d8c6ea829478be44a372c6a77669937bb39c698e52f1491e8" -dependencies = [ - "glob", - "serde", - "serde_derive", - "serde_json", - "termcolor", - "toml", -] - [[package]] name = "uds_windows" version = "1.1.0" @@ -2188,10 +2153,8 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "rustversion", "serde", "syn 2.0.79", - "trybuild", "zbus", "zvariant_utils", ] diff --git a/zbus_macros/Cargo.toml b/zbus_macros/Cargo.toml index 7ba540d67..69e3c4a3d 100644 --- a/zbus_macros/Cargo.toml +++ b/zbus_macros/Cargo.toml @@ -34,8 +34,6 @@ zvariant_utils = { path = "../zvariant_utils", version = "=2.2.0" } [dev-dependencies] zbus = { path = "../zbus" } serde = { version = "1.0.200", features = ["derive"] } -trybuild = "1.0.93" -rustversion = "1.0.15" async-io = "2.3.2" futures-util = { version = "0.3.30", default-features = false }