diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 1ad7fe8..67c0938 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -17,4 +17,4 @@ rand = "0.8" signal-hook = "0.3" pciid-parser = { git = "https://github.com/ilyazzz/pci-id-parser.git" } reqwest = { version = "0.11", features = ["blocking", "json"] } -nix = "0.22" +nix = "0.23"