Update Rust Dependencies - #243
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Author
|
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
4 times, most recently
from
July 1, 2026 10:06
da9a0ce to
1fcd56a
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
from
July 1, 2026 15:51
1fcd56a to
324f60f
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
from
July 6, 2026 11:27
324f60f to
f372be8
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
from
July 10, 2026 21:31
f372be8 to
5190080
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
from
July 21, 2026 17:55
5190080 to
6651bca
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
from
July 22, 2026 11:23
6651bca to
6234222
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
from
July 26, 2026 17:32
6234222 to
42bd703
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
4 times, most recently
from
July 30, 2026 06:11
bf590a3 to
341ed71
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/rust-deps
branch
from
July 30, 2026 10:10
341ed71 to
a475e0e
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.97→1.0.1042.0.16→2.2.20.1.87→0.1.911.5.6→1.10.11.17.0→1.17.31.43.0→1.114.01.47.0→1.118.00.1→0.30.60→0.641.7.8→1.12.11.2.13→1.6.10.6→0.80.22→0.230.22→0.231.10.0→1.12.11.10.0→1.12.10.4.40→0.4.454.5.31→4.6.44.6.51.0.19→1.0.200.2.26→0.2.290.3.31→0.3.330.3.31→0.3.330.3.31→0.3.330.3.31→0.3.330.3.31→0.3.330.4.16→0.4.191.2.0→1.5.00.16.3→0.16.42.7.1→2.14.00.13.0→0.15.00.4.26→0.4.330.10.71→0.10.813.0.5→3.0.62.3.1→2.3.21.12.0→1.15.10.13.5→0.14.00.8→0.101.10.0→1.12.01.11.1→1.13.10.12→0.130.22.0→0.26.00.23.23→0.23.430.102.1→0.103.01.0.219→1.0.2291.0.219→1.0.2291.0.219→1.0.2291.0.140→1.0.1511.0.140→1.0.1513.2.0→3.5.00.4→0.50.8→0.93.17.1→3.27.01.43.0→1.53.11.43.0→1.53.10.3.0→0.3.20.4.4→0.4.50.7.13→0.7.190.4→0.50.4→0.70.1.41→0.1.440.9→0.120.1.24→0.1.250.7.1→0.9.02.5.4→2.5.8Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release 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_binv2.1.2Compare Source
Fixes
#[must_use]to help catch missing assertionsv2.1.1Compare Source
v2.1.0Compare Source
Compatibility
crate_name!()in favor ofpkg_name!()Command::cargo_bin,CommandCargoExt::cargo_bin,cargo_binin favor ofcargo_bin!,cargo_bin_cmd!Features
cargo_bin_cmd!()pkg_name!()as a default parameter tocargo_bin!()v2.0.17Compare Source
Features
cargo::cargo_bin!which will work with Cargo'sbuild-diraws/aws-lc-rs (aws-lc-rs)
v1.17.3: aws-lc-rs v1.17.3Compare Source
What's Changed
awslc_version()returns the linked AWS-LC library version (e.g.,"5.1.0"), resolved at runtime.fips_version()returns the AWS-LC FIPS release-branch version asSome(version), orNonewhen unavailable. Note thatfips_version()is independent oftry_fips_mode().PqdsaKeyPairin serialized forms by @Mark-Simulacrum in #1174PqdsaKeyPair::from_seedin a FIPS setting, and notes that key pairs constructed from the expanded form cannot be re-serialized to PKCS#8 (which contains just the seed).Build Improvements
TARGET_*env leakage into host builds by @justsmth in #1171TARGET_CC/TARGET_CXX/TARGET_CFLAGSare now only applied when cross-compiling, andHOST_*variables are honored for native builds. Previously, whenaws-lc-sysappeared as both a dependency and a build-dependency in a cross build, the cross toolchain's flags leaked into the host-side build.rpmbuilddefaults): the memcmp probe (GCC bug 95189 check) now retains cc's computed target default flags (e.g.,-fPIC) while still excluding user CFLAGS. The check also only runs for GCC versions that may contain the bug, and a probe that fails to build only warns -- the build only fails when the miscompilation is actually demonstrated.Issues Being Closed
TARGET_CFLAGSapplied to host builds -- #1169Other Merged PRs
New Contributors
Full Changelog: aws/aws-lc-rs@v1.17.1...v1.17.3
v1.17.2Compare Source
v1.17.1: aws-lc-rs v1.17.1Compare Source
🎉 AWS-LC FIPS v3 Module Has Been Validated
The AWS-LC FIPS v3 module has been awarded FIPS 140-3 validation by NIST's CMVP:
Seek guidance from a local FIPS compliance expert regarding requirements for your deployment environments. Please consult the Security Policies associated with our certificates if you have questions.
aws-lc-fips-sys(utilized via thefipsfeature ofaws-lc-rs) currently uses the validated FIPS v3 module.aws-lc-fips-systo our FIPS v4 branch.What's Changed
AWS_LC_SYS_SYSTEM_DIRor let pkg-config /OPENSSL_*environment variables auto-detect an existing AWS-LC installation instead of building from source by @justsmth in #1129aws-lc-fips-sysby @justsmth in #1143OPENSSL_*and pkg-config by @justsmth in #1156Send/Syncfor RSA hazmat encryption key types by @justsmth in #1128Salt::noneconstructor for HKDF by @justsmth in #1135wasm32-unknown-emscriptenbuild and test support by @justsmth in #1059Upstream AWS-LC (v5.1.0)
aws-lc-sysnow aligns with AWS-LC v5.1.0 (previously v1.73.0). Notable upstream changes include:Build Improvements
memcmp_checkbuild failure when CFLAGS contains LTO flags by @justsmth in #1134poly_Rq_mulsymbol in Linux x86_64 build by @Lebei2046 in #1130-ffile-prefix-mapto jitterentropy builder by @justsmth in #1139Issues Being Closed
Send/Sync-- #1125Unspecifiedfor invalid key sizes -- #1082x86_64-pc-windows-msvc-- #1146cpu_arm_linux.cassumessys/auxv.handgetauxval(uclibc targets) -- #1108Other Merged PRs
New Contributors
Full Changelog: aws/aws-lc-rs@v1.17.0...v1.17.1
chronotope/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 #1772v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in #1752v0.4.42: 0.4.42Compare Source
What's Changed
wasm32-linuxsupport by @arjunr2 in #1707tzdataparsing by @ldm0 in #1679?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in #1721from_timestamp_secsmethod toDateTimeby @jasonaowen in #1719v0.4.41Compare Source
What's Changed
subsec_microsandsubsec_millismethods toTimeDeltaby @ggoetz in #1668NaiveDateTime::UNIX_EPOCHby @robertbastian in #1670as_seconds_f32andas_seconds_f64forTimeDeltaby @ggoetz in #1671num_days_in_monthmethod toDateliketrait by @aslilac in #1673WeekdaySet, a collection ofWeekdaythat isCopyby @Kinrany in #1676alexcrichton/filetime (filetime)
v0.2.29Compare Source
v0.2.28Compare Source
v0.2.27Compare Source
BurntSushi/ripgrep (globset)
v0.4.19Compare Source
v0.4.18Compare Source
v0.4.17Compare Source
ggriffiniii/httptest (httptest)
v0.16.4Compare Source
jcreekmore/pem-rs (pem)
v3.0.6Compare Source
rust-random/rand (rand)
v0.10.2Compare Source
Fixes
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)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)v0.9.5Compare Source
What's Changed
Full Changelog: rust-random/rand@0.9.4...0.9.5
v0.9.4Compare Source
Fixes
Full Changelog: rust-random/rand@0.9.3...0.9.4
v0.9.3Compare Source
This release back-ports a fix from v0.10. See also [#1763].
Changes
log(#1764)doc_auto_cfg(#1764)Full Changelog: rust-random/rand@0.9.2...0.9.3
v0.9.2Compare Source
Deprecated
rand::rngs::mockmodule andStepRnggenerator ([#1634])Additions
WeightedIndex<usize>(de)serialization ([#1646])v0.9.1Compare Source
Security and unsafe
zerocopydependency fromrand(#1579)Fixes
simd_supportfor recent nightly rust (#1586)Changes
fn rand::seq::index::sample_weightedandfn IndexedRandom::choose_multiple_weightedto return fewer thanamountresults (#1623), reverting an undocumented change ([#1382]) to the previous release.Additions
rand::distr::Alphabeticdistribution. (#1587)rand_core(#1604)v0.9.0Compare Source
Security and unsafe
ReseedingRngandThreadRng. Instead, it is recommended to callThreadRng::reseedon fork. (#1379)zerocopyto replace someunsafecode (#1349, #1393, #1446, #1502)Dependencies
--ignore-rust-versionrand_corev0.9.0 (#1558)Features
stdfeature withoutgetrandomorrand_chacha(#1354)small_rngby default (#1455)rand_chacha; usestd_rnginstead. (#1473)serde1toserde(#1477)getrandomtoos_rng(#1537)thread_rng(#1547)API changes: rand_core traits
RngCore::read_adapterimplementingstd::io::Read(#1267)CryptoBlockRng: BlockRngCore; maketrait CryptoRng: RngCore(#1273)TryRngCore,TryCryptoRng(#1424, #1499)fn SeedableRng::from_rng->try_from_rngand add infallible variantfn from_rng(#1424)fn SeedableRng::from_entropy->from_os_rngand add fallible variantfn try_from_os_rng(#1424)CloneandAsRefto associated typeSeedableRng::Seed(#1491)API changes: Rng trait and top-level fns
rand::thread_rng()torand::rng()and remove from the prelude (#1506)rand::random()from the prelude (#1506)random_iter,random_range,random_bool,random_ratio,fill(#1488)Rng::gen_iterasrandom_iter(#1305, #1500)Rng::gentorandomto avoid conflict with the newgenkeyword in Rust 2024 (#1438)Rng::gen_rangetorandom_range,gen_booltorandom_bool,gen_ratiotorandom_ratio(#1505)#[track_caller](#1442, #1447)API changes: RNGs
<SmallRng as SeedableRng>::Seedsize to 256 bits (#1455)rng) ofReseedingRng::new(#1533)API changes: Sequences
SliceRandomintoIndexedRandom,IndexedMutRandom,SliceRandom(#1382)IndexedRandom::choose_multiple_array,index::sample_array(#1453, #1469)API changes: Distributions: renames
rand::distributionstorand::distr(#1470)StandardtoStandardUniform(#1526)distr::Slice->distr::slice::Choose,distr::EmptySlice->distr::slice::Empty(#1548)distr::DistString->distr::SampleString(#1548)distr::DistIter->distr::Iter,distr::DistMap->distr::Map(#1548)API changes: Distributions
Sizedbound onDistribution<T> for &D(#1278)Distribution<Option<T>>forStandardUniform(#1526)StandardUniformsupport allNonZero*types (#1332){Uniform, UniformSampler}::{new, new_inclusive}return aResult(instead of potentially panicking) (#1229)UniformimplementsTryFrominstead ofFromfor ranges (#1229)UniformUsize(#1487)isizeandusizevalues withStandardUniform,Uniform(except viaUniformUsize) andFilland usage as aWeightedAliasIndexweight (#1487)DistStringfor distributionsSlice<char>andUniform<char>(#1315)Slice::num_choices(#1402)p()for distributionBernoullito access probability (#1481)API changes: Weighted distributions
pubmodulerand::distr::weighted, movingWeightedIndexthere (#1548)weighted::Weight, allowingWeightedIndexto trap overflow (#1353)weight, weights, total_weightto distributionWeightedIndex(#1420)WeightedErrortoweighted::Error, revising variants (#1382) and mark as#[non_exhaustive](#1480)API changes: SIMD
std::simd, expand SIMD & docs (#1239)Reproducibility-breaking changes
ReseedingRng::reseeddiscard remaining data from the last block generated (#1379)SmallRng::seed_from_u64implementation (#1203)UniformFloat::newsamples andUniformFloat::sample_singleto yieldhigh(#1462)Slice(#1469)Uniformforusizeportable viaUniformUsize(#1487)IndexdRandom::choose_multiple_weightedfor very small seeds and optimize for large input length / low memory (#1530)Reproducibility-breaking optimisations
sample_floyd, affecting output ofrand::seq::index::sampleandrand::seq::SliceRandom::choose_multiple(#1277)IteratorRandom::chooseandchoose_stable(#1268)SliceRandom::shuffleandpartial_shuffle(#1272)Uniform: use Canon's method (single sampling) / Lemire's method (distribution sampling) for faster sampling (breaks value stability; #1287)sample_single_inclusivefor floats (+~20% perf) (#1289)Other optimisations
SmallRnginitialization performance (#1482)Other
Cargo.lock.msrvfile (#1275)rustfmtand enforce (#1448)benchescrate (#1329, #1439) and migrate to Criterion (#1490)Documentation
ThreadRngrelated docs (#1257)--generate-link-to-definitionfeature (#1327)doc_auto_cfg(#1411, #1450)v0.8.7Compare Source
What's Changed
Full Changelog: rust-random/rand@0.8.6...0.8.7
v0.8.6Compare Source
What's Changed
This release back-ports a fix from v0.10. See also #1763.
Changes
log(#1772)simd_supportfeature.New Contributors
Full Changelog: rust-random/rand@0.8.5...0.8.6
rust-lang/regex (regex)
v1.13.1Compare Source
===================
This is a release that fixes a bug where incorrect regex match offsets could be
reported. Note that this doesn't impact whether a match occurs or not, just
where it occurs. The match offsets are still valid for slicing, they just may
not refer to the correct leftmost-first match. See
#1364 for (many) more details.
Bug fixes:
Fixes previously unsound reverse suffix and inner optimizations.
v1.13.0Compare Source
===================
This release includes a new API, a
regex!macro, for lazy compilation ofa regex from a string literal. If you use regexes a lot, it's likely you've
already written one exactly like it. The new macro can be used like this:
Improvements:
Add a new
regex!macro for efficient and automatic reuse of a compiled regex.v1.12.4Compare Source
===================
This release includes a performance optimization for compilation of regexes
with very large character classes.
Improvements:
Avoid re-canonicalizing the entire interval set when pushing new class ranges.
v1.12.3Compare Source
===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various s
Configuration
📅 Schedule: (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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.