Skip to content

Commit

Permalink
build(deps): update bincode requirement from 1.3.3 to 2.0.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2025
1 parent 32bd9a5 commit d4aa0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde = ["dep:serde"]
all-features = true

[dev-dependencies]
bincode = { version = "1.3.3", default-features = false }
bincode = { version = "2.0.0", default-features = false }
criterion = { version = "0.5", default-features = false }

[[bench]]
Expand Down

0 comments on commit d4aa0f8

Please sign in to comment.