Bump message-io from 0.18.1 to 0.18.2 (#261)

Bumps [message-io](https://github.com/lemunozm/message-io) from 0.18.1 to 0.18.2.
- [Changelog](https://github.com/lemunozm/message-io/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lemunozm/message-io/compare/v0.18.1...v0.18.2)

---
updated-dependencies:
- dependency-name: message-io
  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>
This commit is contained in:
dependabot[bot] 2024-07-18 19:38:44 -03:00 committed by GitHub
parent 2f3945d698
commit d2163c047e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

8
Cargo.lock generated
View File

@ -1187,9 +1187,9 @@ dependencies = [
[[package]]
name = "message-io"
version = "0.18.1"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c40f381f937bd2c50904cc9af7663928626725e8ef647ac690ecbb5f7947d3f"
checksum = "036508102df66e6cf2a4a6dfbfb086d9d1a49f067aa2a57cbe57b540c133300a"
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
@ -2433,9 +2433,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tungstenite"
version = "0.21.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8"
dependencies = [
"byteorder",
"bytes",