Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam).


Updates `clap` from 4.4.13 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.4.13...v4.4.16)

Updates `crossbeam-channel` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.10...crossbeam-channel-0.5.11)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 663e6a4 commit 80853bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ keywords = ["git", "mirror", "github"]
anyhow = "1.0.79"
async-trait = "0.1.77"
chrono = "0.4.22"
clap = { version = "4.4.13", features = ["derive"] }
crossbeam-channel = "0.5.10"
clap = { version = "4.4.16", features = ["derive"] }
crossbeam-channel = "0.5.11"
enum_dispatch = "0.3.8"
env_logger = "0.10.1"
futures = "0.3.30"
Expand Down

0 comments on commit 80853bd

Please sign in to comment.