From 5856800f541988e828a873c17bb2738ee6f0e895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:15:52 +0000 Subject: [PATCH] chore(deps): update wincode requirement from 0.4 to 0.6 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/wincode@v0.4.0...wincode@v0.6.0) --- updated-dependencies: - dependency-name: wincode dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rotortree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rotortree/Cargo.toml b/crates/rotortree/Cargo.toml index 2dc6186..d55e15f 100644 --- a/crates/rotortree/Cargo.toml +++ b/crates/rotortree/Cargo.toml @@ -28,7 +28,7 @@ serde = ["dep:serde", "dep:serde_with"] # surface, so a minor bump could silently change it. The byte-identity unit # test guards behavior; this pin guards the API. blake3 = { version = "=1.8.5", default-features = false, optional = true } -wincode = { version = "0.4", default-features = false, features = ["alloc", "derive"], optional = true } +wincode = { version = "0.6", default-features = false, features = ["alloc", "derive"], optional = true } parking_lot = { version = "0.12", optional = true } arc-swap = { version = "1", optional = true } rayon = { version = "1", optional = true }