From f6fb3bf67173e62ddbb71a365e023057f0ffe7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 04:00:11 +0000 Subject: [PATCH] Update bincode requirement from =2.0.0-rc.2 to =2.0.0-rc.3 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.0-rc.3) --- 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 e48fd21..6af4cfa 100644 --- a/agde/Cargo.toml +++ b/agde/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms"] [dependencies] base64 = "0.21" -bincode = { version = "=2.0.0-rc.2", features = ["serde"] } +bincode = { version = "=2.0.0-rc.3", features = ["serde"] } den = { path = "../den", features = ["serde"] } semver = { version = "1", features = ["serde"] } serde = { version = "1", features = ["derive"] }