⬆️ Update Rust Crates#82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
6eb0ad4 to
cd2b4f1
Compare
1e21df7 to
fd5ff5c
Compare
5a1c163 to
4927285
Compare
76ef924 to
1431926
Compare
2570340 to
ee7c702
Compare
1d07e0f to
615c7d9
Compare
17a14ec to
4e51eb7
Compare
Contributor
Author
|
6485797 to
b5ba33e
Compare
2f5e4a0 to
4fe49d0
Compare
4fe49d0 to
199c9d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.102→1.0.1030.8.8→0.8.90.4.44→0.4.454.6.0→4.6.10.15.22→0.15.256.1.0→6.2.10.12→0.1310.3.0→10.4.00.27→0.290.10.0→0.10.20.13.2→0.13.41.0.149→1.0.1500.10→0.110.8→0.91.50.0→1.52.30.6→0.7Release Notes
chronotope/chrono (chrono)
v0.4.45: 0.4.45Compare Source
What's Changed
xacrimon/dashmap (dashmap)
v6.2.1Compare Source
This is an interim maintenance release for the existing v6 branch before v7 can be released. This bumps the MSRV to 1.85 and updates dependencies to their latest versions.
oschwald/maxminddb-rust (maxminddb)
v0.29.0Compare Source
Metadata::build_time()now returnsResult<SystemTime, MaxMindDbError>instead of panicking onunrepresentable timestamps, and databases whose
build_epochcannot berepresented as
SystemTimeare rejected as invalid during open and verify.Reader::metadatais now private. UseReader::metadata()toaccess validated metadata by shared reference.
unsupported IP versions, and zero-node search trees. Minor format versions
are still accepted for forward compatibility.
within()andnetworks()now handle IPv6 databases without anIPv4 subtree without reading terminal data nodes as tree nodes or
panicking while formatting low IPv6 networks.
bounds and the maximum nesting depth instead of accepting truncated
values or overflowing the stack on deeply nested corrupt data.
unknown-field skipping, plus metadata build-time conversion, to guard
performance-sensitive fixes.
and added a CI check to keep them passing.
v0.28.1Compare Source
rejected during open/verify instead of causing runaway allocation
during validation.
within()now rejects IPv6 CIDRs on IPv4-only databases insteadof yielding unrelated networks.
of skipping past them and reporting the database as valid.
LookupResult::network()now uses the reader's measured IPv4subtree depth instead of assuming it always begins at bit 96.
v0.28.0Compare Source
on the database's record size to monomorphized node readers, replacing
per-step branching on the record size.
maps, and structs through dedicated fast paths instead of routing
through
deserialize_any.paths, avoiding per-call address-kind checks on the hot path.
tuple struct now returns a decoding error when the lengths do not
match. Previously the mismatch was silently ignored.
now returns an
InvalidDatabaseerror instead of panicking.rust-random/rand (rand)
v0.10.2Fixes
UniformCharfrom bad source (#1790)Changes
partial_shuffleand apply#[must_use](#1769)unsafein contexts where non-local memory corruption could invalidate contract (#1791)v0.10.1Compare Source
This release includes a fix for a soundness bug; see #1763.
Changes
make_rngand add#[track_caller](#1761)log(#1763)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.