Skip to content

Commit

Permalink
fix(deps): update cargo patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent dfd91db commit 5fc86e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories = ["command-line-utilities"]
[dependencies]
simple-error = "0.3.1"
posix-acl = "1.2.0"
clap = { version = "~4.5.22", features = ["cargo"] }
clap = { version = "~4.5.23", features = ["cargo"] }
log = { version = "0.4.22", features = ["std"] }
shell-words = "1.1.0"
nix = { version = "0.29.0", default-features = false, features = ["user"] }
Expand All @@ -29,6 +29,6 @@ xcb = "1.5.0"
default = []

[dev-dependencies]
clap_complete = "~4.5.38"
snapbox = "0.6.20"
clap_complete = "~4.5.39"
snapbox = "0.6.21"
testing_logger = "0.1.1"

0 comments on commit 5fc86e5

Please sign in to comment.