summaryrefslogtreecommitdiff
path: root/rust-src/Cargo.toml
diff options
context:
space:
mode:
authorAlexander Fougner <fougner89@gmail.com>2023-11-23 19:22:47 +0100
committerAlexander Fougner <fougner89@gmail.com>2023-11-23 19:29:43 +0100
commitfbad1bfdf3ebbe70afd3f936de59fa3fc47614d7 (patch)
tree3bf95a79b0dd229825fbb90c87e52764516880de /rust-src/Cargo.toml
parent06611a71a35a1b14efe192454aabf3a01b4804d4 (diff)
rust: fix MSRV build
- downgrade clap_completion to 4.3.x (1.65 compatible) - dependency updates - remove unused imports Signed-off-by: Alexander Fougner <fougner89@gmail.com>
Diffstat (limited to 'rust-src/Cargo.toml')
-rw-r--r--rust-src/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-src/Cargo.toml b/rust-src/Cargo.toml
index faa4a803..d1d42b35 100644
--- a/rust-src/Cargo.toml
+++ b/rust-src/Cargo.toml
@@ -14,7 +14,7 @@ log = { version = "0.4", features = ["std"] }
chrono = { version = "0.4", default-features = false }
colored = "2"
clap = { version = "4.0.32", features = ["derive", "wrap_help"] }
-clap_complete = "4.4.4"
+clap_complete = "4.3.2"
anyhow = "1.0"
libc = "0.2.69"
udev = "0.7.0"