Skip to content

Commit

Permalink
dependabot: bump crossbeam-channel from 0.5.13 to 0.5.14
Browse files Browse the repository at this point in the history
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.14.
- [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.13...crossbeam-channel-0.5.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent b3db431 commit 0ef2efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cfg-if = "1.0.0"
chrono = "0.4.39"
clap = { version = "=4.2.1", features = ["derive"] }
const_format = { version = "0.2.34", features = ["assertcp"] }
crossbeam-channel = "0.5.13"
crossbeam-channel = "0.5.14"
ctrlc = "3.4.5"
current_platform = "0.2.0"
dlopen2 = "0.7"
Expand Down

0 comments on commit 0ef2efe

Please sign in to comment.