Skip to content

Commit

Permalink
deps: bump clap from 4.3.19 to 4.3.21 (#323)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.3.21.
- [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.19...v4.3.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 486c52c commit a5b6347
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "main.rs"
doc = false

[dependencies]
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"] }
env_logger.workspace = true
log.workspace = true
tokio = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doc = false

[dependencies]
atomicwrites = "0.4.1"
clap = { version = "4.3.19", features = ["derive", "env"] }
clap = { version = "4.3.21", features = ["derive", "env"] }
env_logger.workspace = true
log.workspace = true
serde.workspace = true
Expand Down

0 comments on commit a5b6347

Please sign in to comment.