From 807cabc4c960347319b5f9566e4d24b28e0183b4 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 15 Jan 2024 14:37:07 -0500 Subject: Prune rust dependencies pruned via 'cargo machete --fix' Signed-off-by: Kent Overstreet --- rust-src/bch_bindgen/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rust-src/bch_bindgen/Cargo.toml') diff --git a/rust-src/bch_bindgen/Cargo.toml b/rust-src/bch_bindgen/Cargo.toml index c4d60ff0..33090ae9 100644 --- a/rust-src/bch_bindgen/Cargo.toml +++ b/rust-src/bch_bindgen/Cargo.toml @@ -9,16 +9,11 @@ crate-type = ["lib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = { version = "0.4", default-features = false } -colored = "2" anyhow = "1.0" -udev = "0.7.0" uuid = "1.2.2" bitfield = "0.14.0" memoffset = "0.8.0" byteorder = "1.3" -libc = "0.2.69" -gag = { version = "1.0.0", default-features = false } bitflags = "1.3.2" paste = "1.0.11" -- cgit v1.2.3