build(deps): bump the all-deps group with 3 updates by dependabot[bot] · Pull Request #818 · rust-random/getrandom (original) (raw)
Bumps the all-deps group with 3 updates: anyhow, bumpalo and syn.
Updates anyhow from 1.0.101 to 1.0.102
Release notes
Sourced from anyhow's releases.
1.0.102
Commits
- 5c657b3 Release 1.0.102
- e737fb6 Merge pull request #442 from dtolnay/backtrace
- 7fe62b5 Further simply backtrace conditional compilation
- c8cb5ca Merge pull request #441 from dtolnay/backtrace
- de27df7 Delete CI use of --features=backtrace
- 9b67e5d Merge pull request #440 from dtolnay/backtrace
- efdb11a Simplify
std_backtraceconditional code - b8a9a70 Merge pull request #439 from dtolnay/backtrace
- a42fc2c Remove
feature = "backtrace"conditional code - 2a2a3ce Re-word backtrace feature comment
- Additional commits viewable in compare view
Updates bumpalo from 3.19.1 to 3.20.2
Changelog
Sourced from bumpalo's changelog.
3.20.2
Released 2026-02-19.
Fixed
- Restored
SendandSyncimplementations forBox<T>forT: ?Sizedtypes as well.
3.20.1
Released 2026-02-18.
Fixed
- Restored
SendandSyncimplementations forBox<T>whenT: SendandT: Syncrespectively.
3.20.0
Released 2026-02-18.
Added
- Added the
bumpalo::collections::Vec::pop_ifmethod.Fixed
- Fixed a bug in the
bumpalo::collections::String::retainmethod in the face of panics.- Made
bumpalo::collections::Box<T>covariant withT(just likestd::boxed::Box<T>).
Commits
- 1aad072 Bump to version 3.20.2 (#312)
- 2fb1d6a Add more tests for send and sync behavior, support unsized types (#311)
- 7c8d1f3 Bump to 3.20.1 (#310)
- e06b36b Restore Send and Sync for Box (#309)
- cb7f033 Bump to 3.20.0 (#307)
- d97d31c Make box covariant (#304)
- f9256f7 Pin quickcheck (#306)
- a006efb Fix String::retain panic safety yielding invalid UTF-8 (#302)
- 96ba386 Add pop_if() to Vec (#301)
- See full diff in compare view
Updates syn from 2.0.116 to 2.0.117
Release notes
Sourced from syn's releases.
2.0.117
- Fix parsing of
self::pattern in first function argument (#1970)
Commits
- 7bcb37c Release 2.0.117
- 9c6e7d3 Merge pull request #1970 from dtolnay/receiver
- 019a848 Fix self:: pattern in first function argument
- 23f54f3 Update test suite to nightly-2026-02-18
- b99b9a6 Unpin CI miri toolchain
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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