Bump the default group across 1 directory with 8 updates - #81
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the default group across 1 directory with 8 updates#81dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the default group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` | | [slotmap](https://github.com/orlp/slotmap) | `1.0.7` | `1.1.1` | | [nd-util](https://github.com/nathaniel-daniel/nd-util-rs) | ``e5f37ad`` | ``b3a1b96`` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.106` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.44` | | [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.114` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.114` | `1.0.115` | Updates `indexmap` from 2.12.1 to 2.13.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.1...2.13.0) Updates `slotmap` from 1.0.7 to 1.1.1 - [Changelog](https://github.com/orlp/slotmap/blob/master/RELEASES.md) - [Commits](orlp/slotmap@v1.0.7...v1.1.1) Updates `nd-util` from `e5f37ad` to `b3a1b96` - [Commits](nathaniel-daniel/nd-util-rs@e5f37ad...b3a1b96) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `proc-macro2` from 1.0.103 to 1.0.106 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.106) Updates `quote` from 1.0.42 to 1.0.44 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.44) Updates `syn` from 2.0.111 to 2.0.114 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.111...2.0.114) Updates `trybuild` from 1.0.114 to 1.0.115 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.114...1.0.115) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: slotmap dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: nd-util dependency-version: b3a1b96a58c160784b397c4e2535a04224654726 dependency-type: direct:production dependency-group: default - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: proc-macro2 dependency-version: 1.0.106 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: quote dependency-version: 1.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: syn dependency-version: 2.0.114 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: trybuild dependency-version: 1.0.115 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default ... 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 default group with 8 updates in the / directory:
2.12.12.13.01.0.71.1.1e5f37adb3a1b961.0.1451.0.1491.0.1031.0.1061.0.421.0.442.0.1112.0.1141.0.1141.0.115Updates
indexmapfrom 2.12.1 to 2.13.0Changelog
Sourced from indexmap's changelog.
Commits
a4aba99Merge pull request #431 from cuviper/release-2.13.0e345f3aRelease 2.13.0e6b677bMerge pull request #430 from cuviper/split_at_checked61c9d53AddSlice::split_at_checkedandsplit_at_mut_checked8b8d350Merge pull request #426 from cuviper/clone-intokv88efd0cimpl Clone for IntoKeysandIntoValues3b6d04bMerge pull request #425 from cuviper/inner-coreeb30eb1Move crate::map::core to crate::innerUpdates
slotmapfrom 1.0.7 to 1.1.1Changelog
Sourced from slotmap's changelog.
Commits
2d56154Version 1.1.1.682e94eAdd as(_mut)_slices.e0f1b25Version 1.1.0.62ad70fMore formatting/clippy.c5e1e3cDeprecate HopSlotMap.24d3fdaBump quickcheck to 1.0. (#88)53ba2b2Add detach/reattach to (Dense)SlotMap. (#143)c09e397Add UnwrapNever helper to remove some unsafe. (#116)2315a75Remove anextern cratethat isn't needed. (#109)efa5835Remove unused nightly flags.Updates
nd-utilfrome5f37adtob3a1b96Commits
b3a1b96Bump the default group across 1 directory with 2 updates (#77)af5b6b1Remove path extension functions (#76)Updates
serde_jsonfrom 1.0.145 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formatting8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146Updates
proc-macro2from 1.0.103 to 1.0.106Release notes
Sourced from proc-macro2's releases.
Commits
58ab776Release 1.0.1061e18a0bMerge pull request #530 from dtolnay/byterange7f5973bMake char count bidirectional08d1dd0Cache span end positions8c4135fRelease 1.0.1052825fb1Make same crates available during probe as in crate rootcc5819cMerge pull request #528 from dtolnay/nostde78151eDisable std prelude2fbddd4Delete html_root_url commentaa54fc3Patch rustc-literal-escaper std dependenciesUpdates
quotefrom 1.0.42 to 1.0.44Release notes
Sourced from quote's releases.
Commits
ad9fb40Release 1.0.446df23cdMerge pull request #323 from dtolnay/lifetimef784891Support raw lifetime508dbddAdd test of raw lifetime27cb8c9Update ui test suite to nightly-2026-01-21bdd36fcTouch up PR 321d62d6ecMerge pull request #321 from tamird/doc-alloc-format242c683doc: restore link toformat!635ee67Release 1.0.435f605a6Reorder module-level attributes in crate rootUpdates
synfrom 2.0.111 to 2.0.114Release notes
Sourced from syn's releases.
Commits
211e0dfRelease 2.0.11418cd645Touch up PR 19568c9f7e1Merge pull request #1956 from tamird/no-std-prepf8a7a33Disable std prelude888a207Delete html_root_url comment8cfa32aRelease 2.0.113d5e19ffDo PR 1953 also for LifetimeParam3fe4dc6Merge pull request #1953 from wyfo/fix/type-param-colon-no-bounds31508f3Fix TypeParam expecting identifier after colon1534d3aUpdate reqwest dev-dependency to 0.13Updates
trybuildfrom 1.0.114 to 1.0.115Release notes
Sourced from trybuild's releases.
Commits
44e2bc5Release 1.0.11517fd349Merge pull request #325 from davidhewitt/fixed-width2a265aeuse--diagnostic-widthrustflag to fix ui test output width64bc0e5Resolve map_unwrap_or pedantic clippy lint466e2c2Update actions/upload-artifact@v5 -> v6d3b5200Update actions/upload-artifact@v4 -> v5e237fc5Update to 2021 edition8c1519bUpdate actions/checkout@v5 -> v6Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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