Skip to content

Commit

Permalink
fix(deps): update cargo patch versions (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 2234d80 commit dfd91db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
simple-error = "0.3.0"
simple-error = "0.3.1"
posix-acl = "1.2.0"
clap = { version = "~4.5.21", features = ["cargo"] }
log = { version = "0.4.20", features = ["std"] }
clap = { version = "~4.5.22", features = ["cargo"] }
log = { version = "0.4.22", features = ["std"] }
shell-words = "1.1.0"
nix = { version = "0.29.0", default-features = false, features = ["user"] }
anstyle = "1.0.4"
anstyle = "1.0.10"
xcb = "1.5.0"

[features]
default = []

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

0 comments on commit dfd91db

Please sign in to comment.