Skip to content

Commit

Permalink
Merge pull request #50 from 0xk1f0/dependabot/cargo/clap-4.4.0
Browse files Browse the repository at this point in the history
Bump clap from 4.3.23 to 4.4.0
  • Loading branch information
0xk1f0 authored Aug 28, 2023
2 parents bcc67de + 46fefb1 commit 119a1e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 72 deletions.
82 changes: 11 additions & 71 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.4"
edition = "2021"

[dependencies]
clap = { version = "4.3.23", features = ["derive"] }
clap = { version = "4.4.0", features = ["derive"] }
glob = "0.3.1"
smithay-client-toolkit = { git = "https://github.com/Smithay/client-toolkit", default_features = false, features = [ "calloop" ] }
wayland-client = "0.30.2"
Expand Down

0 comments on commit 119a1e0

Please sign in to comment.