From 6cacff585bd8eece4efe758e1b2aadde4ef01956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 00:10:25 +0000 Subject: [PATCH] Update bincode requirement from 2 to 3 Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 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 a67ebdc..08fce9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ android_logger = "0.15" jni = { version = "0.21", default-features = false } [target.'cfg(target_os="linux")'.dependencies] -bincode = "2" +bincode = "3" [target.'cfg(target_os="windows")'.dependencies] windows-service = "0.8"