From 64cf7b6c1669f26b7c95129ceaf5688bd3d01705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:33:28 +0000 Subject: [PATCH] Update bincode-next requirement from 2.1.0 to 3.1.1 Updates the requirements on [bincode-next](https://github.com/Apich-Organization/bincode) to permit the latest version. - [Release notes](https://github.com/Apich-Organization/bincode/releases) - [Commits](https://github.com/Apich-Organization/bincode/commits) --- updated-dependencies: - dependency-name: bincode-next dependency-version: 2.1.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 2eb67c2..37b66fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ android_logger = "0.15.1" jni = { version = "0.22.4", default-features = false } [target.'cfg(target_os="linux")'.dependencies] -bincode-next = "2.1.0" +bincode-next = "3.1.1" [target.'cfg(target_os="windows")'.dependencies] windows-service = "0.8.1"