Skip to content

Commit

Permalink
update daemon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LGFae committed Dec 21, 2023
1 parent 287db7e commit 0908f36
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 104 deletions.
110 changes: 67 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ edition = "2021"
log = { version = "0.4", features = ["max_level_debug", "release_max_level_info"] }
simplelog = "0.12"

wayland-client = { version = "0.30", default-features = false, features = [ "log" ]}
smithay-client-toolkit = { version = "0.17", default-features = false }
wayland-client = { version = "0.31", default-features = false, features = [ "log" ]}
smithay-client-toolkit = { version = "0.18", default-features = false }

nix = { version = "0.26", default-features = false, features = [ "signal", "poll" ] }
nix = { version = "0.27", default-features = false, features = [ "signal", "poll" ] }
keyframe = "1.1"
rkyv = "0.7"
rayon = "1.7"
Expand Down
Loading

0 comments on commit 0908f36

Please sign in to comment.