build(deps): bump the cargo-minor-patch group across 1 directory with 8 updates - #11
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the cargo-minor-patch group across 1 directory with 8 updates#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 8 updates Bumps the cargo-minor-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.47` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.101` | `1.0.107` | | [inventory](https://github.com/dtolnay/inventory) | `0.3.21` | `0.3.24` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.151` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.50.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | `0.1.91` | | [uuid](https://github.com/uuid-rs/uuid) | `1.18.1` | `1.24.0` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.118` | `1.0.119` | Updates `quote` from 1.0.41 to 1.0.47 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.41...1.0.47) Updates `proc-macro2` from 1.0.101 to 1.0.107 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.101...1.0.107) Updates `inventory` from 0.3.21 to 0.3.24 - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](dtolnay/inventory@0.3.21...0.3.24) Updates `serde_json` from 1.0.145 to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.151) Updates `tokio` from 1.47.1 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.50.0) Updates `async-trait` from 0.1.89 to 0.1.91 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.89...0.1.91) Updates `uuid` from 1.18.1 to 1.24.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.1...v1.24.0) Updates `trybuild` from 1.0.118 to 1.0.119 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.118...1.0.119) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: proc-macro2 dependency-version: 1.0.107 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: inventory dependency-version: 0.3.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: async-trait dependency-version: 0.1.91 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: uuid dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: trybuild dependency-version: 1.0.119 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/cargo/cargo-minor-patch-16e86ffdee
branch
September 1, 2026 01:58
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 cargo-minor-patch group with 8 updates in the / directory:
1.0.411.0.471.0.1011.0.1070.3.210.3.241.0.1451.0.1511.47.11.50.00.1.890.1.911.18.11.24.01.0.1181.0.119Updates
quotefrom 1.0.41 to 1.0.47Release notes
Sourced from quote's releases.
Commits
723dcb4Release 1.0.4786e2967Update documentation links to syn 3b56db87Update ui test suite to nightly-2026-07-14cba5d96Update actions/upload-artifact@v6 -> v7bc4caf2Release 1.0.46dc0e304Format with rustfmt712114cDrop arrow from syntax of quote_spanned_with_expanded_spanf93ab8aEliminate quote_spanned_with_expanded_span_as_expr macro1ff3951Eliminate __quote_spanned macro64e913aUnify quote_spanned definitionsUpdates
proc-macro2from 1.0.101 to 1.0.107Release notes
Sourced from proc-macro2's releases.
Commits
ed8a549Release 1.0.107d2550fbUpdate documentation links to syn 30bf387dResolve redundant_else pedantic clippy lint949d696Update actions/upload-artifact@v6 -> v7294a2bbUpdate actions/checkout@v6 -> v7cd46c1bLintclippy::from_iter_instead_of_collecthas been removedbb38d83Update afl fuzzer from 0.17 to 0.180f510dbUnpin CI miri toolchainb3c5fe3Pin CI miri to nightly-2026-02-117e2a990Raise required compiler to Rust 1.71Updates
inventoryfrom 0.3.21 to 0.3.24Release notes
Sourced from inventory's releases.
Commits
d11c279Release 0.3.243dc310fMerge pull request #89 from ekxide/vxworks-supportef28ab3Add support for VxWorks targetsf331dd9Release 0.3.234d8c719Move Option export next to UnsafeCell and AtomicBool0021748Remove type aliases from public API776eaa7Add comment on Loom type aliases219ba5aMerge pull request #88 from ekxide/use-type-alias-for-unsafecell-and-atomic-bool5177486Use type alias for UnsafeCell and AtomicBool to prevent clippy warnings for d...82a2778Raise minimum tested compiler to rust 1.85Updates
serde_jsonfrom 1.0.145 to 1.0.151Release notes
Sourced from serde_json's releases.
Commits
de85007Release 1.0.1513b2b3c5Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked0406d96Debug-assert well-formedness and no-whitespace in from_string_uncheckedcf16f75Add RawValue::from_string_unchecked827a315Update actions/upload-artifact@v6 -> v7cea36a5Update actions/checkout@v6 -> v7a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintUpdates
tokiofrom 1.47.1 to 1.50.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0273e45chore: prepare Tokio v1.50.0 (#7934)e3ee4e5chore: prepare tokio-macros v2.6.1 (#7943)8c980eaio: addwrite_all_vectoredtotokio-util(#7768)e35fd6dci: fix patch during clippy step (#7935)03fe44cruntime: fixevent_intervaldoc (#7932)d18e5dfio: fix race inMock::poll_write(#7882)f21f269runtime: fix race condition during the blocking pool shutdown (#7922)d81e8f0macros: remove (most) localusedeclarations intokio::select!(#7929)25e7f26rt: fix missing quotation in docs (#7925)e1a91efutil: fix typo in docs (#7926)Updates
async-traitfrom 0.1.89 to 0.1.91Release notes
Sourced from async-trait's releases.
Commits
d049ee0Release 0.1.917a0961fMerge pull request #301 from dtolnay/mutability740f86fIgnore mut_mut pedantic clippy lint in test4699cd3Fix mutability for by-reference receivers6dd3573Add regression test for issue 3002371797Release 0.1.90d03f075Merge pull request #299 from dtolnay/syn36cf42c1Update to syn 3b9daabaIgnore match_same_arms pedantic clippy lintaa706d1Update actions/upload-artifact@v6 -> v7Updates
uuidfrom 1.18.1 to 1.24.0Release notes
Sourced from uuid's releases.
... (truncated)
Commits
6a8aeabMerge pull request #896 from uuid-rs/cargo/v1.24.0e6db8ecprepare for 1.24.0 release606f236Merge pull request #892 from weifanglab/mainab848dbfeat(fmt): support encoding into MaybeUninit buffers5dc6b3dMerge pull request #895 from uuid-rs/cargo/v1.23.55a7dfe5prepare for 1.23.5 release9b4bfc8Merge pull request #894 from geeknoid/main5acc5a5perf: Optimize UUID hex parsing and formatting6fa1a1efeat(fmt): support encoding into MaybeUninit buffers1e5d867Merge pull request #891 from frostyplanet/docUpdates
trybuildfrom 1.0.118 to 1.0.119Release notes
Sourced from trybuild's releases.
Commits
a065cd4Release 1.0.1193fb2472Touch up PR 338fdb5a91Format with rustfmt11fa743Merge pull request #338 from ranger-ross/fix-new-build-dir-layouted84d28fix: Fixed feature detection in new Cargo build-dir layoutDependabot 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