Update rust dependencies#26
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
309face to
5acc065
Compare
a00d37f to
e0d52a8
Compare
8596fc1 to
f4ab9e2
Compare
73ade5e to
988dd3c
Compare
988dd3c to
4e014a6
Compare
4e014a6 to
9d010dd
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.100→1.0.1022.1.2→2.2.20.7→0.80.4.43→0.4.454.5.54→4.6.14.5.65→4.6.51.47.2→1.48.00.2.180→0.2.1861.21.3→1.21.43.1.3→3.1.40.9→0.101.0.149→1.0.1500.10→0.110.4.3→0.4.40.33→0.393.24.0→3.27.01.49.0→1.52.30.21→0.290.5→0.60.2.4→0.2.50.3.22→0.3.230.24→0.291.19.0→1.23.3Release Notes
assert-rs/assert_cmd (assert_cmd)
v2.2.2Compare Source
Fixes
#[track_caller]works for better panic messagesv2.2.1Compare Source
Internal
v2.2.0Compare Source
Compatibility
cargo_binbad paths to panicsv2.1.3Compare Source
Fixes
cargo_binchronotope/chrono (chrono)
v0.4.45: 0.4.45Compare Source
What's Changed
v0.4.44: 0.4.44Compare Source
What's Changed
Cargo.tomlcontents by @coryan in #1772assert-rs/predicates-rs (predicates)
v3.1.4Compare Source
BoxPredicate::find_caseuse the innerfind_caseimplementationrust-random/rand (rand)
v0.10.1Compare Source
This release includes a fix for a soundness bug; see #1763.
Changes
make_rngand add#[track_caller](#1761)log(#1763)v0.10.0Compare Source
Changes
rand_chachahas been replaced with a dependency onchacha20. This changes the implementation behindStdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones inchacha20instead ofrand_chacha(#1642).IndexedRandom::choose_multiple->sample,choose_multiple_array->sample_array,choose_multiple_weighted->sample_weighted, structSliceChooseIter->IndexedSamplesand fnsIteratorRandom::choose_multiple->sample,choose_multiple_fill->sample_fill(#1632)Fillbe implemented for element types, not sliceable types (#1652)OsError::raw_os_erroron UEFI targets by returningOption<usize>(#1665)TryRngCore::read_adapter(..) -> RngReadAdapterwith simpler structRngReader(#1669)SeedableRng::from_os_rng,try_from_os_rng(#1674)Clonesupport forStdRng,ReseedingRng(#1677)postcardinstead ofbincodeto test the serde feature (#1693)IteratorRandom::samplewhenamountis much larger than iterator size (#1695)os_rng->sys_rng,OsRng->SysRng,OsError->SysError(#1697)Rng->RngExtas upstreamrand_corehas renamedRngCore->Rng(#1717)Additions
IndexedRandom::choose_iter,choose_weighted_iter(#1632)Xoshiro128PlusPlus,Xoshiro256PlusPlusprngs (#1649)ChaCha8Rng,ChaCha12Rng,ChaCha20Rngbehindchachafeature (#1659)rand::make_rng() -> R where R: SeedableRng(#1734)Removals
ReseedingRng(#1722)small_rng(#1732)Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.snapview/tokio-tungstenite (tokio-tungstenite)
v0.29.0Compare Source
tungsteniteto0.29.0. Seetungsteniterelease.v0.28.0Compare Source
tungsteniteto0.18.0. Seetungsteniterelease.v0.27.0Compare Source
tungstenite-rs.v0.26.2Compare Source
tungstenite, see changes here.v0.26.1Compare Source
tungsteniteto address an issue that might cause UB in certain cases.v0.26.0Compare Source
tungsteniteto0.26.0(breaking changes).v0.25.0Compare Source
tungsteniteto0.25.0(important updates!).v0.24.0v0.23.1urlfeature (proxies totungstenite/url).v0.23.0tungsteniteto0.23.0.v0.22.0Compare Source
Updatetungsteniteto match0.22.0.snapview/tungstenite-rs (tungstenite)
v0.29.0Compare Source
1.71due tosyn(the dependency ofthiserror) requiring it.HeaderValue).v0.28.0Compare Source
Errorsize 136 -> 32 by boxing internals ofError::Http,Error::WriteBufferFull,ProtocolError::InvalidHeader,TlsError::Native,TlsError::Rustls.socketto0.6.0).into_inner()to theWebSocket, so that the user can extract the underlying stream.tungsteniteis built with-Zfmt-debug=none.v0.27.0Compare Source
read_buffer_sizeread chunks.Hashimplementation consistent forUtf8Bytespayloads.v0.26.2Compare Source
WebSocketConfig::read_buffer_sizedocs explaining performance/memory tradeoff.v0.26.1Compare Source
Readstream implementations.v0.26.0Compare Source
Messageto useBytespayload directly with simplerUtf8Bytesfor text.CloseFrameto useUtf8Bytesforreason.Bytes.v0.25.0Compare Source
Payloadtype forMessagethat allows sending messages with a payload that can be cheaply cloned (Bytes).Long standing issue solved!
WebSocketConfig::read_buffer_sizedefault 128 KiB. This improves high load read performance.Note: This default increases memory usage compared to previous versions particularly for users expecting a high number of connections. Configure 4-8 KiB to get a similar memory usage to 0.24.
WebSocketConfignon-exhaustive & add builder style construction fns.WebSocketConfig::max_send_queue.Sec-WebSocket-Protocolheader.thiserrorto2.uuid-rs/uuid (uuid)
v1.23.3Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3
v1.23.2Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2
v1.23.1Compare Source
What's Changed
msrvfeature from wasm-bindgen dependency by @guybedford in #877New Contributors
Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1
v1.23.0Compare Source
What's Changed
New Contributors
Special thanks
@meng-xu-cs raised a series of bugs against the timestamp logic in
uuidusing automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a betteruuidlibrary for everyone. Thanks!Deprecations
This release includes the following deprecations:
Context: Renamed toContextV1Timestamp::from_gregorian: Renamed toTimestamp::from_gregorian_timeChange to
Version::MaxVersion::Max'su8representation has changed from0xffto0x0fto match the value returned byUuid::get_version_num.Change to
Uuid::get_versionfor the max UUIDUuid::get_versionwill only returnSome(Version::Max)if the UUID is actually the max UUID (all bytes are0xff). Previously it would returnSomeif only the version field was0x0f. This change matches the behaviour of the nil UUID, which only returnsSome(Version::Nil)if the UUID is the nil UUID (all bytes are0x00).Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0
v1.22.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0
v1.20.0Compare Source
What's Changed
macro-diagnosticsby @KodrAus in #856New Contributors
Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.