Skip to content

Commit

Permalink
Bump clap from 4.1.14 to 4.4.16 in /gateway
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.4.16.
- [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.1.14...v4.4.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent ee15132 commit 5529805
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 23 deletions.
168 changes: 146 additions & 22 deletions gateway/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 gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rdkafka = { version = "0.29", features = ["cmake-build"] }
env_logger = "0.10.0"

base64 = "0.21"
clap = { version = "4.1.14", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
tokio = { version = "1.19", features = ["macros", "rt-multi-thread", "time"] }
futures = "0.3.25"
libc = "0.2.141"
Expand Down

0 comments on commit 5529805

Please sign in to comment.