Rust: Restore compatibility with Debian Bookworm

This commit is contained in:
Dorota Czaplejewicz
2023-02-04 17:18:35 +00:00
parent d18f09823b
commit ffae36d259
4 changed files with 20 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# For the newer-than-Byzantium config
bitflags = "1.3.*"
clap = { version = "3.2.*", features=["std"], default-features = false }
clap = { version = "4.*", features=["std"], default-features = false }
zbus = "1.9.*"
zvariant = "2.10.*"
# Newer versions seem to confuse the version of Cargo on Debian Bullseye