Skip to content

Bump rand from 0.10.0 to 0.10.3 - #1

Merged
ludfjig merged 1 commit into
mainfrom
dependabot/cargo/cargo-40d972a74b
Sep 24, 2026
Merged

ludfjig merged 1 commit into
mainfrom
dependabot/cargo/cargo-40d972a74b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026 •

Copy link
Copy Markdown
Contributor

Bumps rand from 0.10.0 to 0.10.3.

Changelog

Sourced from rand's changelog.

[0.10.3] — 2026-09-20

Fixes

  • Fix WeightedIndex panic when the sum of float weights is infinite; return Error::Overflow instead (#1808)
  • Fix spurious Error::NonFinite from Uniform::new_inclusive on large finite float ranges such as 0.0..=f64::MAX (#1821)
  • Fix possible panic due to sampling a deserialized Uniform<char> (#1831)

Changes

  • Report exact remaining lengths from WeightedIndex::weights() and reduce overhead when reading weights (#1838)

#1808: rust-random/rand#1808 #1821: rust-random/rand#1821 #1831: rust-random/rand#1831 #1838: rust-random/rand#1838

[0.10.2] — 2026-07-02

Fixes

  • Fix possible memory safety violation due to deserialization of UniformChar from bad source (#1790)

Changes

  • Document required output order of fn partial_shuffle and apply #[must_use] (#1769)
  • Avoid usage of unsafe in contexts where non-local memory corruption could invalidate contract (#1791)

#1769: rust-random/rand#1769 #1790: rust-random/rand#1790 #1791: rust-random/rand#1791

[0.10.1] — 2026-02-11

This release includes a fix for a soundness bug; see #1763.

Changes

  • Document panic behavior of make_rng and add #[track_caller] (#1761)
  • Deprecate feature log (#1763)

#1761: rust-random/rand#1761 #1763: rust-random/rand#1763

Commits
  • 9e7d328 Prepare rand 0.10.3 (#1840)
  • f73ce74 Optimize WeightedIndex weight lookup and iteration (#1838)
  • ef9e044 Avoid panic from deserialized Uniform\<char> where range == 0 (#1831)
  • c994eb1 docs: fix angle unit in quick start example (#1839)
  • 33dea4f Test that WeightedIndex rejects INFINITY with Error::Overflow (#1822)
  • 94c9078 Fix Uniform::new_inclusive overflow on large finite float ranges (#1821)
  • bb1262f Use Xoshiro256PlusPlus in examples/rayon-monte-carlo.rs (#1805)
  • 521fab6 Stop pinning dependencies (#1820)
  • 3f7c433 Stop pinning dependencies
  • cf4f73e sample_efraimidis_spirakis: error on more than amount non-finite weights (#1814)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 15, 2026
@ludfjig

ludfjig commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-40d972a74b branch 2 times, most recently from df07518 to ac94d05 Compare September 18, 2026 21:57
@dependabot dependabot Bot changed the title Bump rand from 0.10.0 to 0.10.2 in the cargo group across 1 directory Bump rand from 0.10.0 to 0.10.3 Sep 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-40d972a74b branch from ac94d05 to 80b2c5e Compare September 23, 2026 23:54
@ludfjig

ludfjig commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@ludfjig

ludfjig commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@ludfjig

ludfjig commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ludfjig

ludfjig commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.3.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.10.0...0.10.3)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.10.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-40d972a74b branch from d305fe0 to 862f824 Compare September 24, 2026 22:16
@ludfjig
ludfjig merged commit 42e73af into main Sep 24, 2026
18 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-40d972a74b branch September 24, 2026 22:50

This branch was successfully deployed

1 active deployment
github-pages — 862f8248 Deployed Sep 24, 2026 by dependabot[bot] via deploy #315
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarks: skip dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant