Skip to content

Commit a5ccad1

Browse files
build(deps): update bincode requirement from =2.0.0-rc.3 to =2.0.1
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.0-rc.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f6d361 commit a5ccad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

abci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ futures = { version = "0.3.30", optional = true }
8585
[dev-dependencies]
8686
anyhow = { version = "1.0.82" }
8787
# Dash Platform requires specific version of bincode
88-
bincode = { version = "=2.0.0-rc.3" }
88+
bincode = { version = "=2.0.1" }
8989
bincode_derive = { version = "=2.0.0-rc.3" }
9090
blake2 = { version = "0.10.6" }
9191
bollard = { version = "0.20" }

0 commit comments

Comments
 (0)