Skip to content

Commit 60682fe

Browse files
chore(deps): Bump crossbeam-channel from 0.5.13 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.15. - [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.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f29f202 commit 60682fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ indoc = "2.0.5"
9090
unindent = "0.2.3"
9191
itertools = "0.13.0"
9292
lazy_static = "1.5.0" # FIXME: replace with Lazy Cell
93-
crossbeam-channel = "0.5.13"
93+
crossbeam-channel = "0.5.15"
9494
enum_dispatch = "0.3.13"
9595
tap = "1.0.1"
9696
derive_more = { version = "1", features = ["from", "debug"] }

0 commit comments

Comments
 (0)