Skip to content

Commit

Permalink
build(deps): bump clap from 4.4.0 to 4.4.2
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.4.0...v4.4.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 99c9613 commit 0f19540
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 20 deletions.
29 changes: 14 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion strip-ansi-escapes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version="4.0", features=["derive"]}
clap = {version="4.4", features=["derive"]}
termwiz = { path = "../termwiz" }
2 changes: 1 addition & 1 deletion wezterm-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ anyhow = "1.0"
bitflags = "1.3"
bytemuck = { version="1.4", features=["derive"]}
chrono = {version="0.4", default-features=false}
clap = {version="4.0", features=["derive"]}
clap = {version="4.4", features=["derive"]}
codec = { path = "../codec" }
colorgrad = "0.6"
config = { path = "../config" }
Expand Down
2 changes: 1 addition & 1 deletion wezterm-mux-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolver = "2"
[dependencies]
anyhow = "1.0"
async_ossl = { path = "../async_ossl" }
clap = {version="4.0", features=["derive"]}
clap = {version="4.4", features=["derive"]}
config = { path = "../config" }
env-bootstrap = { path = "../env-bootstrap" }
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion wezterm-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async_ossl = { path = "../async_ossl" }

[dev-dependencies]
assert_fs = "1.0.4"
clap = {version="4.0", features=["derive"]}
clap = {version="4.4", features=["derive"]}
k9 = "0.11.0"
once_cell = "1.8"
predicates = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion wezterm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
chrono = {version="0.4", default-features=false}
clap = {version="4.0", features=["derive", "wrap_help"]}
clap = {version="4.4", features=["derive", "wrap_help"]}
clap_complete = "4.0"
clap_complete_fig = "4.0"
codec = { path = "../codec" }
Expand Down

0 comments on commit 0f19540

Please sign in to comment.