Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Oct 12, 2023
1 parent faf85e6 commit 2b034fa
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 46 deletions.
108 changes: 64 additions & 44 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pangocairo = "0.18"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3", default-features = false }
toml = { version = "0.7", default-features = false, features = ["parse"] }
toml = { version = "0.8", default-features = false, features = ["parse"] }
wayrs-client = "0.12"
wayrs-protocols = { version = "0.12", features = ["wlr-layer-shell-unstable-v1", "viewporter", "fractional-scale-v1"] }
wayrs-utils = { version = "0.10", features = ["cursor", "shm_alloc", "seats"] }
wayrs-utils = { version = "0.11", features = ["cursor", "shm_alloc", "seats"] }
clap = { version = "4.3.23", default-features = false, features = ["derive", "std", "help"] }
libc = "0.2.147"

Expand Down

0 comments on commit 2b034fa

Please sign in to comment.