From c90ea69ea11b2445ac3b7870bcc0f122792cbea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:50:42 +0700 Subject: [PATCH] Update Rust crate async-bincode to 0.7.2 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/transports/tcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transports/tcp/Cargo.toml b/packages/transports/tcp/Cargo.toml index cb6e4f09..c92c0f44 100644 --- a/packages/transports/tcp/Cargo.toml +++ b/packages/transports/tcp/Cargo.toml @@ -16,7 +16,7 @@ serde = { workspace = true } log = { workspace = true } utils = { workspace = true } futures-util = "0.3" -async-bincode = { version = "0.7.1", features = ["futures"], default-features = false } +async-bincode = { version = "0.7.2", features = ["futures"], default-features = false } [dev-dependencies] bluesea-router = { workspace = true }