Bump the nonbreaking group across 1 directory with 7 updates#1177
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the nonbreaking group across 1 directory with 7 updates#1177dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the nonbreaking group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [deterministic-wasi-ctx](https://github.com/Shopify/deterministic-wasi-ctx) | `4.0.0` | `4.0.1` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.26.0` | `3.27.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.23.0` | | [insta](https://github.com/mitsuhiko/insta) | `1.46.3` | `1.47.2` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.3.0` | `2.4.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | Updates `deterministic-wasi-ctx` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/Shopify/deterministic-wasi-ctx/releases) - [Commits](Shopify/deterministic-wasi-ctx@v4.0.0...v4.0.1) Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) Updates `uuid` from 1.21.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.23.0) Updates `insta` from 1.46.3 to 1.47.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.46.3...1.47.2) Updates `fastrand` from 2.3.0 to 2.4.0 - [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.3.0...v2.4.0) Updates `quote` from 1.0.44 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.45) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) --- updated-dependencies: - dependency-name: deterministic-wasi-ctx dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: fastrand dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 nonbreaking group with 7 updates in the / directory:
4.0.04.0.13.26.03.27.01.21.01.23.01.46.31.47.22.3.02.4.01.0.441.0.451.12.21.12.3Updates
deterministic-wasi-ctxfrom 4.0.0 to 4.0.1Release notes
Sourced from deterministic-wasi-ctx's releases.
Commits
77846a7Merge pull request #137 from Shopify/js.v4.0.1bb8cac4bump to v4.0.151214cdMerge pull request #136 from Shopify/js.wasmtime-43e9d5423Merge pull request #135 from Shopify/dependabot/github_actions/actions/cache-...ceeea5cbump wasmtime to v43a8b64f1Bump actions/cache from 5.0.3 to 5.0.4Updates
tempfilefrom 3.26.0 to 3.27.0Changelog
Sourced from tempfile's changelog.
Commits
5c8fa12chore: release 3.27.0e34e574test: disable uds conflict test on redox772c795test: add CWD guards2632fb9fix: resolve relative paths when constructingTempPathUpdates
uuidfrom 1.21.0 to 1.23.0Release notes
Sourced from uuid's releases.
Commits
00ab922Merge pull request #876 from uuid-rs/cargo/v1.23.0726ba45prepare for 1.23.0 release996dadeMerge pull request #875 from uuid-rs/fix/context-orderinge140479simplify a use stmt8ed9142reorganize and document more v7 context internalse09a322use LazyLock to synchronize v1/v6 context initialization0f260ccMerge pull request #874 from uuid-rs/chore/impl-cleanups1419e91clean up and refactor main lib testsceeaf4bensure we don't overflow on counters less than 1263bc8f5Merge pull request #873 from uuid-rs/fix/error-msgUpdates
instafrom 1.46.3 to 1.47.2Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
0ddf1e8Release 1.47.2 (#894)094b1cfRevert Arc→Rc change, restore Send + Sync on Settings (#893)65a5233Add regression test for sort_maps not sorting Vecs (#892)fdbfc15Revert sort_maps sequence sorting, release 1.47.1 (#891)46b6f2aRelease 1.47.0 (#889)aa12933Upgradeconsoleto 0.16, bump MSRV to 1.66 (#885)98c084cupgrade toml-edit to 0.25 (#882)4e889b0the test_glob test depends on both glob and json (#883)4d738e5Bump@tootallnate/onceand@vscode/test-electronin /vscode-insta (#881)09f2b8bImprove TOML serialization error message for unsupported types (#880)Updates
fastrandfrom 2.3.0 to 2.4.0Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
1fd5bbbRelease 2.4.0 (#116)074345bchore: make some documents clearer (#115)ce9a48cchore: update dependencies to latest versions and bump MSRV to 1.63 (#104)978dde1ci: Use reusable workflows for clippy8561f13bench: Add benchmark of f32()1def02cFix rustdoc::broken_intra_doc_links warningc2cbdd4Remove manual doc(cfg(..))cf08ee2ci: Use taiki-e/checkout-action action229de12ci: Use cargo-hack's --rust-version flag for msrv check8b2892dRe-add tests that were accidentally removed when resolving conflictsUpdates
quotefrom 1.0.44 to 1.0.45Release notes
Sourced from quote's releases.
Commits
842ffdeRelease 1.0.4593d691cMerge pull request #326 from dtolnay/arcd27d589ToTokens for Arc24d1082Update ui test suite to nightly-2026-02-1826b1276Unpin CI miri toolchainc5e1c9ePin CI miri to nightly-2026-02-1158e2155Remove compiler version support from readme1fc6b50Raise required compiler to Rust 1.71515480aUpdate ui test suite to nightly-2026-02-012c5e770Update ui test suite to nightly-2026-01-30Updates
regexfrom 1.12.2 to 1.12.3Changelog
Sourced from regex's changelog.
Commits
b028e4f1.12.35e195deregex-automata-0.4.14a3433f6regex-syntax-0.8.90c07faeregex-lite-0.1.96a81006cargo: exclude development scripts and fuzzing data4733e28automata: fixonepass::DFA::try_search_slotspanic when too many slots are ...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