Skip to content

Commit

Permalink
chore(deps,cargo): bump clap from 4.4.8 to 4.5.4 (#16)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.8 to 4.5.4.
- [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.8...v4.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Devin D'Angelo <[email protected]>
  • Loading branch information
dependabot[bot] and devinjdangelo authored Apr 11, 2024
1 parent 2143c20 commit 0a3f865
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
42 changes: 24 additions & 18 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 relayctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version="1.0.189", features = ["derive"] }
serde_json = "1.0.107"
tokio = {version = "1.33.0", features=["full"] }
url = "2.4.1"
clap = {version="4.4.8", features = ["derive"] }
clap = {version="4.5.4", features = ["derive"] }
serde_yaml = "0.9.34"
walkdir = "2.4.0"
reqwest = {workspace = true}

0 comments on commit 0a3f865

Please sign in to comment.