Skip to content

Commit

Permalink
Merge pull request #59 from 0xk1f0/dependabot/cargo/clap-4.4.4
Browse files Browse the repository at this point in the history
Bump clap from 4.4.3 to 4.4.4
  • Loading branch information
0xk1f0 authored Sep 25, 2023
2 parents abc86e9 + 23b8b1b commit f1c5ad8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.5-2"
edition = "2021"

[dependencies]
clap = { version = "4.4.3", features = ["derive"] }
clap = { version = "4.4.4", features = ["derive"] }
glob = "0.3.1"
smithay-client-toolkit = { git = "https://github.com/Smithay/client-toolkit", default_features = false, features = [ "calloop" ] }
image = "0.24.7"
Expand Down

0 comments on commit f1c5ad8

Please sign in to comment.