fix(deps): update all non-major dependencies #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/all-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
~> 1.7.10→~> 1.7.0~> 1.4.6→~> 1.4.0~> 0.38.0→~> 0.40.0~> 0.18.3→~> 0.18.00.8.5→0.10.0~> 0.36.2→~> 0.38.00.36.2→0.38.0Release Notes
rrrene/credo (credo)
v1.7.18Compare Source
Credo.Check.Warning.UnusedMapOperationfix false positivesv1.7.17Compare Source
Credo.Check.Readability.ModuleDocadd new param:ignore_modules_using(defaults to[Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])Credo.Check.Warning.UnusedOperationupdate:modulesparam: instead of a list of functions to check,:allcan be given to check all functions in a moduleCredo.Check.Refactor.CondInsteadOfIfElseCredo.Check.Warning.WrongTestFilenamev1.7.16Compare Source
Credo.Check.Refactor.PassAsyncInTestCasesadd new param:force_comment_on_explicit_false(defaults tofalse)Credo.Check.Warning.Dbgadd new param:allow_captures(defaults tofalse)Credo.Check.Warning.UnusedMapOperationCredo.Check.Warning.UnusedOperationv1.7.15Compare Source
Credo.Check.Warning.ExpensiveEmptyEnumCheckhave better issue messagesCredo.Check.Refactor.MatchInConditionadd new param:allow_operatorsCredo.Check.Refactor.MatchInConditionfix false positiveCredo.Check.Readability.AliasOrderfix false positiveCredo.Check.Readability.FunctionNamesfix false positiveCredo.Check.Readability.SinglePipeadd new param:allow_blocks(defaults totrue)Credo.Check.Refactor.ModuleDependenciesfix false positivev1.7.14Compare Source
DuplicatedCodeCredo.Check.Warning.ExpensiveEmptyEnumCheckto cover less obvious casesCredo.Check.Warning.StructFieldAmountv1.7.13Compare Source
Credo.Check.Refactor.ABCSizefixed false positivejeremyjh/dialyxir (dialyxir)
v1.4.7Compare Source
elixir-lang/ex_doc (ex_doc)
v0.40.3Compare Source
v0.40.2Compare Source
rel="nofollow"to external links in HTML outputllms.txtdescriptionepub, suchwbr, must be terminated by the matching end-tag#searchselector from impacting user contentv0.40.1Compare Source
Remove link to source from generated .md files
Improve word-breaking of module names and sizing of main page titles
Include description in llms.txt
Bug fixes
v0.40.0Compare Source
Introduce Markdown formatter (thanks to Yordis Prietro)
Generate a
llms.txtdocument by default and add a "Copy Markdown" button to the top of every pageRun retriever only once per formatter
Support anchors on redirects
Bug fixes
erlandiexsnippets now include prompts.htmllinks on SwupBreaking changes
v0.39.3Compare Source
v0.39.2Compare Source
v0.39.1Compare Source
v0.39.0Compare Source
https://hexdocs.pmexdoc:full-text-search-urlmetadata is no longer supported, using the new search engines configurationv0.38.4Compare Source
parroty/excoveralls (excoveralls)
v0.18.5Compare Source
Changes
v0.18.4Compare Source
Enhancements
Changes
rust-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)v0.9.4Compare Source
Fixes
Full Changelog: https://github.com/rust-random/rand/compare/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: https://github.com/rust-random/rand/compare/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.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: https://github.com/rust-random/rand/compare/0.8.5...0.8.6
rusterlium/rustler (rustler)
v0.38.0Compare Source
Added
Term::sizeon Erlang 29 =nif_version_2_18(#731)from_itertoNewBinary(#704)nif_version_2_17(#732)enif_*symbols to be passeddirectly to work around Android's broken
RTLD_GLOBAL(#733)deserialize_seqto deserialize binaries (#708)Fixed
Changed
deprecate the old ones (#732)
Removed
v0.37.3Compare Source
Added
From<Binary>forTerm(#719)Fixed
v0.37.1Compare Source
Fixed
rustler_mixchdirinrustler_mixwhen compiling in a subdirectory (#706)v0.37.0Compare Source
Added
staticlibfeature to compile withoutnif_initand add{pkg}_nif_initsymbol (#688)
IntoIteratortoOwnedBinary(#702, thanks aDifferentJT)Fixed
ErlNifEntry.min_ertsto a placeholder value (#703)Changed
inlineon commonly used functions (#475, thanks @joshuataylor)EnifAllocatoravailable even if theallocatorfeature is not enabledConfiguration
📅 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 has been generated by Mend Renovate.
7179e86ef2to05b5c1b33cView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.