Skip to content

chore(deps): update cargo non-major dependencies#7

Draft
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/renovate/cargo-non-major-dependencies
Draft

chore(deps): update cargo non-major dependencies#7
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/renovate/cargo-non-major-dependencies

Conversation

@dd-octo-sts
Copy link
Copy Markdown

@dd-octo-sts dd-octo-sts bot commented Mar 6, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.04.5.60
criterion (source) dev-dependencies minor 0.5.10.8.0
itertools dependencies minor 0.12.10.14.0
itertools dev-dependencies minor 0.12.10.14.0
num-traits dev-dependencies patch 0.2.180.2.19
ordered-float dev-dependencies minor 4.2.04.6.0
plotly dependencies minor 0.8.40.14.0
proptest (source) dev-dependencies minor 1.4.01.10.0
proptest-derive (source) dev-dependencies minor 0.4.00.8.0
rand (source) dependencies minor 0.8.50.10.0
rand (source) dev-dependencies minor 0.8.50.10.0
serde (source) dependencies patch 1.0.1961.0.228
serde_derive (source) dependencies patch 1.0.1961.0.228
serde_json dependencies patch 1.0.1131.0.149
statrs dependencies minor 0.16.00.18.0
statrs dev-dependencies minor 0.16.00.18.0
xxhash-rust dependencies patch 0.8.80.8.15

Release Notes

clap-rs/clap (clap)

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.5

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.4

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.3

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.2

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.1

Compare Source

Internal
  • Update dependencies
criterion-rs/criterion.rs (criterion)

v0.8.2

Compare Source

Fixed
  • don't build alloca on unsupported targets
Other
  • (deps) bump crate-ci/typos from 1.40.0 to 1.43.0
  • Fix panic with uniform iteration durations in benchmarks
  • Update Readme
  • Exclude development scripts from published package

v0.8.1

Compare Source

Fixed
  • Homepage link
Other
  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

v0.8.0

Compare Source

BREAKING
  • Drop async-std support
Changed
  • Bump MSRV to 1.86, stable to 1.91.1
Added
  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)
Fixed
  • Fix plotting NaN bug
Other
  • Remove Master API Docs links temporarily while we restore the docs publishing.

v0.7.0

Compare Source

  • Bump version of criterion-plot to align dependencies.

v0.6.0

Compare Source

Changed
  • MSRV bumped to 1.80
  • The real_blackbox feature no longer has any impact. Criterion always uses std::hint::black_box() now.
    Users of criterion::black_box() should switch to std::hint::black_box().
  • clap dependency unpinned.
Fixed
  • gnuplot version is now correctly detected when using certain Windows binaries/configurations that used to fail
Added
  • Async benchmarking with Tokio may be done via a tokio::runtime::Handle, not only a tokio::runtime::Runtime
rust-itertools/itertools (itertools)

v0.14.0

Compare Source

Breaking
  • Increased MSRV to 1.63.0 (#​960)
  • Removed generic parameter from cons_tuples (#​988)
Added
  • Added array_combinations (#​991)
  • Added k_smallest_relaxed and variants (#​925)
  • Added next_array and collect_array (#​560)
  • Implemented DoubleEndedIterator for FilterOk (#​948)
  • Implemented DoubleEndedIterator for FilterMapOk (#​950)
Changed
  • Allow Q: ?Sized in Itertools::contains (#​971)
  • Improved hygiene of chain! (#​943)
  • Improved into_group_map_by documentation (#​1000)
  • Improved tree_reduce documentation (#​955)
  • Improved discoverability of merge_join_by (#​966)
  • Improved discoverability of take_while_inclusive (#​972)
  • Improved documentation of find_or_last and find_or_first (#​984)
  • Prevented exponentially large type sizes in tuple_combinations (#​945)
  • Added track_caller attr for asser_equal (#​976)
Notable Internal Changes
  • Fixed clippy lints (#​956, #​987, #​1008)
  • Addressed warnings within doctests (#​964)
  • CI: Run most tests with miri (#​961)
  • CI: Speed up "cargo-semver-checks" action (#​938)
  • Changed an instance of default_features in Cargo.toml to default-features (#​985)

v0.13.0

Compare Source

Breaking
  • Removed implementation of DoubleEndedIterator for ConsTuples (#​853)
  • Made MultiProduct fused and fixed on an empty iterator (#​835, #​834)
  • Changed iproduct! to return tuples for maxi one iterator too (#​870)
  • Changed PutBack::put_back to return the old value (#​880)
  • Removed deprecated repeat_call, Itertools::{foreach, step, map_results, fold_results} (#​878)
  • Removed TakeWhileInclusive::new (#​912)
Added
  • Added Itertools::{smallest_by, smallest_by_key, largest, largest_by, largest_by_key} (#​654, #​885)
  • Added Itertools::tail (#​899)
  • Implemented DoubleEndedIterator for ProcessResults (#​910)
  • Implemented Debug for FormatWith (#​931)
  • Added Itertools::get (#​891)
Changed
  • Deprecated Itertools::group_by (renamed chunk_by) (#​866, #​879)
  • Deprecated unfold (use std::iter::from_fn instead) (#​871)
  • Optimized GroupingMapBy (#​873, #​876)
  • Relaxed Fn bounds to FnMut in diff_with, Itertools::into_group_map_by (#​886)
  • Relaxed Debug/Clone bounds for MapInto (#​889)
  • Documented the use_alloc feature (#​887)
  • Optimized Itertools::set_from (#​888)
  • Removed badges in README.md (#​890)
  • Added "no-std" categories in Cargo.toml (#​894)
  • Fixed Itertools::k_smallest on short unfused iterators (#​900)
  • Deprecated Itertools::tree_fold1 (renamed tree_reduce) (#​895)
  • Deprecated GroupingMap::fold_first (renamed reduce) (#​902)
  • Fixed Itertools::k_smallest(0) to consume the iterator, optimized Itertools::k_smallest(1) (#​909)
  • Specialized Combinations::nth (#​914)
  • Specialized MergeBy::fold (#​920)
  • Specialized CombinationsWithReplacement::nth (#​923)
  • Specialized FlattenOk::{fold, rfold} (#​927)
  • Specialized Powerset::nth (#​924)
  • Documentation fixes (#​882, #​936)
  • Fixed assert_equal for iterators longer than i32::MAX (#​932)
  • Updated the must_use message of non-lazy KMergeBy and TupleCombinations (#​939)
Notable Internal Changes
  • Tested iterator laziness (#​792)
  • Created CONTRIBUTING.md (#​767)
rust-num/num-traits (num-traits)

v0.2.19

Compare Source

Contributors: @​cuviper, @​michaelciraci

reem/rust-ordered-float (ordered-float)

v4.6.0

Compare Source

What's Changed

  • Add an optional libm feature to enable the Float and Pow traits in no_std builds (#​164).

New Contributors

Full Changelog: reem/rust-ordered-float@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: reem/rust-ordered-float@v4.4.0...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: reem/rust-ordered-float@v4.3.0...v4.4.0

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: reem/rust-ordered-float@v4.2.2...v4.3.0

v4.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: reem/rust-ordered-float@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: reem/rust-ordered-float@v4.2.0...v4.2.1

plotly/plotly.rs (plotly)

v0.14.1

Compare Source

Fixed
  • [#​387] Fix HeatMap hovertext/text dimensions
  • [#​385] Add {x,y}gap parameter to heatmaps
  • [#​381] Make Plot::default() behave like Plot::new()

v0.14.0

Compare Source

Fixed
Changed
  • [#​359] Expand plotly_derive to support ergonomic 1D and 2D color arrays setters
Added
  • [#​350] Add plotly_static async API
  • [#​355] Add LayoutPolar layout
  • [#​356] Add downsample example based on minmax-lttb layout

v0.13.5

Compare Source

Fixed
  • [#​346] Remove usage of getrandom for rand dependency and for this crate
  • [#​345] Re-export ImageFormat from plotly_static into plotly

v0.13.4

Compare Source

Fixed
  • [#​341] Fix documentation related to wasm support
Changed
  • [#​339] Replace default Windows app with explorer

v0.13.3

Compare Source

Changed
  • [#​335] Add minimal animation support

v0.13.2

Compare Source

Fixed
  • [#​336] Fix plotly_static docs.rs build
  • [#​327] Fix book broken link

v0.13.1

Compare Source

Fixed

v0.13.0

Compare Source

Changed
  • [#​277] Removed wasm feature flag and put everything behind target specific dependencies. Added .cargo/config.toml for configuration flags needed by getrandom version 0.3 on wasm targets.
  • [#​281] Update to askama 0.13.0
  • [#​287] Added functionality for callbacks (using wasm)
  • [#​289] Fixes Kaleido static export for MacOS targets by removing --disable-gpu flag for MacOS
  • [#​291] Remove --disable-gpu flag for Kaleido static-image generation for all targets.
  • [#​299] Added customdata field to HeatMap
  • [#​303] Split layout mod.rs into modules
  • [#​304] Refactored examples to allow for generation of full html files
  • [#​320] Make offline_js_sources function pub
  • [#​321] Make 'online_cdn_js' function also pub for consistenccy
Added
  • [#​311] Add extra themes
  • [#​312] Add rangebreak to axis
  • [#​313] Add example of subplots with multiple traces
  • [#​314] Add axis range bounds support
  • [#​317] Show rangebreak usage with ints
  • [#​318] Add slider support
  • [#​319] Introduce plotly_static package for static export of plots using WebDriver driven browsers
Fixed
  • [#​284] Allow plotly package to be compiled for android
  • [#​298] Added support for layout axis scaleratio
  • [#​301] Added ScatterGeo trace and LayoutGeo support

v0.12.1

Compare Source

Fixed
  • [#​269] Fix publishing to crates.io issue

v0.12.0

Compare Source

Changed
  • [#​256] Bump Cargo.toml edition to 2021
  • [#​261] Updated code of conduct
Fixed
  • [#​265] Add Pie Chart trace
  • [#​264] Derive Deserialize on NamedColor, Rgb and Rgba
  • [#​216] Opt out of downloading Kaleido binaries and allow users to set Kaleido path via environment variable
  • [#​259] Mesh3d::new() has wrong signature
  • [#​175] Put multiple subplots in the same html - added an example using build_html crate.
  • [#​228] Redraw function seems to be broken - added example on generating responsive plots.

v0.11.0

Compare Source

Changed
  • [#​251] Expose image data as String with to_base64 and to_svg using Kaleido
  • [#​245] Change Contours size to be f64 instead of usize
  • [#​243] Made plotly_embed_js embed all JS scripts when enabled.
    Renamed use_cdn_plotly to use_cdn_js.
Fixed
  • [#​248] Book recipes do not render graphs
  • [#​247] Add function to export image (with Kaleido) as a b64 string
  • [#​246] Expose pattern fill api for histograms and bar charts
  • [#​244] Fix swapped x and y in the examples.
  • [#​242] Disable request for tex-svg.js file
  • [#​237] Add Categorical Axis ordering.

v0.10.0

Compare Source

Added
  • [#​231] Added new plotly_embed_js feature to reduce binary sizes by not embedding plotly.min.js in the library unless explicitly enabled via the feature flag. Deprecates use_local_plotly in favor of explicit opt-in via the feature flag and introduce method use_cdn_plotly to allow users to use CDN version even behind the plotly_embed_js feature flag.
Fixed
  • [#​230] Make Bar chart width and offset use f64 values.

v0.9.1

Compare Source

Added
  • [#​217] Added show_html(filename) method to bypass situations where accessing default /tmp is not possible, e.g., with in SNAP Firefox
  • [#​227] Switch from HTML template render from askama to rinja
Fixed
  • [#​232] Generalize OS detection in the context of opening HTML pages with default app via xdg-open
  • [#​233] Fix mdBook code examples

v0.9.0

Compare Source

Added
  • [#​153] Added LayoutScene.
  • [#​154] Improve ergonomics of Title and LegendGroupTitle structs: new method now takes no arguments as per other structs, whilst a new with_text() constructor is added for convenience. Where other structs contain a Title (and LegendGroupTitle), users can now call the title() (and legend_group_title()) method with anything that impls Into<Title>, viz. String, &String, &str and Title.
  • [#​157] Fix HeatMap's setters for correctly setting zmin, zmax and zmin independent of Z input type.
  • [#​159] Make heat_map module public to expose Smoothing enum.
  • [#​161] Added Axis scaleanchor setter.
  • [#​163] Added DensityMapbox.
  • [#​166] Added subplot example with multiple titles.
  • [#​178] Fix setter for Axis::matches to take string arg.
  • [#​180] Add setter for Mapbox::domain.
  • [#​181] Fix compilation error when mixing the crate with askama/with-axum by adding with-axum feature.
  • [#​207] Add Table trace.
  • [#​212] Update LICENSE
proptest-rs/proptest (proptest)

v1.10.0

Compare Source

v1.9.0

Compare Source

v1.8.0

Compare Source

v1.7.0

Compare Source

v1.6.0

Compare Source

v1.5.0

Compare Source

rust-random/rand (rand)

v0.10.0

Compare Source

Changes
  • The dependency on rand_chacha has been replaced with a dependency on chacha20. This changes the implementation behind StdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in chacha20 instead of rand_chacha (#​1642).
  • Rename fns IndexedRandom::choose_multiple -> sample, choose_multiple_array -> sample_array, choose_multiple_weighted -> sample_weighted, struct SliceChooseIter -> IndexedSamples and fns IteratorRandom::choose_multiple -> sample, choose_multiple_fill -> sample_fill (#​1632)
  • Use Edition 2024 and MSRV 1.85 (#​1653)
  • Let Fill be implemented for element types, not sliceable types (#​1652)
  • Fix OsError::raw_os_error on UEFI targets by returning Option<usize> (#​1665)
  • Replace fn TryRngCore::read_adapter(..) -> RngReadAdapter with simpler struct RngReader (#​1669)
  • Remove fns SeedableRng::from_os_rng, try_from_os_rng (#​1674)
  • Remove Clone support for StdRng, ReseedingRng (#​1677)
  • Use postcard instead of bincode to test the serde feature (#​1693)
  • Avoid excessive allocation in IteratorRandom::sample when amount is much larger than iterator size (#​1695)
  • Rename os_rng -> sys_rng, OsRng -> SysRng, OsError -> SysError (#​1697)
  • Rename Rng -> RngExt as upstream rand_core has renamed RngCore -> Rng (#​1717)
Additions
  • Add fns IndexedRandom::choose_iter, choose_weighted_iter (#​1632)
  • Pub export Xoshiro128PlusPlus, Xoshiro256PlusPlus prngs (#​1649)
  • Pub export ChaCha8Rng, ChaCha12Rng, ChaCha20Rng behind chacha feature (#​1659)
  • Fn rand::make_rng() -> R where R: SeedableRng (#​1734)
Removals

v0.9.2

Compare Source

Deprecated
  • Deprecate rand::rngs::mock module and StepRng generator ([#​1634])
Additions
  • Enable WeightedIndex<usize> (de)serialization ([#​1646])

v0.9.1

Compare Source

Security and unsafe
  • Revise "not a crypto library" policy again (#​1565)
  • Remove zerocopy dependency from rand (#​1579)
Fixes
  • Fix feature simd_support for recent nightly rust (#​1586)
Changes
  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#​1623), reverting an undocumented change ([#​1382]) to the previous release.
Additions
  • Add rand::distr::Alphabetic distribution. (#​1587)
  • Re-export rand_core (#​1604)

v0.9.0

Compare Source

Security and unsafe
  • Policy: "rand is not a crypto library" ([#​1514])
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. ([#​1379])
  • Use zerocopy to replace some unsafe code ([#​1349], [#​1393], [#​1446], [#​1502])
Dependencies
  • Bump the MSRV to 1.63.0 ([#​1207], [#​1246], [#​1269], [#​1341], [#​1416], [#​1536]); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 ([#​1558])
Features
  • Support std feature without getrandom or rand_chacha ([#​1354])
  • Enable feature small_rng by default ([#​1455])
  • Remove implicit feature rand_chacha; use std_rng instead. ([#​1473])
  • Rename feature serde1 to serde ([#​1477])
  • Rename feature getrandom to os_rng ([#​1537])
  • Add feature thread_rng ([#​1547])
API changes: rand_core traits
  • Add fn RngCore::read_adapter implementing std::io::Read ([#​1267])
  • Add trait CryptoBlockRng: BlockRngCore; make trait CryptoRng: RngCore ([#​1273])
  • Add traits TryRngCore, TryCryptoRng ([#​1424], [#​1499])
  • Rename fn SeedableRng::from_rng -> try_from_rng and add infallible variant fn from_rng ([#​1424])
  • Rename fn SeedableRng::from_entropy -> from_os_rng and add fallible variant fn try_from_os_rng ([#​1424])
  • Add bounds Clone and AsRef to associated type SeedableRng::Seed ([#​1491])
API changes: Rng trait and top-level fns
  • Rename fn rand::thread_rng() to rand::rng() and remove from the prelude ([#​1506])
  • Remove fn rand::random() from the prelude ([#​1506])
  • Add top-level fns random_iter, random_range, random_bool, random_ratio, fill ([#​1488])
  • Re-introduce fn Rng::gen_iter as random_iter ([#​1305], [#​1500])
  • Rename fn Rng::gen to random to avoid conflict with the new gen keyword in Rust 2024 ([#​1438])
  • Rename fns Rng::gen_range to random_range, gen_bool to random_bool, gen_ratio to random_ratio ([#​1505])
  • Annotate pan

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@dd-octo-sts
Copy link
Copy Markdown
Author

dd-octo-sts bot commented Mar 6, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package itertools@0.12.1 --precise 0.14.0
error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.

File name: benchmarks/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path benchmarks/Cargo.toml --package clap@4.5.0 --precise 4.5.60
error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants