Skip to content

Commit ce09501

Browse files
build(deps): update bincode requirement from 1.3.3 to 2.0.0
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](bincode-org/bincode@v1.3.3...v2.0.0) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b04ca7 commit ce09501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arrow-schema/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde = ["dep:serde"]
5252
features = ["ffi"]
5353

5454
[dev-dependencies]
55-
bincode = { version = "1.3.3", default-features = false }
55+
bincode = { version = "2.0.0", default-features = false }
5656
criterion = { version = "0.5", default-features = false }
5757

5858
[[bench]]

0 commit comments

Comments
 (0)