Cargo.toml: set udev dependency to 0.4
we don't need to bother with 0.3 anymore Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
bitflags = "1.2.1"
|
||||
regex = "1.2"
|
||||
udev = ">= 0.3, <0.5"
|
||||
udev = "0.4"
|
||||
|
||||
proxmox = "0.15.0"
|
||||
proxmox-io = "1"
|
||||
|
Reference in New Issue
Block a user