Skip to content

Commit d53b24c

Browse files
committed
chore: Update dependencies
1 parent 6e04e81 commit d53b24c

File tree

2 files changed

+106
-69
lines changed

2 files changed

+106
-69
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ pre-release-replacements = [
2929
]
3030

3131
[dependencies]
32-
git2 = { version = "0.15", default-features = false, features = ["vendored-libgit2"] }
33-
clap = { version = "4.1.4", features = ["derive", "wrap_help"] }
34-
clap-verbosity-flag = "2.0"
35-
log = "0.4"
36-
env_logger = { version = "0.10", default-features = false, features = ["color"] }
32+
git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2"] }
33+
clap = { version = "4.1.8", features = ["derive", "wrap_help"] }
34+
clap-verbosity-flag = "2.0.0"
35+
log = "0.4.17"
36+
env_logger = { version = "0.10.0", default-features = false, features = ["color"] }
3737
concolor = "0.1.1"
3838
concolor-clap = { version = "0.1.0", features = ["api"] }
39-
proc-exit = "2"
40-
human-panic = "1"
39+
proc-exit = "2.0.1"
40+
human-panic = "1.1.2"
4141
anyhow = "1.0.68"
4242
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "regex-fancy"] }
4343
terminal_size = "0.2.3"
@@ -47,7 +47,7 @@ anstyle-stream = "0.2.2"
4747
is-terminal = "0.4.4"
4848
content_inspector = "0.2.4"
4949
encoding = "0.2.33"
50-
git-config-env = "0.1.2"
50+
git-config-env = "0.1.4"
5151
shlex = "1.1.0"
5252
anstyle-syntect = "0.2.0"
5353
bincode = "1.3.3"

0 commit comments

Comments
 (0)