From 9bbcb5387dbad752c0603ca18048559217429b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 03:14:05 +0000 Subject: [PATCH] Update bincode requirement from =2.0.0-rc.2 to =2.0.1 in /agde Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](https://github.com/bincode-org/bincode/compare/v2.0.0-rc.2...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agde/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agde/Cargo.toml b/agde/Cargo.toml index a769025..a9d31bc 100644 --- a/agde/Cargo.toml +++ b/agde/Cargo.toml @@ -16,7 +16,7 @@ categories = ["algorithms"] [dependencies] base64 = "0.22" -bincode = { version = "=2.0.0-rc.2", features = ["serde"] } +bincode = { version = "=2.0.1", features = ["serde"] } dach = { path = "../dach", features = ["serde"] } semver = { version = "1", features = ["serde"] } serde = { version = "1", features = ["derive"] }