Bump dependencies

This commit is contained in:
Ilya Zlobintsev 2021-08-13 11:52:57 +03:00
parent 9e758d12c1
commit 438e4200a7

View File

@ -12,9 +12,9 @@ serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0" serde_json = "1.0"
vulkano = "0.22" vulkano = "0.22"
log = "0.4" log = "0.4"
env_logger = "0.8" env_logger = "0.9"
rand = "0.8" rand = "0.8"
signal-hook = "0.3" signal-hook = "0.3"
pciid-parser = { git = "https://github.com/ilyazzz/pci-id-parser.git" } pciid-parser = { git = "https://github.com/ilyazzz/pci-id-parser.git" }
reqwest = { version = "0.11", features = ["blocking", "json"] } reqwest = { version = "0.11", features = ["blocking", "json"] }
nix = "0.21" nix = "0.22"