From 668650be9c2d8629ce20d80d3d649756e9bc043d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:23:57 +0000 Subject: [PATCH] Update bincode requirement from 1.3 to 2.0 Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](https://github.com/bincode-org/bincode/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/water/Cargo.toml | 2 +- crates/watm/Cargo.toml | 2 +- crates/watm_v0/Cargo.toml | 2 +- examples/water_bins/echo_client/Cargo.toml | 2 +- examples/water_bins/ss_client_wasm_v1/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/water/Cargo.toml b/crates/water/Cargo.toml index 64016a9..f4e162a 100644 --- a/crates/water/Cargo.toml +++ b/crates/water/Cargo.toml @@ -26,7 +26,7 @@ url = { version = "2.2.2", features = ["serde"] } toml = "0.8.8" once_cell = "1.13.0" bitflags = "2.4.0" -bincode = "1.3" +bincode = "2.0" rustls = "0.23.1" rustls-pemfile = "2.0.0" zeroize = { version = "1.5.4", features = ["alloc"] } diff --git a/crates/watm/Cargo.toml b/crates/watm/Cargo.toml index 5a95db8..a8dda6b 100644 --- a/crates/watm/Cargo.toml +++ b/crates/watm/Cargo.toml @@ -16,7 +16,7 @@ tokio-util = { version = "0.7.1", features = ["codec"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" -bincode = "1.3" +bincode = "2.0" anyhow = "1.0.7" tracing = "0.1" diff --git a/crates/watm_v0/Cargo.toml b/crates/watm_v0/Cargo.toml index 9e491cc..0af5056 100644 --- a/crates/watm_v0/Cargo.toml +++ b/crates/watm_v0/Cargo.toml @@ -16,7 +16,7 @@ tokio-util = { version = "0.7.1", features = ["codec"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" -bincode = "1.3" +bincode = "2.0" anyhow = "1.0.7" tracing = "0.1" diff --git a/examples/water_bins/echo_client/Cargo.toml b/examples/water_bins/echo_client/Cargo.toml index 627442f..caece06 100644 --- a/examples/water_bins/echo_client/Cargo.toml +++ b/examples/water_bins/echo_client/Cargo.toml @@ -17,7 +17,7 @@ tokio-util = { version = "0.7.1", features = ["codec"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" -bincode = "1.3" +bincode = "2.0" anyhow = "1.0.7" tracing = "0.1" diff --git a/examples/water_bins/ss_client_wasm_v1/Cargo.toml b/examples/water_bins/ss_client_wasm_v1/Cargo.toml index 6be0d5d..41cbc96 100644 --- a/examples/water_bins/ss_client_wasm_v1/Cargo.toml +++ b/examples/water_bins/ss_client_wasm_v1/Cargo.toml @@ -20,7 +20,7 @@ tokio-util = { version = "0.7.1", features = ["codec"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" -bincode = "1.3" +bincode = "2.0" anyhow = "1.0.7" tracing = "0.1"