Skip to content

Commit

Permalink
deps: bump clap from 4.3.11 to 4.3.12
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.11 to 4.3.12.
- [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.11...v4.3.12)

---
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] committed Jul 17, 2023
1 parent beba1df commit 84bb327
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.11", features = ["derive"] }
clap = { version = "4.3.12", 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.11", features = ["derive", "env"] }
clap = { version = "4.3.12", features = ["derive", "env"] }
env_logger.workspace = true
log.workspace = true
serde.workspace = true
Expand Down

0 comments on commit 84bb327

Please sign in to comment.