chore(deps): bump the all-deps group with 7 updates#2287
Merged
Conversation
Bumps the all-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [rand](https://github.com/rust-random/rand) | `0.10.0` | `0.10.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.51.0` | `1.51.1` | | [rand_core](https://github.com/rust-random/rand_core) | `0.10.0` | `0.10.1` | | [toml](https://github.com/toml-rs/toml) | `0.9.12+spec-1.1.0` | `1.0.7+spec-1.1.0` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.4.0` | `2.4.1` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.13.1` | `2.14.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.184` | `0.2.185` | Updates `rand` from 0.10.0 to 0.10.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.10.0...0.10.1) Updates `tokio` from 1.51.0 to 1.51.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.51.1) Updates `rand_core` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.10.0...v0.10.1) Updates `toml` from 0.9.12+spec-1.1.0 to 1.0.7+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.0.7) Updates `fastrand` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.4.0...v2.4.1) Updates `indexmap` from 2.13.1 to 2.14.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.13.1...2.14.0) Updates `libc` from 0.2.184 to 0.2.185 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.185/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.184...0.2.185) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: rand_core dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: toml dependency-version: 1.0.7+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: fastrand dependency-version: 2.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: indexmap dependency-version: 2.14.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: libc dependency-version: 0.2.185 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-deps group with 7 updates:
0.10.00.10.11.51.01.51.10.10.00.10.10.9.12+spec-1.1.01.0.7+spec-1.1.02.4.02.4.12.13.12.14.00.2.1840.2.185Updates
randfrom 0.10.0 to 0.10.1Changelog
Sourced from rand's changelog.
Commits
27ff4cbPrepare v0.10.1: deprecate featurelog(#1763)98d0638make_rng: document panic and add #[track_caller] (#1761)54e5eaaFix doc error (#1758)1ce4c08Bump itoa from 1.0.17 to 1.0.18 in the all-deps group (#1756)ccb734bdocs: fix typo in doc comment (#1754)357eb7dBump libc from 0.2.182 to 0.2.183 in the all-deps group (#1753)5e77fe5Fix trait references in documentation (#1752)da89185Bump the all-deps group with 3 updates (#1751)50516ffBump the all-deps group with 2 updates (#1749)fd71de9Bump the all-deps group with 2 updates (#1747)Updates
tokiofrom 1.51.0 to 1.51.1Release notes
Sourced from tokio's releases.
Commits
98df02dchore: prepare Tokio v1.51.1 (#8023)3ea11e2sync: fix semaphore reopens after forget (#8021)c791213rt: do not leak fd when cancelling io_uring open operation (#7983)ad8c59anet: surface errors fromSO_ERRORonrecvfor UDP sockets on Linux (#8001)654d38bmetrics: fixworker_local_schedule_counttest (#8008)857ba80docs: improve contributing docs on how to specify crates dependency versions ...95b9342chore: remove path deps for tokio-macros 2.7.0 (#8007)Updates
rand_corefrom 0.10.0 to 0.10.1Release notes
Sourced from rand_core's releases.
Changelog
Sourced from rand_core's changelog.
Commits
5cd7df4Release v0.10.1 (#76)a2a15a9Fixrand::Rngreference (#75)Updates
tomlfrom 0.9.12+spec-1.1.0 to 1.0.7+spec-1.1.0Commits
9079072chore: Release06f2ba3docs: Update changelog7fc5ce1chore: Update to winnow 1.0.0 (#1121)bf5a157chore: Update to winnow 1.0.00aeb2dfchore(deps): Update Rust crate snapbox to v1 (#1112)9a34541chore(deps): Update Rust crate snapbox to v1a576caedocs(gh): Add sponsor linka09707echore: Release7b0feaadocs: Update changelog2902954Revert "fix(toml): Track dotted key for spans" (#1119)Updates
fastrandfrom 2.4.0 to 2.4.1Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
728a5b5Release 2.4.10c619f6Fix build failure with js featurea4077e2ci: Add missing js feature testUpdates
indexmapfrom 2.13.1 to 2.14.0Changelog
Sourced from indexmap's changelog.
Commits
bcd165bMerge pull request #439 from cuviper/release-2.14.04ef06a7Release 2.14.0d21826cMerge pull request #438 from cuviper/hashbrown-0.172566becUpgrade tohashbrown v0.174b62776Merge pull request #437 from cuviper/disjoint-panic478fba2Normalize the panic doc ofget_disjoint_mutfb6dafdMerge pull request #436 from cuviper/const-slice-mut5c237a2MakeSlice::{first,last,split_*}_mutmethodsconst48ff9ceMerge pull request #435 from cuviper/edition-2024648be98cargo fmtwith edition 2024Updates
libcfrom 0.2.184 to 0.2.185Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
71d5bfclibc: Release 0.2.1851027d1cRevert "ci: Pin nightly to 2026-04-01"0e9c6e5redox: Add semaphore functions24ef457feat: add back support for gnu windows x86 in ciaa75cafhorizon: Change POLL constants from c_short to c_intb7eda5ahexagon: add missing constants and fix types for linux-musld4613f9newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag valuesc89fd76Fix typo in Padding commentsb3264b2hexagon: decouple time64 types from musl symbol redirectsdb1ebeeci: Pin nightly to 2026-04-01Most Recent Ignore Conditions Applied to This Pull Request
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