From 1f4952af7594166837b94d78e67940ea08c0858f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:50:44 +0000 Subject: [PATCH] build(deps): update bincode requirement from 1.3.3 to 2.0.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.3...v2.0.0) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 698efaf..ab8e76b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = "1.0.217" serde-wasm-bindgen = "0.6.5" wee_alloc = { version = "0.4.5", optional = true } flate2 = "1.0.35" -bincode = "1.3.3" +bincode = "2.0.0" [dev-dependencies] getrandom = { version = "0.2.15", features = ["js"] }