power: Bump nix dependency

This commit is contained in:
Ian Douglas Scott 2023-01-05 10:20:46 -08:00
parent 3ccfee3c45
commit 966e6aa8f6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -602,7 +602,7 @@ dependencies = [
"libpulse-binding",
"libpulse-glib-binding",
"logind-zbus",
"nix 0.24.3",
"nix 0.26.1",
"smithay-client-toolkit",
"tokio",
"zbus",

View file

@ -11,7 +11,7 @@ libpulse-glib-binding = "2.25.0"
tokio = { version = "1.20.1", features=["full"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet"] }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", rev = "3776d4a" }
nix = "0.24.1"
nix = "0.26.1"
# Until the 3.6.3 release, need the implementation of clone on zbus::Error
[dependencies.zbus]