Removed unused dependencies and updated the rest

This commit is contained in:
Sebastian 2024-12-04 18:27:40 +01:00
parent 1498fd27ff
commit cfd7b79eac
2 changed files with 329 additions and 303 deletions

627
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -13,19 +13,14 @@ nom = "7.1.3"
serde_json = "1.0.118"
serialport = "4.5.1"
tokio = {version = "1.37.0", features = ["full"]}
tokio-macros = { version = "0.2.0-alpha.6" }
tower-http = { version = "0.5.2", features = ["fs", "trace"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
radomctl-protocol = { path = "../protocol" }
postcard = {version = "1.0.10", features = ["use-std"]}
dfu-libusb = "0.3.0"
libusb1-sys = "0.6"
rusb = "0.9"
clap = { version = "4.5.19", features = ["derive"] }
indicatif = "0.17.8"
tokio-serial = {version = "5.4.4", features = ["codec", "rt"] }
tokio-util = { version = "0.7.13", features = ["codec", "rt"] }
bytes = "1.9.0"
futures-util = "0.3.31"
futures = "0.3.31"