Skip to content

Commit c7b1ddb

Browse files
chore(deps): bump bincode from 1.3.3 to 3.0.0
Bumps [bincode](https://github.com/bincode-org/bincode) from 1.3.3 to 3.0.0. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42b4d67 commit c7b1ddb

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/raft/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rocksdb.workspace = true
1313
# Serialization
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
16-
bincode = "1.3"
16+
bincode = "3.0"
1717

1818
# Async
1919
tokio.workspace = true

0 commit comments

Comments
 (0)