power: Bump nix dependency
This commit is contained in:
parent
3ccfee3c45
commit
966e6aa8f6
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue