Skip to content

Bump prettyplease from 0.2.37 to 0.3.0 in /tools/runtime-codegen - #3301

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/cargo/tools/runtime-codegen/prettyplease-0.3.0
Open

Bump prettyplease from 0.2.37 to 0.3.0 in /tools/runtime-codegen#3301
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/cargo/tools/runtime-codegen/prettyplease-0.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps prettyplease from 0.2.37 to 0.3.0.

Release notes

Sourced from prettyplease's releases.

0.3.0

Commits
  • 49e5089 Release 0.3.0
  • fcbf4d3 Merge pull request #128 from dtolnay/syn3
  • 3bcd9d9 Update to syn 3
  • 1a89d07 Format with rustfmt
  • daa39f5 Update actions/upload-artifact@v6 -> v7
  • 44d4c3d Update actions/checkout@v6 -> v7
  • 87d1c22 Update examples to nightly-2026-02-09
  • 50a7042 Raise required compiler to Rust 1.71
  • ae76ee8 Resolve unnecessary_map_or clippy lint
  • 938b756 Raise required compiler to Rust 1.70
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 20, 2026
@socket-security

socket-security Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedprettyplease@​0.3.08210093100100

View full report

@dependabot
dependabot Bot force-pushed the dependabot/cargo/tools/runtime-codegen/prettyplease-0.3.0 branch 2 times, most recently from 5cc1cd8 to f6da37e Compare August 3, 2026 01:09
@bkontur

bkontur commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/cargo/tools/runtime-codegen/prettyplease-0.3.0 branch from f6da37e to 9c74ec2 Compare August 10, 2026 10:35
@bkontur

bkontur commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/cargo/tools/runtime-codegen/prettyplease-0.3.0 branch from 9c74ec2 to ee19f92 Compare August 10, 2026 12:16
@bkontur

bkontur commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

@dependabot recreate

Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.37 to 0.3.0.
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.37...0.3.0)

---
updated-dependencies:
- dependency-name: prettyplease
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/tools/runtime-codegen/prettyplease-0.3.0 branch from ee19f92 to dfb37c0 Compare August 10, 2026 21:05
prettyplease 0.3 moved to syn 3, while subxt-codegen still exposes syn 2
types, so passing its `syn::File` to `prettyplease::unparse` no longer
compiles:

  error[E0308]: mismatched types
    expected `syn::file::File`, found `subxt_codegen::syn::File`

Add a direct syn 3 dependency and parse with it in `print_runtime`; the
type substitutes and derives keep using subxt-codegen's syn 2 re-export.

Verified with `SKIP_WASM_BUILD=1 cargo check --locked
--manifest-path tools/runtime-codegen/Cargo.toml` (the CI job's command).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant