Skip to content

Commit

Permalink
chore(Cargo.toml): Remove unused dependencies
Browse files Browse the repository at this point in the history
Remove dbus-udisks2 and version-compare as they are unused.

Signed-off-by: David Runge <[email protected]>
  • Loading branch information
dvzrv committed Sep 28, 2023
1 parent 6531965 commit 734c12a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
68 changes: 0 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ codegen-units = 1
[dependencies]
async-std = {version = "1.12.0", features = ["attributes", "tokio1"]}
config = "0.13.3"
dbus-udisks2 = {version = "0.3.0", features = ["futures"]}
event-listener = "3.0.0"
futures = "0.3.28"
once_cell = "1.17.1"
Expand All @@ -36,7 +35,6 @@ strum = {version = "0.24.1", features = ["derive"]}
strum_macros = "0.24.3"
thiserror = "1.0.47"
tokio = {version = "1.28.0", features = ["rt-multi-thread", "macros"]}
version-compare = "0.1.1"
zbus = {version = "3.12.0", default-features = false, features = ["tokio"]}
zbus_macros = "3.14.1"
zvariant = "3.12.0"
Expand Down

0 comments on commit 734c12a

Please sign in to comment.