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:
parent
9d42e0475b
commit
85c622807e
|
@ -81,7 +81,7 @@ tokio-openssl = "0.6.1"
|
|||
tokio-stream = "0.1.0"
|
||||
tokio-util = { version = "0.6", features = [ "codec", "io" ] }
|
||||
tower-service = "0.3.0"
|
||||
udev = ">= 0.3, <0.5"
|
||||
udev = "0.4"
|
||||
url = "2.1"
|
||||
#valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
|
||||
walkdir = "2"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue