Skip to content

Commit

Permalink
build(deps): bump clap from 4.0.32 to 4.1.1 in /src/rust/receiver-mock (
Browse files Browse the repository at this point in the history
#423)

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.32 to 4.1.1.
- [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.0.32...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Jan 16, 2023
1 parent 6a8081f commit 540a201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rust/receiver-mock/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 src/rust/receiver-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = "1"
base64 = "0.20"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
clap = "4.0.32"
clap = "4.1.1"
timer = "0.2"
chrono = { version = "0.4", features = ["serde"] }
json_str = "*"
Expand Down

0 comments on commit 540a201

Please sign in to comment.