Skip to content

Bump the cargo group across 1 directory with 2 updates#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-a0b8beb05a
Open

Bump the cargo group across 1 directory with 2 updates#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-a0b8beb05a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps the cargo group with 2 updates in the / directory: rand and failure.

Updates rand from 0.7.3 to 0.8.5

Changelog

Sourced from rand's changelog.

[0.8.5] - 2021-08-20

Fixes

  • Fix build on non-32/64-bit architectures (#1144)
  • Fix "min_const_gen" feature for no_std (#1173)
  • Check libc::pthread_atfork return value with panic on error (#1178)
  • More robust reseeding in case ReseedingRng is used from a fork handler (#1178)
  • Fix nightly: remove unused slice_partition_at_index feature (#1215)
  • Fix nightly + simd_support: update packed_simd (#1216)

Rngs

  • StdRng: Switch from HC128 to ChaCha12 on emscripten (#1142). We now use ChaCha12 on all platforms.

Documentation

  • Added docs about rand's use of const generics (#1150)
  • Better random chars example (#1157)

#1142: rust-random/rand#1142 #1144: rust-random/rand#1144 #1150: rust-random/rand#1150 #1157: rust-random/rand#1157 #1173: rust-random/rand#1173 #1178: rust-random/rand#1178 #1215: rust-random/rand#1215 #1216: rust-random/rand#1216

[0.8.4] - 2021-06-15

Additions

  • Use const-generics to support arrays of all sizes (#1104)
  • Implement Clone and Copy for Alphanumeric (#1126)
  • Add Distribution::map to derive a distribution using a closure (#1129)
  • Add Slice distribution (#1107)
  • Add DistString trait with impls for Standard and Alphanumeric (#1133)

Other

  • Reorder asserts in Uniform float distributions for easier debugging of non-finite arguments (#1094, #1108)
  • Add range overflow check in Uniform float distributions (#1108)
  • Deprecate rngs::adapter::ReadRng (#1130)

[0.8.3] - 2021-01-25

Fixes

  • Fix no-std + alloc build by gating choose_multiple_weighted on std (#1088)

[0.8.2] - 2021-01-12

Fixes

  • Fix panic in UniformInt::sample_single_inclusive and Rng::gen_range when providing a full integer range (eg 0..=MAX) (#1087)

... (truncated)

Commits
  • 937320c Update CHANGELOG for 0.8.5 (#1221)
  • 2924af6 Merge pull request #1183 from vks/fill-float-doc
  • dbbc1bf Merge pull request #1218 from Will-Low/master
  • 9f20df0 Making distributions comparable by deriving PartialEq. Tests included
  • a407bdf Merge pull request #1216 from rust-random/work5
  • d3ca11b Update to packed_simd_2 0.3.7
  • fa04c15 Merge pull request #1215 from Lantern-chat/master
  • 73f8ffd Remove unused slice_partition_at_index feature
  • 8f37250 Merge pull request #1208 from newpavlov/rand_distr/fix_no_std
  • 9ef737b update changelog
  • Additional commits viewable in compare view

Updates failure from 0.1.1 to 0.1.8

Changelog

Sourced from failure's changelog.

Version 0.1.6

  • Update syn, quote, and proc_macro2 dependencies to 1.0.
  • Bump MSRV to 1.31.0.

Version 0.1.5

  • Resolve a regression with error conversions (#290)
  • Added name() to Fail and Error

Version 0.1.4

  • Improved error reporting of the derive feature
  • Resolved a potential internal ambiguity when using the backtrace feature that prevented backtrace from improving an upstream API.
  • Changed the bounds on std error compat conversions through the From trait to take Sync and Send into account.

Version 0.1.3

  • Added Context::map
  • Fixed a memory leak for older rust versions on error downcast

Version 0.1.2

The original plan to release 1.0.0 was changed so that version 0.1.1 is released and a related RFC to fix the error trait is submitted. See README for details.

  • Fix failure_derive to work with Rust 2018.
  • Add #[fail(cause)] that works similarly with #[cause]. The new form is preferred.
  • Fix "backtrace" feature to work without "std" feature.
  • Add Compat::get_ref.
  • Add Fallible.
  • Deprecate Fail::causes and <dyn Fail>::causes in favor of newly added <dyn Fail>::iter_causes.
  • Deprecate Fail::root_cause and <dyn Fail>::root_cause in favor of newly added <dyn Fail>::find_root_cause.
  • Add <dyn Fail>::iter_chain.
  • Implement Box<Fail>: Fail.
  • Add Error::from_boxed_compat.
  • Deprecate Error::cause in favor of newly added Error::as_fail.
  • Deprecate Error::causes in favor of newly added Error::iter_chain.
  • Deprecate Error::root_cause in favor of newly added Error::find_root_cause.
  • Add Error::iter_causes.
  • Implement Error: AsRef<Fail>.
  • Fix Debug implementation of SyncFailure.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 2 updates in the / directory: [rand](https://github.com/rust-random/rand) and [failure](https://github.com/rust-lang-nursery/failure).


Updates `rand` from 0.7.3 to 0.8.5
- [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.7.3...0.8.5)

Updates `failure` from 0.1.1 to 0.1.8
- [Changelog](https://github.com/rust-lang-deprecated/failure/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-lang-nursery/failure/commits)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.8.5
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: failure
  dependency-version: 0.1.8
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

0 participants