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:
Wolfgang Bumiller
2021-10-22 14:28:32 +02:00
parent 9d42e0475b
commit 85c622807e
2 changed files with 2 additions and 2 deletions

View File

@ -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"