From e85210413194f17f767eb4399659a161afc4b871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:25:40 +0000 Subject: [PATCH] chore(deps): bump message-io from 0.18.2 to 0.18.3 Bumps [message-io](https://github.com/lemunozm/message-io) from 0.18.2 to 0.18.3. - [Changelog](https://github.com/lemunozm/message-io/blob/master/CHANGELOG.md) - [Commits](https://github.com/lemunozm/message-io/compare/v0.18.2...v0.18.3) --- updated-dependencies: - dependency-name: message-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 206e44d..1db9091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,9 +427,9 @@ dependencies = [ [[package]] name = "message-io" -version = "0.18.2" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "036508102df66e6cf2a4a6dfbfb086d9d1a49f067aa2a57cbe57b540c133300a" +checksum = "de6e87adc85a703ec21ff551d5d5f2b7c99a4d90590584bb321e6f9ac1395230" dependencies = [ "crossbeam-channel", "crossbeam-utils", diff --git a/Cargo.toml b/Cargo.toml index f9e964b..4259d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crossterm = { version = "0.26.1", features = ["serde"] } laminar = "0.5.0" legion = "0.4.0" log = "0.4.22" -message-io = { version = "0.18.2", default-features = false, features = ["tcp"] } +message-io = { version = "0.18.3", default-features = false, features = ["tcp"] } ndarray = { version = "0.16.1", features = ["rayon", "serde"] } rand = "0.8.5" rayon = "1.10.0"