Skip to content

Commit 0c1333b

Browse files
committed
chore(deps): update compatible
1 parent 2540e10 commit 0c1333b

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ pre-release-replacements = [
4646
[dependencies]
4747
git2 = { version = "0.17", default-features = false, features = ["vendored-libgit2"] }
4848
git-config-env = "0.1"
49-
clap = { version = "4.2.1", features = ["derive"] }
49+
clap = { version = "4.3.0", features = ["derive"] }
5050
clap-verbosity-flag = "2.0.1"
5151
log = "0.4"
5252
env_logger = { version = "0.10", default-features = false, features = ["color"] }
5353
colorchoice-clap = "1.0.0"
5454
anstyle = "1.0.0"
55-
anstream = "0.3.0"
55+
anstream = "0.3.2"
5656
proc-exit = "2"
5757
eyre = "0.6"
5858
human-panic = "1"
@@ -64,15 +64,15 @@ git-branch-stash = "0.10.0"
6464
humantime = "2"
6565
itertools = "0.10"
6666
ignore = "0.4"
67-
bstr = "1.4.0"
67+
bstr = "1.5.0"
6868
maplit = "1"
6969
petgraph = "0.6.3"
7070
downcast-rs = "1.2.0"
7171
names = { version = "0.14.0", default-features = false }
72-
elsa = "1.8.0"
72+
elsa = "1.8.1"
7373
shlex = "1.1.0"
7474

7575
[dev-dependencies]
7676
git-fixture = { version = "0.3", features = ["yaml"] }
77-
assert_fs = "1.0.12"
78-
snapbox = { version = "0.4.10", features = ["cmd", "path"] }
77+
assert_fs = "1.0.13"
78+
snapbox = { version = "0.4.11", features = ["cmd", "path"] }

0 commit comments

Comments
 (0)