botnet
botnet copied to clipboard
Bump rkyv from 0.7.39 to 0.7.40 in /botnet_replay_viewer
Bumps rkyv from 0.7.39 to 0.7.40.
Release notes
Sourced from rkyv's releases.
v0.7.40
This bugfix release includes a number of additions and fixes:
- #280 Implements
Archive
andSerialize
forAlignedBytes
andAlignedVec
- #282 Adds a
resize
function toAlignedVec
- #294 Adds the MSRV to rkyv's manifest
- #308 Runs MIRI in CI
- #304 Adds risv32im to the platforms tested in CI
- #296 Adds support for the
bitvec
crate- #310 Ensures that
ArchivedString
is always marked as!Unpin
- #313 Parameterizes rkyv's impls for
IndexMap
andIndexSet
over aState
type parameter- #315 Unifies and clarifies the documentation for
out_field!
- #319 Adds
from_raw_parts
methods forRelPtr
andArchivedBox
- #321 Adds support for the
arrayvec
crate- #327 Propagates
LayoutError
s during validation- #337 Adds a missing zero check during division in
ArchivedHashMap
- #339 Fixes a crash when calling
reserve_exact(1)
on anAlignedVec
- #340 Re-exports
bytecheck::CheckBytes
from rkyv- #325
ManuallyDrop<T>
now implements rkyv's traits- A number of bugs occurring during validation and deserialization were fixed (#288, #307, and others)
Thanks to all of the contributors who helped make this release possible!
Commits
9f07b49
Release 0.7.408819ab5
Fix a test on 64-bit, clippy + fmte12897b
Switch DynContext to a custom error typeee14b81
reexport bytecheck::CheckBytes (#340)58587fd
Fix deserializing shared pointers of ZSTse771bc5
fix #331 (#339)c8d39dd
Don't try to compute remainder of division by zero (#337)1c7004f
Fix typos in code comments (#334)ca71bc7
Addextend_from_reader
method toAlignedVec
57e2a8d
Fix time validation underarchive_le
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)