Skip to content

Commit

Permalink
Bump crossbeam-channel from 0.5.8 to 0.5.11 (#3760)
Browse files Browse the repository at this point in the history
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.8 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.8...crossbeam-channel-0.5.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 0e31a27 commit f947f29
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
32 changes: 14 additions & 18 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/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clap = { version = "3.2", features = ["cargo"] }
clap_complete = "3.2"
color-eyre = "0.6"
console = "0.15.5"
crossbeam-channel = "0.5.8"
crossbeam-channel = "0.5.11"
dialoguer = "0.10.3"
dirs-next = "2.0.0"
eyre = "0.6.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bytes = "1.4.0"
prost = { version = "0.12" }
tonic = { version = "0.10", features = ["tls", "tls-roots"] }
futures = "0.3.27"
crossbeam-channel = "0.5.8"
crossbeam-channel = "0.5.11"
hex = "0.4"
bitcoin = { version = "0.30.1", features = ["serde"] }
tiny-bip39 = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ itertools = "0.10"
toml = "0.7"
subtle-encoding = "0.5.1"
sha2 = "0.10.6"
crossbeam-channel = "0.5.8"
crossbeam-channel = "0.5.11"
semver = "1.0.16"
flex-error = "0.4.4"
prost = { version = "0.12" }
Expand Down

0 comments on commit f947f29

Please sign in to comment.