-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the all-updates group across 1 directory with 20 updates #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/all-updates-828375fb4c
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…dates Bumps the all-updates group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rand](https://github.com/rust-random/rand) | `0.9.0` | `0.9.1` | | [rstest](https://github.com/la10736/rstest) | `0.24.0` | `0.25.0` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.1` | `0.3.2` | | [bitflags](https://github.com/bitflags/bitflags) | `2.8.0` | `2.9.0` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.20` | | [either](https://github.com/rayon-rs/either) | `1.13.0` | `1.15.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.169` | `0.2.172` | | [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.27` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.21.3` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.95` | | [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.40` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.19` | `1.0.20` | | [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.26` | | [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.101` | | [typenum](https://github.com/paholg/typenum) | `1.17.0` | `1.18.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.18` | Updates `rand` from 0.9.0 to 0.9.1 - [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.9.0...rand_core-0.9.1) Updates `rstest` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.24.0...v0.25.0) Updates `getrandom` from 0.3.1 to 0.3.2 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.1...v0.3.2) Updates `bitflags` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.8.0...2.9.0) Updates `bumpalo` from 3.16.0 to 3.17.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.16.0...3.17.0) Updates `cc` from 1.2.10 to 1.2.20 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.10...cc-v1.2.20) Updates `either` from 1.13.0 to 1.15.0 - [Commits](rayon-rs/either@1.13.0...1.15.0) Updates `libc` from 0.2.169 to 0.2.172 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.172/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.169...0.2.172) Updates `log` from 0.4.25 to 0.4.27 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.25...0.4.27) Updates `once_cell` from 1.20.2 to 1.21.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.21.3) Updates `proc-macro2` from 1.0.92 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.92...1.0.95) Updates `quote` from 1.0.37 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.37...1.0.40) Updates `rstest_macros` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.24.0...v0.25.0) Updates `rustversion` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.19...1.0.20) Updates `semver` from 1.0.24 to 1.0.26 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.24...1.0.26) Updates `syn` from 2.0.96 to 2.0.101 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.96...2.0.101) Updates `typenum` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.17.0...v1.18.0) Updates `unicode-ident` from 1.0.14 to 1.0.18 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.14...1.0.18) Updates `wasi` from 0.13.3+wasi-0.2.2 to 0.14.2+wasi-0.2.4 - [Commits](bytecodealliance/wasi-rs@0.13.3...0.14.2) Updates `wit-bindgen-rt` from 0.33.0 to 0.39.0 - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.33.0...v0.39.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: rstest dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: getrandom dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: bitflags dependency-version: 2.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: bumpalo dependency-version: 3.17.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: cc dependency-version: 1.2.20 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: either dependency-version: 1.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: libc dependency-version: 0.2.172 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: log dependency-version: 0.4.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: once_cell dependency-version: 1.21.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: quote dependency-version: 1.0.40 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: rstest_macros dependency-version: 0.25.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: rustversion dependency-version: 1.0.20 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: semver dependency-version: 1.0.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: syn dependency-version: 2.0.101 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: typenum dependency-version: 1.18.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: unicode-ident dependency-version: 1.0.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: wasi dependency-version: 0.14.2+wasi-0.2.4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: wit-bindgen-rt dependency-version: 0.39.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
ReviewersThe following users could not be added as reviewers: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Bumps the all-updates group with 17 updates in the / directory:
0.9.0
0.9.1
0.24.0
0.25.0
0.3.1
0.3.2
2.8.0
2.9.0
3.16.0
3.17.0
1.2.10
1.2.20
1.13.0
1.15.0
0.2.169
0.2.172
0.4.25
0.4.27
1.20.2
1.21.3
1.0.92
1.0.95
1.0.37
1.0.40
1.0.19
1.0.20
1.0.24
1.0.26
2.0.96
2.0.101
1.17.0
1.18.0
1.0.14
1.0.18
Updates
rand
from 0.9.0 to 0.9.1Changelog
Sourced from rand's changelog.
Commits
ec6d5c0
Prepare rand_core v0.9.1 (#1591)6a06056
rand_core: introduce an UnwrapMut wrapper (#1589)8929123
AddAlphabetic
distribution (#1587)06b1642
Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cd
rename extract to extract_lane (#1586)e0a70fd
Change to usearray::from_fn
inDistribution\<[T; N]> for StandardUniform
...0bc3f65
Move rand distr (#1577)2677c49
Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826
SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7
Fix some links (#1571)Updates
rstest
from 0.24.0 to 0.25.0Release notes
Sourced from rstest's releases.
Changelog
Sourced from rstest's changelog.
Commits
8d80cea
Prepare releaseeb1f228
Make clippy happyf570b06
Avoid concurrent manifest changes in integration tests8551eb8
feat: addinclude_str
andinclude_bytes
file input behavioure0b735e
Append generated test macro so next test macros are aware of it154d0b0
Prepare developUpdates
getrandom
from 0.3.1 to 0.3.2Changelog
Sourced from getrandom's changelog.
Commits
3a91722
Release v0.3.2 (#617)5b9e58d
build(deps): bump the all-deps group with 2 updates (#629)a13ad84
Add built-in support for*-linux-none
targets (#618)526aff1
Add cygwin support (#626)b160ef6
Use "raw-dylib" for non-win7 Windows Targets (#627)05c0c41
Update Cargo.lock (#625)3b16058
ci: fix Dependabot config (#624)e591030
ci: tweak Dependabot config (#623)2eb3584
ci: fix Dependabot config (#620)d3175f3
ci: replacelock_upd
job with Dependabot (#619)Updates
bitflags
from 2.8.0 to 2.9.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
e197bf5
Merge pull request #439 from KodrAus/cargo/2.9.08df6e80
prepare for 2.9.0 releasee92f0ae
Merge pull request #438 from KodrAus/fix/ui-tests226ff75
fix up UI tests2170a26
Merge pull request #437 from wysiwys/wysiwys/add-clear-method76dde58
add tests forclear()
trait methodce5d420
addclear()
method to trait9e45d36
Merge pull request #434 from bitflags/KodrAus-patch-1617645a
pin checkout action for miri job2c836f2
Merge pull request #433 from bitflags/ci/remove-scorecardUpdates
bumpalo
from 3.16.0 to 3.17.0Changelog
Sourced from bumpalo's changelog.
Commits
b3707e8
Bump to version 3.17.0 (#263)0713b5f
addtry_
functions for slices andstr
(#260)8392c63
docs: fix typo (#257)b594a77
Fixed stacked borrows violation indealloc
(fixes #247) (#248)231403a
Reduce rust-version to 1.71.1 (#252)25d5f32
Remove bogus executable filesystem permissions from Rust sources (#249)30f8491
Fix warning when testing without theallocator_api
cargo feature (#245)Updates
cc
from 1.2.10 to 1.2.20Release notes
Sourced from cc's releases.
... (truncated)
Changelog
Sourced from cc's changelog.
... (truncated)
Commits
1dd0989
chore: release v1.2.20 (#1462)828dd19
Regenerate target info (#1461)5da0787
Update rusqlite requirement from 0.34.0 to 0.35.0 (#1460)9fb0d0b
Fix parser.rs on latest rustc nightly (#1459)d7d29fc
chore: release v1.2.19 (#1458)0f8834d
Fix musl compilation: Add musl as a prefix fallback (#1455)5f55b01
chore: release v1.2.18 (#1451)e3aa653
Regenerate target info (#1450)41f7c2e
Usestd::thread::available_parallelism
for determining the default number o...654a6c6
Fix mips64-openwrt-linux-musl parsing (#1449)Updates
either
from 1.13.0 to 1.15.0Commits
59ae1fc
Merge pull request #120 from cuviper/release-1.15.07f4bf02
Release 1.15.056178e9
Merge pull request #119 from klkvr/klkvr/fix-no-std80b6f2a
fix last references of use_std2b71801
serde 1.0.958c1ea3e
use_std -> stdd743e25
fix: no-std with serde feature6e6dc26
Merge pull request #117 from cuviper/release-1.14.09376206
Release 1.14.04db2c30
Merge pull request #118 from cuviper/clippyUpdates
libc
from 0.2.169 to 0.2.172Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
a5eab58
Merge pull request #4410 from tgross35/release-libc481eca7
chore: release libc 0.2.172ce2edbb
Merge pull request #4399 from tgross35/backport-triagebot-branch-warn31b3200
Suggest stable-nominated in the PR template3bffe1d
Make triagebot warn on non-default branches03e6ffc
Merge pull request #4396 from tgross35/backport-serranof9a47ac
Define SO_BINDTOIFINDEX on Androida358dae
Add missing utmpx apis for linux musl1ff2f21
adding linux glibc ptrace_sud_config and related PTRACE_*ET_SYSCALL_USER_DISP...55c58c9
Add more redox sys/socket.h and sys/uio.h definitionsUpdates
log
from 0.4.25 to 0.4.27Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
35161d0
Merge pull request #674 from rust-lang/cargo/0.4.27cc131ef
prepare for 0.4.27 releaseea6f54d
Merge pull request #673 from rust-lang/feat/logger-by-refd229c73
fix unclosed code block02486e4
fill in more tests for logger argument71e034f
expand logger testsdfa067e
fix up kv passing39d4c3a
run fmt7aacc8f
pass global logger by value, supplied logger by refa438c6e
Merge pull request #664 from tisonkun/logger-fieldUpdates
once_cell
from 1.20.2 to 1.21.3Changelog
Sourced from once_cell's changelog.
Commits
29e3d93
Merge pull request #286 from briansmith/b/once-ref-drya206950
Prepare for 1.21.3 release.17d4a9b
DRYrace::OnceRef::{get_or_try_init, set}
.01b1d56
Merge pull request #285 from briansmith/b/once-ref-colda851cc4
Mark initialization ofOnceRef::get_or_try_init
cold.2447a93
Merge pull request #281 from briansmith/b/init-innerc294d64
Merge pull request #280 from briansmith/b/self5f0fdd4
Merge pull request #283 from briansmith/b/cast_mut899e319
Merge pull request #284 from briansmith/b/dry-get90da60b
Mark initialization ofOnceBox::get_or_try_init
cold.Updates
proc-macro2
from 1.0.92 to 1.0.95Release notes
Sourced from proc-macro2's releases.
Commits
24bbf16
Release 1.0.95835c5bd
Merge pull request #497 from dtolnay/nosourcefile7bc363c
Update semver-exempt API to nightly-2025-04-16b867aa7
Merge pull request #496 from PaulGrandperrin/masterc605e8e
Revert "Merge pull request #495 from dtolnay/fuzzlld"1993cd3
Merge pull request #495 from dtolnay/fuzzlldcfdb567
Link to honggfuzz-rs issueb09a5b0
Work around cargo-hfuzz nostart-stop-gc gold link failure7cb0f3c
Release 1.0.9423c425c
Raise minimum tested compiler to rust 1.67Updates
quote
from 1.0.37 to 1.0.40Release notes
Sourced from quote's releases.
Commits
ab1e92c
Release 1.0.403ff6882
Merge pull request 293 from aatifsyed/master7a143c7
fix: set span on tick5998437
refactor: push_lifetime* goes through an array instead of a manual iterator7d089f5
Release 1.0.39dd15f29
Ignore elidable_lifetime_names pedantic clippy lintb723616
Point standard library links to stableddbabd5
Convert html links to intra-doc linksfa46189
Unset doc-scrape-examples for lib target4d071e3
Resolve doc_overindented_list_items clippy lintUpdates
rstest_macros
from 0.24.0 to 0.25.0Release notes
Sourced from rstest_macros's releases.