Skip to content
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

Bump the dependencies group with 15 updates #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the dependencies group with 15 updates:

Package From To
anyhow 1.0.96 1.0.97
inventory 0.3.19 0.3.20
prettyplease 0.2.29 0.2.30
proc-macro2 1.0.93 1.0.94
quote 1.0.38 1.0.39
serde 1.0.218 1.0.219
syn 2.0.98 2.0.100
either 1.14.0 1.15.0
indoc 2.0.5 2.0.6
pin-project 1.1.9 1.1.10
pin-project-internal 1.1.9 1.1.10
rustversion 1.0.19 1.0.20
serde_derive 1.0.218 1.0.219
unicode-ident 1.0.17 1.0.18
unindent 0.2.3 0.2.4

Updates anyhow from 1.0.96 to 1.0.97

Release notes

Sourced from anyhow's releases.

1.0.97

  • Documentation improvements
Commits

Updates inventory from 0.3.19 to 0.3.20

Release notes

Sourced from inventory's releases.

0.3.20

  • Documentation improvements
Commits

Updates prettyplease from 0.2.29 to 0.2.30

Release notes

Sourced from prettyplease's releases.

0.2.30

  • Documentation improvements
Commits

Updates proc-macro2 from 1.0.93 to 1.0.94

Release notes

Sourced from proc-macro2's releases.

1.0.94

  • Documentation improvements
Commits
  • 7cb0f3c Release 1.0.94
  • 23c425c Raise minimum tested compiler to rust 1.67
  • cbffe0c Ignore elidable_lifetime_names pedantic clippy lint
  • a12fe8b Point standard library links to stable
  • 36920b1 Combine rustdoc semver exempt cfg into one argument
  • 3a9bc71 Convert html links to intra-doc links
  • c7d999c Unset doc-scrape-examples for lib target
  • 020a8ae Resolve unnecessary_semicolon pedantic clippy lint
  • 0a77455 Ignore WebAssembly linker warning
  • ffc417a More precise gitignore patterns
  • Additional commits viewable in compare view

Updates quote from 1.0.38 to 1.0.39

Release notes

Sourced from quote's releases.

1.0.39

  • Documentation improvements
Commits
  • 7d089f5 Release 1.0.39
  • dd15f29 Ignore elidable_lifetime_names pedantic clippy lint
  • b723616 Point standard library links to stable
  • ddbabd5 Convert html links to intra-doc links
  • fa46189 Unset doc-scrape-examples for lib target
  • 4d071e3 Resolve doc_overindented_list_items clippy lint
  • 908ddbd More precise gitignore patterns
  • See full diff in compare view

Updates serde from 1.0.218 to 1.0.219

Release notes

Sourced from serde's releases.

v1.0.219

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @​davidzeng0)
Commits
  • 49d098d Release 1.0.219
  • 40f1d19 Wrap dummy.rs to 80 columns
  • 514848b Merge pull request #2906 from davidzeng0/master
  • 168b6cf fix clippy absolute paths warning
  • a8bdd17 Remove unused Punctuated import
  • 1c96013 Resolve mem_replace_with_default clippy lint
  • f0d1ae0 Ignore elidable_lifetime_names pedantic clippy lint
  • e3eaa6a Merge pull request #2896 from dtolnay/stabledoc
  • 6a630cf Also link to stable proc_macro
  • See full diff in compare view

Updates syn from 2.0.98 to 2.0.100

Release notes

Sourced from syn's releases.

2.0.100

  • Add Visit::visit_token_stream, VisitMut::visit_token_stream_mut, Fold::fold_token_stream for processing TokenStream during syntax tree traversals (#1852)

2.0.99

  • Documentation improvements
Commits
  • 5357c8f Release 2.0.100
  • 78a1efb Merge pull request #1852 from dtolnay/tokenstream
  • 01a9e6d Visit TokenStream in generated syntax tree traversals
  • 22bd069 Bypass instantiating Span-specific visit functions
  • bf0a11d Generalize proc_macro2 path to other terminal types
  • c38857a Simplify reference-to-references
  • 90381ea Sort TERMINAL_TYPES alphabetically
  • 6a860b0 Update test suite to nightly-2025-03-08
  • aed58d1 Update test suite to nightly-2025-03-05
  • 4552057 Release 2.0.99
  • Additional commits viewable in compare view

Updates either from 1.14.0 to 1.15.0

Commits

Updates indoc from 2.0.5 to 2.0.6

Release notes

Sourced from indoc's releases.

2.0.6

  • Documentation improvements
Commits
  • f5934e4 Release 2.0.6
  • 382de61 Point standard library links to stable
  • aed1b60 Unset doc-scrape-examples for lib target
  • 3840e47 More precise gitignore patterns
  • 8304a10 Prevent upload-artifact step from causing CI failure
  • eac624b Work around needless_raw_string_hashes pedantic clippy lint in test
  • 64949e1 Resolve needless_lifetimes clippy lint
  • 0d37b42 Ignore needless_lifetimes clippy lint
  • 78289e3 Upload CI Cargo.lock for reproducing failures
  • 9ee9ca9 Fill in ignore reasons in all #[ignore] attributes
  • Additional commits viewable in compare view

Updates pin-project from 1.1.9 to 1.1.10

Release notes

Sourced from pin-project's releases.

1.1.10

  • Suppress clippy::elidable_lifetime_names lint in generated code.
Changelog

Sourced from pin-project's changelog.

[1.1.10] - 2025-03-03

  • Suppress clippy::elidable_lifetime_names lint in generated code.
Commits
  • b0757d1 Release 1.1.10
  • 12dfb3c Suppress clippy::elidable_lifetime_names lint in generated code
  • 2714ef5 Tweak error message
  • 2454aed tools: Update scripts
  • 29dac8c Revert "Temporarily disable broken clippy::pedantic lint group"
  • ee0cd59 Temporarily disable broken clippy::pedantic lint group
  • aa6dbe2 rustfmt: set style_edition = "2024"
  • f49dc13 tools: Update tidy.sh
  • 27ee733 tests: Update ui test output to nightly-2025-02-16
  • 7a435d3 tests: Update lint test
  • Additional commits viewable in compare view

Updates pin-project-internal from 1.1.9 to 1.1.10

Release notes

Sourced from pin-project-internal's releases.

1.1.10

  • Suppress clippy::elidable_lifetime_names lint in generated code.
Changelog

Sourced from pin-project-internal's changelog.

[1.1.10] - 2025-03-03

  • Suppress clippy::elidable_lifetime_names lint in generated code.
Commits
  • b0757d1 Release 1.1.10
  • 12dfb3c Suppress clippy::elidable_lifetime_names lint in generated code
  • 2714ef5 Tweak error message
  • 2454aed tools: Update scripts
  • 29dac8c Revert "Temporarily disable broken clippy::pedantic lint group"
  • ee0cd59 Temporarily disable broken clippy::pedantic lint group
  • aa6dbe2 rustfmt: set style_edition = "2024"
  • f49dc13 tools: Update tidy.sh
  • 27ee733 tests: Update ui test output to nightly-2025-02-16
  • 7a435d3 tests: Update lint test
  • Additional commits viewable in compare view

Updates rustversion from 1.0.19 to 1.0.20

Release notes

Sourced from rustversion's releases.

1.0.20

  • Documentation improvements
Commits
  • 4887012 Release 1.0.20
  • bb83b89 Merge pull request #58 from dtolnay/modern
  • bc271d9 Modernize dates in docs and parse errors
  • c58d9bf Point standard library links to stable
  • dfe5fcc More precise gitignore patterns
  • 132031e Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates serde_derive from 1.0.218 to 1.0.219

Release notes

Sourced from serde_derive's releases.

v1.0.219

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @​davidzeng0)
Commits
  • 49d098d Release 1.0.219
  • 40f1d19 Wrap dummy.rs to 80 columns
  • 514848b Merge pull request #2906 from davidzeng0/master
  • 168b6cf fix clippy absolute paths warning
  • a8bdd17 Remove unused Punctuated import
  • 1c96013 Resolve mem_replace_with_default clippy lint
  • f0d1ae0 Ignore elidable_lifetime_names pedantic clippy lint
  • e3eaa6a Merge pull request #2896 from dtolnay/stabledoc
  • 6a630cf Also link to stable proc_macro
  • See full diff in compare view

Updates unicode-ident from 1.0.17 to 1.0.18

Release notes

Sourced from unicode-ident's releases.

1.0.18

  • Documentation improvements
Commits

Updates unindent from 0.2.3 to 0.2.4

Release notes

Sourced from unindent's releases.

0.2.4

  • Update to Syn 0.13
Commits
  • 30d271d Release 0.2.4
  • dc9a4f0 Reset build directory between tests
  • 156885c Revert "Allow unstable build to fail until expr macros are sorted out"
  • 62b52ee Clarify error message about arguments
  • a139e0a Format with rustfmt 0.4.2
  • c9461e0 Exclude indoc invocations in test code from rustfmt
  • 7c2fcb6 Remove old rustfmt config
  • 64c5f41 Update to syn 0.13
  • 113df80 Enable proc_macro_non_items in doc tests
  • 7e2f235 Enable proc_macro_non_items for unstable tests
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.96` | `1.0.97` |
| [inventory](https://github.com/dtolnay/inventory) | `0.3.19` | `0.3.20` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.29` | `0.2.30` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.94` |
| [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.39` |
| [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` |
| [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.100` |
| [either](https://github.com/rayon-rs/either) | `1.14.0` | `1.15.0` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.5` | `2.0.6` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.9` | `1.1.10` |
| [pin-project-internal](https://github.com/taiki-e/pin-project) | `1.1.9` | `1.1.10` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.19` | `1.0.20` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.17` | `1.0.18` |
| [unindent](https://github.com/dtolnay/indoc) | `0.2.3` | `0.2.4` |


Updates `anyhow` from 1.0.96 to 1.0.97
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.96...1.0.97)

Updates `inventory` from 0.3.19 to 0.3.20
- [Release notes](https://github.com/dtolnay/inventory/releases)
- [Commits](dtolnay/inventory@0.3.19...0.3.20)

Updates `prettyplease` from 0.2.29 to 0.2.30
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.29...0.2.30)

Updates `proc-macro2` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.93...1.0.94)

Updates `quote` from 1.0.38 to 1.0.39
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.38...1.0.39)

Updates `serde` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.218...v1.0.219)

Updates `syn` from 2.0.98 to 2.0.100
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.98...2.0.100)

Updates `either` from 1.14.0 to 1.15.0
- [Commits](rayon-rs/either@1.14.0...1.15.0)

Updates `indoc` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.5...2.0.6)

Updates `pin-project` from 1.1.9 to 1.1.10
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.9...v1.1.10)

Updates `pin-project-internal` from 1.1.9 to 1.1.10
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.9...v1.1.10)

Updates `rustversion` from 1.0.19 to 1.0.20
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.19...1.0.20)

Updates `serde_derive` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.218...v1.0.219)

Updates `unicode-ident` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.17...1.0.18)

Updates `unindent` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@0.2.3...0.2.4)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: inventory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: indoc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pin-project
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pin-project-internal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rustversion
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: unindent
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants