chore(deps): update cargo non-major dependencies#7
Draft
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
Draft
chore(deps): update cargo non-major dependencies#7dd-octo-sts[bot] wants to merge 1 commit intomainfrom
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
Conversation
Author
|
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:
4.5.0→4.5.600.5.1→0.8.00.12.1→0.14.00.12.1→0.14.00.2.18→0.2.194.2.0→4.6.00.8.4→0.14.01.4.0→1.10.00.4.0→0.8.00.8.5→0.10.00.8.5→0.10.01.0.196→1.0.2281.0.196→1.0.2281.0.113→1.0.1490.16.0→0.18.00.16.0→0.18.00.8.8→0.8.15Release Notes
clap-rs/clap (clap)
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpv4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpv4.5.41Compare Source
Features
Styles::contextandStyles::context_valueto customize the styling of[default: value]like notes in the--helpv4.5.40Compare Source
Features
arg!()macro (e.g.arg!("check-config": ...))v4.5.39Compare Source
Fixes
v4.5.38Compare Source
Fixes
--or-v4.5.37Compare Source
Features
ArgMatches::try_clear_id()v4.5.36Compare Source
Fixes
v4.5.35Compare Source
Fixes
help_headingv4.5.34Compare Source
Fixes
flatten_help(true)and subcommands without argumentsv4.5.33Compare Source
Fixes
v4.5.32Compare Source
Features
Error::removeDocumentation
humantimetojiffInternal
pulldown-cmarkv4.5.31Compare Source
Features
ValueParserFactoryforSaturating<T>v4.5.30Compare Source
Fixes
num_args(0..=1)to be used withSetTruetakes_valuesassertionsv4.5.29Compare Source
Fixes
ArgMatches::args_presentso not-present flags are considered not-present (matching the documentation)v4.5.28Compare Source
Features
unstable-markdownv4.5.27Compare Source
Documentation
v4.5.26Compare Source
Fixes
suggestionsfeaturev4.5.25Compare Source
Fixes
v4.5.24Compare Source
Fixes
ignore_errors(true)and when a suggestion is provided for an unknown argumentv4.5.23Compare Source
Fixes
allow_negative_numbers, allowEagainv4.5.22Compare Source
Fixes
v4.5.21Compare Source
Fixes
ignore_errors(true)v4.5.20Compare Source
Features
CommandExtv4.5.19Compare Source
Internal
v4.5.18Compare Source
Features
Arg::get_display_orderandCommand::get_display_orderv4.5.17Compare Source
Fixes
v4.5.16Compare Source
Fixes
derivefeature is missingv4.5.15Compare Source
Compatiblity
Arg::removechanged return typesFixes
Arg::removereturn the removed itemv4.5.14Compare Source
Features
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about itv4.5.13Compare Source
Fixes
#[flatten]ing an optional#[group(skip)]v4.5.12Compare Source
v4.5.11Compare Source
v4.5.10Compare Source
v4.5.9Compare Source
Fixes
v4.5.8Compare Source
Fixes
v4.5.7Compare Source
Fixes
num_argsv4.5.6Compare Source
Fixes
v4.5.5Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.4Compare Source
Fixes
v4.5.3Compare Source
Fixes
v4.5.2Compare Source
Fixes
ArgMatches::args_presentso not-present flags are considered not-present (matching the documentation)v4.5.1Compare Source
Internal
criterion-rs/criterion.rs (criterion)
v0.8.2Compare Source
Fixed
Other
v0.8.1Compare Source
Fixed
Other
v0.8.0Compare Source
BREAKING
Changed
Added
Throughput::ElementsAndBytesallows the text summary to report throughput in both units simultaneously.Fixed
Other
v0.7.0Compare Source
v0.6.0Compare Source
Changed
real_blackboxfeature no longer has any impact. Criterion always usesstd::hint::black_box()now.Users of
criterion::black_box()should switch tostd::hint::black_box().clapdependency unpinned.Fixed
Added
tokio::runtime::Handle, not only atokio::runtime::Runtimerust-itertools/itertools (itertools)
v0.14.0Compare Source
Breaking
cons_tuples(#988)Added
array_combinations(#991)k_smallest_relaxedand variants (#925)next_arrayandcollect_array(#560)DoubleEndedIteratorforFilterOk(#948)DoubleEndedIteratorforFilterMapOk(#950)Changed
Q: ?SizedinItertools::contains(#971)chain!(#943)into_group_map_bydocumentation (#1000)tree_reducedocumentation (#955)merge_join_by(#966)take_while_inclusive(#972)find_or_lastandfind_or_first(#984)tuple_combinations(#945)track_callerattr forasser_equal(#976)Notable Internal Changes
default_featuresinCargo.tomltodefault-features(#985)v0.13.0Compare Source
Breaking
DoubleEndedIteratorforConsTuples(#853)MultiProductfused and fixed on an empty iterator (#835, #834)iproduct!to return tuples for maxi one iterator too (#870)PutBack::put_backto return the old value (#880)repeat_call, Itertools::{foreach, step, map_results, fold_results}(#878)TakeWhileInclusive::new(#912)Added
Itertools::{smallest_by, smallest_by_key, largest, largest_by, largest_by_key}(#654, #885)Itertools::tail(#899)DoubleEndedIteratorforProcessResults(#910)DebugforFormatWith(#931)Itertools::get(#891)Changed
Itertools::group_by(renamedchunk_by) (#866, #879)unfold(usestd::iter::from_fninstead) (#871)GroupingMapBy(#873, #876)Fnbounds toFnMutindiff_with, Itertools::into_group_map_by(#886)Debug/Clonebounds forMapInto(#889)use_allocfeature (#887)Itertools::set_from(#888)README.md(#890)Cargo.toml(#894)Itertools::k_smalleston short unfused iterators (#900)Itertools::tree_fold1(renamedtree_reduce) (#895)GroupingMap::fold_first(renamedreduce) (#902)Itertools::k_smallest(0)to consume the iterator, optimizedItertools::k_smallest(1)(#909)Combinations::nth(#914)MergeBy::fold(#920)CombinationsWithReplacement::nth(#923)FlattenOk::{fold, rfold}(#927)Powerset::nth(#924)assert_equalfor iterators longer thani32::MAX(#932)must_usemessage of non-lazyKMergeByandTupleCombinations(#939)Notable Internal Changes
CONTRIBUTING.md(#767)rust-num/num-traits (num-traits)
v0.2.19Compare Source
Float::clamplimits values by minimum and maximumContributors: @cuviper, @michaelciraci
reem/rust-ordered-float (ordered-float)
v4.6.0Compare Source
What's Changed
libmfeature to enable theFloatandPowtraits inno_stdbuilds (#164).New Contributors
Full Changelog: reem/rust-ordered-float@v4.5.0...v4.6.0
v4.5.0Compare Source
What's Changed
Addand other binary ops for&OrderedFloatby @gechelberger in #162New Contributors
Full Changelog: reem/rust-ordered-float@v4.4.0...v4.5.0
v4.4.0Compare Source
What's Changed
NotNanisrepr(transparent). by @kpreid in #158Full Changelog: reem/rust-ordered-float@v4.3.0...v4.4.0
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: reem/rust-ordered-float@v4.2.2...v4.3.0
v4.2.2Compare Source
What's Changed
Debugimpls delegate directly to inner float by @Ten0 in #153New Contributors
Full Changelog: reem/rust-ordered-float@v4.2.1...v4.2.2
v4.2.1Compare Source
What's Changed
NotNan::cmp. by @mbrubeck in #151Full Changelog: reem/rust-ordered-float@v4.2.0...v4.2.1
plotly/plotly.rs (plotly)
v0.14.1Compare Source
Fixed
{x,y}gapparameter to heatmapsPlot::default()behave likePlot::new()v0.14.0Compare Source
Fixed
Changed
Added
plotly_staticasyncAPIv0.13.5Compare Source
Fixed
getrandomforranddependency and for this crateImageFormatfromplotly_staticintoplotlyv0.13.4Compare Source
Fixed
wasmsupportChanged
explorerv0.13.3Compare Source
Changed
v0.13.2Compare Source
Fixed
plotly_staticdocs.rs buildv0.13.1Compare Source
Fixed
v0.13.0Compare Source
Changed
wasmfeature flag and put everything behind target specific dependencies. Added.cargo/config.tomlfor configuration flags needed bygetrandomversion 0.3 onwasmtargets.--disable-gpuflag for MacOS--disable-gpuflag for Kaleido static-image generation for all targets.pubpubfor consistenccyAdded
plotly_staticpackage for static export of plots using WebDriver driven browsersFixed
v0.12.1Compare Source
Fixed
v0.12.0Compare Source
Changed
Fixed
build_htmlcrate.v0.11.0Compare Source
Changed
to_base64andto_svgusing Kaleidof64instead ofusizeplotly_embed_jsembed all JS scripts when enabled.Renamed
use_cdn_plotlytouse_cdn_js.Fixed
v0.10.0Compare Source
Added
plotly_embed_jsfeature to reduce binary sizes by not embeddingplotly.min.jsin the library unless explicitly enabled via the feature flag. Deprecatesuse_local_plotlyin favor of explicit opt-in via the feature flag and introduce methoduse_cdn_plotlyto allow users to use CDN version even behind theplotly_embed_jsfeature flag.Fixed
widthandoffsetusef64values.v0.9.1Compare Source
Added
/tmpis not possible, e.g., with in SNAP FirefoxaskamatorinjaFixed
xdg-openv0.9.0Compare Source
Added
LayoutScene.TitleandLegendGroupTitlestructs:newmethod now takes no arguments as per other structs, whilst a newwith_text()constructor is added for convenience. Where other structs contain aTitle(andLegendGroupTitle), users can now call thetitle()(andlegend_group_title()) method with anything thatimplsInto<Title>, viz.String,&String,&strandTitle.HeatMap's setters for correctly settingzmin,zmaxandzminindependent ofZinput type.heat_mapmodule public to exposeSmoothing enum.Axisscaleanchorsetter.DensityMapbox.Axis::matchesto take string arg.Mapbox::domain.askama/with-axumby addingwith-axumfeature.Tabletrace.proptest-rs/proptest (proptest)
v1.10.0Compare Source
v1.9.0Compare Source
v1.8.0Compare Source
v1.7.0Compare Source
v1.6.0Compare Source
v1.5.0Compare Source
rust-random/rand (rand)
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.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])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.