From b31355af6ea079a71ccb712194a94ba1d15b594f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:24:29 +0000 Subject: [PATCH] deps(deps): update bincode requirement from 2.0.1 to 3.0.0 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: 2.0.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 df30d90..41505ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ serde_json = "1" tokio = { version = "1", features = ["full"] } apalis = { version = "1.0.0-beta.2", features = ["tracing", "limit"] } apalis-workflow = { version = "0.1.0-beta.1" } -bincode = { version = "2.0.1", features = ["serde"] } +bincode = { version = "3.0.0", features = ["serde"] } apalis-board-api = { version = "1.0.0-beta.1", features = ["axum"] } axum = { version = "0.8", features = ["macros", "json"] } tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }