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"] }