Skip to content

Commit 5a82f1b

Browse files
fix(deps): update cargo patch
1 parent 8e62c79 commit 5a82f1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ categories = ["command-line-utilities"]
1919
simple-error = "0.3.0"
2020
posix-acl = "1.2.0"
2121
clap = { version = "~4.4.6", features = ["cargo"] }
22-
log = { version = "0.4.20", features = ["std"] }
22+
log = { version = "0.4.21", features = ["std"] }
2323
shell-words = "1.1.0"
2424
nix = { version = "0.27.1", default-features = false, features = ["user"] }
25-
anstyle = "1.0.4"
25+
anstyle = "1.0.7"
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)