Skip to content

Commit

Permalink
chore(deps): bump bytecheck from 0.6.9 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [bytecheck](https://github.com/djkoloski/bytecheck) from 0.6.9 to 0.7.0.
- [Release notes](https://github.com/djkoloski/bytecheck/releases)
- [Commits](rkyv/bytecheck@v0.6.9...v0.7.0)

---
updated-dependencies:
- dependency-name: bytecheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2023
1 parent 6a387e2 commit aad5a4b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
47 changes: 38 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
async-recursion = "1.0.2"
async-stream = "0.3.4"
async-trait = { version = "0.1", default-features = false }
bytecheck = { version = "0.6.9", default-features = false, features = ["std"] }
bytecheck = { version = "0.7.0", default-features = false, features = ["std"] }
bytes = { version = "1.4.0", default-features = false }
crc32fast = { version = "1.3.2", default-features = false }
crossbeam-queue = { version = "0.3.8", default-features = false, features = ["std"] }
Expand Down

0 comments on commit aad5a4b

Please sign in to comment.