Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump bytecheck from 0.6.9 to 0.7.0 #16625

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 94 additions & 10 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 @@ -25,7 +25,7 @@ metrics.workspace = true
num-traits = { version = "0.2.19", default-features = false }
paste = "1.0.15"
pin-project.workspace = true
rkyv = { version = "0.7.45", default-features = false, features = ["size_32", "std", "strict", "validation"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Always in strict mode since v0.8.
  • size_32 was renamed
  • validation is no longer available

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Evaluating if this change is safe based on: https://github.com/rkyv/rkyv/releases/tag/0.8.0

rkyv = { version = "0.8.8", default-features = false, features = ["pointer_width_32", "std"] }
serde.workspace = true
snafu = { version = "0.7.5", default-features = false, features = ["std"] }
tokio-util = { version = "0.7.0", default-features = false }
Expand Down
Loading