From 76e9000a310abb9fdcfb8f3548c062a08b8641bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:04:10 +0000 Subject: [PATCH] Update wincode requirement from 0.2 to 0.4 Updates the requirements on [wincode](https://github.com/anza-xyz/wincode) to permit the latest version. - [Release notes](https://github.com/anza-xyz/wincode/releases) - [Commits](https://github.com/anza-xyz/wincode/compare/v0.2.0...wincode@v0.4.1) --- updated-dependencies: - dependency-name: wincode dependency-version: 0.4.1 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 e83a065..02c5da1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] } siphasher = "1.0" [dev-dependencies] -wincode = { version = "0.2", features = ["derive"] } +wincode = { version = "0.4", features = ["derive"] } [features] with_serde = ["dep:serde", "siphasher/serde_std"]