Skip to content

Commit 51bb250

Browse files
dependabot[bot]arxanas
authored andcommitted
build: bump clap from 4.3.2 to 4.3.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8670a5 commit 51bb250

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Cargo.lock

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

git-branchless-invoke/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.7.0"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
clap = { version = "4.3.2", features = ["derive"] }
12+
clap = { version = "4.3.3", features = ["derive"] }
1313
color-eyre = "0.6.2"
1414
cursive_core = "0.3.6"
1515
eyre = "0.6.8"

git-branchless-opts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/arxanas/git-branchless"
77
version = "0.7.0"
88

99
[dependencies]
10-
clap = { version = "4.3.2", features = ["derive"] }
10+
clap = { version = "4.3.3", features = ["derive"] }
1111
clap_mangen = "0.2.12"
1212
itertools = "0.10.5"
1313
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }

git-branchless-submit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ thiserror = "1.0.40"
2727
tracing = "0.1.37"
2828

2929
[dev-dependencies]
30-
clap = { version = "4.3.2", features = ["derive"] }
30+
clap = { version = "4.3.3", features = ["derive"] }
3131
git-branchless-testing = { version = "0.7.0", path = "../git-branchless-testing" }
3232
insta = "1.29.0"

git-branchless-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.7.0"
88

99
[dependencies]
1010
bstr = "1.5.0"
11-
clap = "4.3.2"
11+
clap = "4.3.3"
1212
crossbeam = "0.8.2"
1313
cursive = { version = "0.20.0", default-features = false, features = [
1414
"crossterm-backend",

scm-record/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tracing = "0.1.37"
2626
tui = "0.19.0"
2727
unicode-width = "0.1.10"
2828

29-
clap = { version = "4.3.2", features = ["derive"], optional = true }
29+
clap = { version = "4.3.3", features = ["derive"], optional = true }
3030
diffy = {version = "0.3.0", optional = true}
3131
sha1 = { version = "0.10.5", optional = true}
3232
walkdir = { version = "2.3.3", optional = true }

0 commit comments

Comments
 (0)