chore(deps)(deps): bump the patch-minor group across 1 directory with 6 updates#795
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps)(deps): bump the patch-minor group across 1 directory with 6 updates#795dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
f082272 to
08332dd
Compare
… 6 updates Bumps the patch-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [opener](https://github.com/Seeker14491/opener) | `0.8.4` | `0.8.5` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.3` | | [whoami](https://github.com/ardaku/whoami) | `2.1.1` | `2.1.2` | | [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` | Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `opener` from 0.8.4 to 0.8.5 - [Changelog](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md) - [Commits](Seeker14491/opener@v0.8.4...v0.8.5) Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) Updates `uuid` from 1.23.1 to 1.23.3 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.1...v1.23.3) Updates `whoami` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/ardaku/whoami/releases) - [Commits](ardaku/whoami@v2.1.1...v2.1.2) Updates `syn` from 2.0.117 to 2.0.118 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.117...2.0.118) --- updated-dependencies: - dependency-name: opener dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: syn dependency-version: 2.0.118 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: uuid dependency-version: 1.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: whoami dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
08332dd to
0d680ce
Compare
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 patch-minor group with 6 updates in the / directory:
1.0.1491.0.1500.8.40.8.51.52.11.52.31.23.11.23.32.1.12.1.22.0.1172.0.118Updates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
openerfrom 0.8.4 to 0.8.5Changelog
Sourced from opener's changelog.
Commits
d69b0fdchore: Release6f420dbFix docs buildUpdates
tokiofrom 1.52.1 to 1.52.3Release notes
Sourced from tokio's releases.
Commits
d875691chore: prepare Tokio v1.52.3 (#8130)e1aebb0Merge 'tokio-1.51.3' into 'tokio-1.52.x' (#8129)fd63094chore: prepare Tokio v1.51.3 (#8127)8c600d0Merge 'tokio-1.47.5' into 'tokio-1.51.x' (#8123)11bfc13chore: prepare Tokio v1.47.5 (#8122)f085b62sync: notify receivers in mpscOwnedPermit::release()method (#8075)30d25ccsync: require that anRwLockhasmax_readers != 0(#8076)9fccf53sync: returnEmptyfromtry_recv()when mpsc is closed with outstanding p...ebf61b4sync: fix underflow in mpsc channellen()(#8062)4abe9d7chore: prepare Tokio v1.52.2 (#8115)Updates
uuidfrom 1.23.1 to 1.23.3Release notes
Sourced from uuid's releases.
Commits
20da78bMerge pull request #887 from uuid-rs/cargo/v1.23.362232caprepare for 1.23.3 release2320c6aMerge pull request #886 from uuid-rs/fix/parser-panics2d034d4fix some invalid indexers on error reportinga8b9f14update fuzz infra and run in CId119657Merge pull request #883 from uuid-rs/cargo/v1.23.20651cfcprepare for 1.23.2 releasee8dea0cMerge pull request #882 from uuid-rs/fix/error-msgsbdc429afix up serde messagesd4342e4make indexes 0 based and fix up more error messagesUpdates
whoamifrom 2.1.1 to 2.1.2Release notes
Sourced from whoami's releases.
Commits
ea912a3Prepare v2.1.2 (#238)e238822Fix compilation on wasm32-wasip2 (#233)768ed66Bump libc from 0.2.185 to 0.2.186 (#237)ec82983Bump libc from 0.2.184 to 0.2.185 (#236)ad61290Bump libredox from 0.1.15 to 0.1.16 (#235)d481f4eUpdate README.md153effdBump libc from 0.2.183 to 0.2.184 (#232)210fafcBump libredox from 0.1.14 to 0.1.15 (#231)2fe9658Bump libc from 0.2.182 to 0.2.183 (#230)8bf0092Bump libredox from 0.1.12 to 0.1.14 (#228)Updates
synfrom 2.0.117 to 2.0.118Release notes
Sourced from syn's releases.
Commits
f033ef1Release 2.0.11845f65f7Wrap long lint attributesb3f9bf8Mirror PR 1975 from readme to crate-level rustdoc97dc117Wrap PR 1975 to 80 columns0085b7aLintrepr_transparent_non_zst_fieldshas been removed9fc1c9dUpdate test suite to nightly-2026-06-12504bcc7Update test suite to nightly-2026-06-09353d20bUpdate test suite to nightly-2026-06-06f257a16Update test suite to nightly-2026-05-25b706e6eUpdate test suite to nightly-2026-05-13