Skip to content

Commit

Permalink
Bump the minor-patches group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patches 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: minor-patches
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent adfbf34 commit 8e48c11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 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.

2 changes: 1 addition & 1 deletion crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ system-lzfse = ["lzfse"]
resource-fork = { version = "^0.2.0", path = "../resource-fork" }
applesauce-core = { version = "^0.2.0", path = "../applesauce-core" }

crossbeam-channel = "0.5.10"
crossbeam-channel = "0.5.11"
ignore = "0.4.22"
libc = "0.2.152"
memchr = "2.7"
Expand Down

0 comments on commit 8e48c11

Please sign in to comment.