forked from oppiliappan/statix
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the everything group across 1 directory with 18 updates #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+199
−153
Conversation
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
…ates Bumps the everything group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ariadne](https://github.com/zesterer/ariadne) | `0.1.3` | `0.6.0` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.18` | `0.4.20` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `1.7.0` | `2.12.1` | | [indoc](https://github.com/dtolnay/indoc) | `2.0.6` | `2.0.7` | | [insta](https://github.com/mitsuhiko/insta) | `1.43.2` | `1.45.0` | | [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.101` | `1.0.103` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.42` | | [rayon](https://github.com/rayon-rs/rayon) | `1.5.1` | `1.11.0` | | [rowan](https://github.com/rust-analyzer/rowan) | `0.15.17` | `0.16.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.130` | `1.0.228` | | [serde_json](https://github.com/serde-rs/json) | `1.0.68` | `1.0.147` | | [similar](https://github.com/mitsuhiko/similar) | `2.1.0` | `2.7.0` | | [strip-ansi-escapes](https://github.com/luser/strip-ansi-escapes) | `0.1.1` | `0.2.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.106` | `2.0.111` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.30` | `2.0.17` | | [toml](https://github.com/toml-rs/toml) | `0.5.8` | `0.9.10+spec-1.1.0` | Updates `ariadne` from 0.1.3 to 0.6.0 - [Changelog](https://github.com/zesterer/ariadne/blob/main/CHANGELOG.md) - [Commits](https://github.com/zesterer/ariadne/commits) Updates `ignore` from 0.4.18 to 0.4.20 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@ignore-0.4.18...ignore-0.4.20) Updates `indexmap` from 1.7.0 to 2.12.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.7.0...2.12.1) Updates `indoc` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@2.0.6...2.0.7) Updates `insta` from 1.43.2 to 1.45.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.43.2...1.45.0) Updates `lazy_static` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) Updates `proc-macro2` from 1.0.101 to 1.0.103 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.101...1.0.103) Updates `quote` from 1.0.40 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.42) Updates `rayon` from 1.5.1 to 1.11.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@v1.5.1...rayon-core-v1.11.0) Updates `rowan` from 0.15.17 to 0.16.1 - [Commits](https://github.com/rust-analyzer/rowan/commits/v0.16.1) Updates `serde` from 1.0.130 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.130...v1.0.228) Updates `serde_json` from 1.0.68 to 1.0.147 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.68...v1.0.147) Updates `similar` from 2.1.0 to 2.7.0 - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar@2.1.0...2.7.0) Updates `strip-ansi-escapes` from 0.1.1 to 0.2.1 - [Commits](https://github.com/luser/strip-ansi-escapes/commits) Updates `syn` from 2.0.106 to 2.0.111 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.106...2.0.111) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) Updates `thiserror` from 1.0.30 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.30...2.0.17) Updates `toml` from 0.5.8 to 0.9.10+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/commits/toml-v0.9.10) --- updated-dependencies: - dependency-name: ariadne dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: ignore dependency-version: 0.4.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: indexmap dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: everything - dependency-name: indoc dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: insta dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: lazy_static dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: proc-macro2 dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: rayon dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: rowan dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: serde_json dependency-version: 1.0.147 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: similar dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: strip-ansi-escapes dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: syn dependency-version: 2.0.111 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major dependency-group: everything - dependency-name: toml dependency-version: 0.9.10+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 everything group with 18 updates in the / directory:
0.1.30.6.00.4.180.4.201.7.02.12.12.0.62.0.71.43.21.45.01.4.01.5.01.0.1011.0.1031.0.401.0.421.5.11.11.00.15.170.16.11.0.1301.0.2281.0.681.0.1472.1.02.7.00.1.10.2.12.0.1062.0.1113.23.03.24.01.0.302.0.170.5.80.9.10+spec-1.1.0Updates
ariadnefrom 0.1.3 to 0.6.0Changelog
Sourced from ariadne's changelog.
... (truncated)
Commits
Updates
ignorefrom 0.4.18 to 0.4.20Commits
fe97c0aignore-0.4.20826f3faignore/api: add Clone and Debug impls for OverrideBuilderca60fefgrep-0.2.11a25307ddeps: update to grep-printer 0.1.7b80947agrep-printer-0.1.7ad793a0deps: update to grep-searcher 0.1.11120e55egrep-searcher-0.1.113941a77deps: update to grep-pcre2 0.1.696e130fgrep-pcre2-0.1.6180c4eadeps: update to grep-regex 0.1.11Updates
indexmapfrom 1.7.0 to 2.12.1Changelog
Sourced from indexmap's changelog.
... (truncated)
Commits
cfad758Merge pull request #424 from cuviper/bucketsa96b9c7Release 2.12.16245ee5Use the bucket API from hashbrown v0.16.10e68f8aMerge pull request #422 from cuviper/msrv-1.8261c9c94ci: only run full miri in the merge queuedb43f19Release 2.12.0b46a32aMove more to the lints table4849b16Make use of RFC2145 type privacy for sealed traitscfff4b7Use bounds in associated type positionc7178d7Usecore::error::ErrorUpdates
indocfrom 2.0.6 to 2.0.7Release notes
Sourced from indoc's releases.
Commits
8d78216Release 2.0.723472ffMerge pull request #67 from dtolnay/cstring8d05562Hide C-string tests from old toolchain versions7c92efbRecognize C-string literalsfe39de4Generalize Error constructors27e0151Add C-string tests57f6fbbSort tests170a079Raise minimum tested compiler to rust 1.762f6ef04Opt in to generate-macro-expansion when building on docs.rsce1bed4Update ui test suite to nightly-2025-09-12Updates
instafrom 1.43.2 to 1.45.0Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
681a026Release 1.45.0 (#847)ad233cdSkip non-insta snapshot files in unreferenced detection (#846)d8e8dfeCollect warnings from tests for display after run (#840)521812cSupport clippy::needless_raw_strings lint (#828)5822a95Add external diff tool support via INSTA_DIFF_TOOL (#844)e50388fAdd config file support for disable_nextest_doctest (#842)5aadfe4Up-to-date, backwards-compatible TOML (#834)dcbb11fPrepare release 1.44.3 (#838)3b9ec12Refine test name & description (#837)ee4e1eaHandle unparsable snapshot files gracefully (#836)Updates
lazy_staticfrom 1.4.0 to 1.5.0Commits
be7c1c4point readme version to 1.5.08971a27update readme build badge15691ecModernize lazy-static infra (#219)2660041Merge pull request #206 from TheBotlyNoob/master6ace970Merge pull request #216 from frewsxcv/patch-1a203105Update README.mdcfd89acUpdate README.mdfc8e466Update README.mda8afb21Update README.md41fa234Update README to indicate how to replace withstd::sync::OnceLockUpdates
proc-macro2from 1.0.101 to 1.0.103Release notes
Sourced from proc-macro2's releases.
Commits
d1bf13aRelease 1.0.10329e08c0Merge pull request #525 from dtolnay/literalvaluef9eec24Restore support for rustc older than 1.74cc983fcRestore support for rustc older than 1.79465f781Restore support for rustc older than 1.89ab5231cAdd string literal value tests4c039a8Add Literal methods from proc_macro_value feature885fde9Vendor rustc_literal_escaper v0.0.539b016aRelease 1.0.102c3870f1Add raw identifier Debug testUpdates
quotefrom 1.0.40 to 1.0.42Release notes
Sourced from quote's releases.
Commits
bb9e7a4Release 1.0.42683c1d6Merge pull request #311 from dtolnay/appended93e8eRevert PR 3051f2a959Merge pull request #310 from dtolnay/up37448aaRaise required compiler to Rust 1.6839ac89eResolve manual_let_else pedantic clippy lintf3eac36Raise required compiler to Rust 1.657b490c5Merge pull request #309 from dtolnay/append71dfa84Apply pattern from PR 306 to append_separated & append_terminateddf32af7Touch up PR 306Updates
rayonfrom 1.5.1 to 1.11.0Changelog
Sourced from rayon's changelog.
... (truncated)
Commits
6236214Merge #1031652f111Release rayon 1.7.0 and rayon-core 1.11.07df001dTweak plumbing consumer description322dfe8Merge #1026099241dMerge #1030a17bcb9Fix inappropriate use of slice::as_mut_ptr98077feBe more cautious about drain drops7069695Merge #1028874ff73Fix docs for the yieldNonecase onThreadPool58f7b7eBe careful comparingjob_ref.execute_fnUpdates
rowanfrom 0.15.17 to 0.16.1Commits
Updates
serdefrom 1.0.130 to 1.0.228Release notes
Sourced from serde's releases.
... (truncated)
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleUpdates
serde_jsonfrom 1.0.68 to 1.0.147Release notes
Sourced from serde_json's releases.
... (truncated)
Commits
62d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146bc6c827Merge pull request #1305 from Xeonacid/patch-1a09210aSet fast_arithmetic=64 for riscv6401182e5Update actions/upload-artifact@v5 -> v6383b13aUpdate actions/upload-artifact@v4 -> v504dd357Raise required compiler to Rust 1.68e047dfbResolve manual_let_else pedantic clippy lintUpdates
similarfrom 2.1.0 to 2.7.0Changelog
Sourced from similar's changelog.
Commits
28c146b2.7.03ec4464Added another changelog entry5077768Add wasm tests (#74)2b2881aAdded web-time changelog entry177ce9eAdd wasm32_web_time feature (#73)717757eAnother clippy fix157f015Make clippy happier (#72)7e15c442.6.0ae6750bAdded changelog entry5597dc4Bump bstr to 1.5.0 (#69)Updates
strip-ansi-escapesfrom 0.1.1 to 0.2.1Commits
Updates
synfrom 2.0.106 to 2.0.111Release notes
Sourced from syn's releases.
Commits
4e50867Release 2.0.111c57334bMerge pull request #1946 from dtolnay/unusedgroup6a43384Suppress unused variable warning on variables used in group macro7ff6c86Update actions/checkout@v5 -> v659ce6bbUpdate test suite to nightly-2025-11-203d91b8cUpdate test suite to nightly-2025-11-112d87fcaDelete version requirement from readme1c8cabeRelease 2.0.1108ef195bMerge pull request #1944 from dtolnay/metaarrow9ab4aefSupport parsing Meta followed by fat arrowUpdates
tempfilefrom 3.23.0 to 3.24.0Changelog
Sourced from tempfile's changelog.
Commits
1712764chore: release v3.24.0a8dc864feat: completely support WASIP2 on stable rust (#382)5a03572Exclude CI scripts from published package (#384)da894f1build(deps): bump actions/checkout from 5 to 6 (#383)Updates
thiserrorfrom 1.0.30 to 2.0.17Release notes
Sourced from thiserror's releases.
... (trunc...
Description has been truncated