-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for vrl-playground ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vector-project canceled.
|
0e1198a
to
60194b1
Compare
I suspect this is not compiling because |
d795d40
to
35c0a54
Compare
Opened rkyv PR: rkyv/rkyv#370 |
aad5a4b
to
ed2ffe6
Compare
ed2ffe6
to
742d2af
Compare
|
742d2af
to
714b8cf
Compare
714b8cf
to
b10f3a2
Compare
✅ Deploy Preview for vrl-playground ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
b10f3a2
to
275da48
Compare
@dependabot rebase |
275da48
to
4b0e30c
Compare
|
@dependabot rebase |
4b0e30c
to
22fa7bd
Compare
Might be unblocked now that rkyv v8 has been released. |
@dependabot rebase |
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]>
22fa7bd
to
6df2950
Compare
I think you need to bump |
@@ -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"] } |
There was a problem hiding this comment.
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 renamedvalidation
is no longer available
There was a problem hiding this comment.
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
Bumps bytecheck from 0.6.9 to 0.7.0.
Release notes
Sourced from bytecheck's releases.
Commits
2738803
Add workspace dependency for bytecheck_derivee37fd31
allow lintunused_results
and add#[automatically_derived]
to derived imp...af58733
allow using alternate crate root with derive macro (#30)1da468d
Fix CI workflow45e5d6d
Re-enable simdutf8 by default512eee1
Added clippy and rustfmt to CI (#29)3be5a31
added workspace package manifest (#28)1159802
makebytecheck::Error
Send & Sync (#27)f65f7c5
Add CheckBytes impl for mem::ManuallyDrop (#24)46ab937
Add riscVim arch (#22)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)