fix(deps): update rust - #2459
Open
bootc-bot[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
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:
0.19→0.231.1.9→1.1.101.11.0→1.11.12.14.0→2.14.20.4.33→0.4.341.1.0→1.1.14.3.0→4.4.0=0.5.0→=0.6.31.1.4+spec-1.1.0→1.1.61.24.1→1.26.18.0.5→8.0.60.13.1→0.14.0Release Notes
oli-obk/cargo_metadata (cargo_metadata)
v0.23.1Compare Source
Changed
build_directoryv0.23.0Compare Source
Added
FeatureNameandPackageNamenewtype wrappers.v0.22.0Compare Source
Added
pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommandtoMetadataCommand.cargo_platformat crate's root module.Changed
caminofrom1.0.7to1.1.10cargo_platformfrom0.2.0to0.3.0derive_builderfrom0.12to0.20semverfrom1.0.7to1.0.26serde_jsonfrom1.0.118to1.0.142serdefrom1.0.136to1.0.219thiserrorfrom2.0.3to2.0.12Dependency'ssourcemember the same type asPackage'ssourcemember:Option<Source>.v0.21.0Compare Source
v0.20.0Compare Source
rust-lang/flate2-rs (flate2)
v1.1.10Compare Source
What's Changed
Crcstruct by @MikkelPaulson in #540README.mdin a private module by @bushrat011899 in #562no_stdsupport using nightlyalloc_ioby @bushrat011899 in #559get_mut()documentation to make clear how 'inner` can be used by @Byron in #558New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.9...1.1.10
hyperium/hyper (hyper)
v1.11.1Compare Source
Bug Fixes
\n\r\nas a head terminator in the partial-read fast path (#4147) (3534d75c, closes #4145)indexmap-rs/indexmap (indexmap)
v2.14.2Compare Source
const CAPcould shadow the same name in the caller's namespace.
constinitialization of emptyindexmap_with_default!andindexset_with_default!. The hasher may also be omitted if it's inferrable.v2.14.1Compare Source
Equivalentisn't needed (Q = K).expect) clippy lints.rust-lang/log (log)
v0.4.34Compare Source
kornelski/mandown (mandown)
v1.1.1Compare Source
owo-colors/owo-colors (owo-colors)
v4.4.0Compare Source
Changed
koutheir/selinux (selinux)
v0.6.3Added
selinux::context_restore::RestoreFlags::SKIP_MULTILINKconstant.v0.6.2Changed
Fixed a memory leak in the iterator
context_restore::DirectoryXAttributesIter.The leak happens when the iterator is created, usually through a call to
context_restore::ContextRestore::manage_security_sehash_xattr_entries(),but without consuming all the elements of the iterator.
Thank you very much, timlange.
v0.6.1Changed
v0.6.0Changed
The prototype of
context_restore::ContextRestore::restore_context_of_file_system_entry()changed,in order to add support for the new features introduced by
libselinuxversion3.10.Updated dependencies.
Updated copyright years.
v0.5.3Added
EqandPartialEq:SecurityContext,SecurityContextList,OpaqueSecurityContext.v0.5.2Added
Thank you very much, ejcaruso.
v0.5.1Changed
toml-rs/toml (toml)
v1.1.6Compare Source
v1.1.5Compare Source
uuid-rs/uuid (uuid)
v1.26.1Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.26.0...v1.26.1
v1.26.0Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0
v1.25.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0
harryfei/which-rs (which)
v8.0.6Compare Source
Thanks @RSS1102 for your contribution to which!
gyscos/zstd-rs (zstd)
v0.14.0Compare Source
Breaking
with_prepared_dictionary()constructors now borrow the dictionary for as long as the stream (#372). The dictionary is registered with the underlying context by pointer, so dropping it early left the stream with a dangling pointer - reachable from safe code.Fixed
Decoder::finish()now consumes the rest of the frame, so the reader is handed back positioned just after it (#251, #255). zstd can produce the last of the decoded data before it has read the frame epilogue, so a caller who stops reading once it has the bytes it wanted used to get its reader back pointing inside the frame. Note thatfinish()may now read from the underlying reader;Decoder::finish_frame()is the same operation with the error surfaced.Read::read()with an empty buffer returnsOk(0)instead of an error (#318).New
Decoder::finish_frame(), to consume the rest of the current frame explicitly.bulk::Compressor::set_pledged_src_size()(#320).with_contextconstructors (#338).cmakeandvendoredfeatures, forwarded tozstd-safe.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 has been generated by Mend Renovate CLI.