Skip to content

Commit

Permalink
chore(deps): update crossbeam-channel requirement from 0.4.2 to 0.5.0 (
Browse files Browse the repository at this point in the history
…#1031)

Updates the requirements on [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [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.4.3...crossbeam-channel-0.5.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored and hawkw committed Dec 28, 2020
1 parent fc3eb9f commit 5b11fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-appender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["logging", "tracing", "file-appender", "non-blocking-writer"]
edition = "2018"

[dependencies]
crossbeam-channel = "0.4.2"
crossbeam-channel = "0.5.0"
chrono = "0.4.11"

[dependencies.tracing-subscriber]
Expand Down

0 comments on commit 5b11fa0

Please sign in to comment.