diff --git a/Cargo.lock b/Cargo.lock index c1f02e8..f505c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,9 +59,9 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "bitfield" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c821a6e124197eb56d907ccc2188eab1038fb919c914f47976e64dd8dbc855d1" +checksum = "f798d2d157e547aa99aab0967df39edd0b70307312b6f8bd2848e6abe40896e0" [[package]] name = "bitflags" @@ -280,26 +280,6 @@ version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" -[[package]] -name = "libudev" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b324152da65df7bb95acfcaab55e3097ceaab02fb19b228a9eb74d55f135e0" -dependencies = [ - "libc", - "libudev-sys", -] - -[[package]] -name = "libudev-sys" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" -dependencies = [ - "libc", - "pkg-config", -] - [[package]] name = "libusb1-sys" version = "0.7.0" @@ -517,7 +497,6 @@ dependencies = [ "cfg-if", "core-foundation-sys", "io-kit-sys", - "libudev", "mach2", "nix", "scopeguard", @@ -662,7 +641,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wchisp" -version = "0.2.3" +version = "0.3.0" dependencies = [ "anyhow", "bitfield", diff --git a/Cargo.toml b/Cargo.toml index 1805cd6..5284189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wchisp" -version = "0.2.3" +version = "0.3.0" edition = "2021" authors = ["Andelf "] repository = "https://github.com/ch32-rs/wchisp" @@ -26,7 +26,7 @@ serde_yaml = "0.9" clap = { version = "4", features = ["derive"] } anyhow = "1.0" rusb = { version = "0.9.2" } -bitfield = "0.15.0" +bitfield = "0.17.0" scroll = "0.12.0" simplelog = "0.12" hex = "0.4"