Skip to content

build(deps): bump prettyplease from 0.2.37 to 0.3.0 in /quickwit - #6755

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/prettyplease-0.3.0
Open

build(deps): bump prettyplease from 0.2.37 to 0.3.0 in /quickwit#6755
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/prettyplease-0.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 22:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/prettyplease-0.3.0 branch 2 times, most recently from bd55f84 to c90d63d Compare September 7, 2026 09:53

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c90d63d1b6

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread quickwit/Cargo.toml
pprof = { version = "0.15", features = ["flamegraph"] }
predicates = "3"
prettyplease = "0.2"
prettyplease = "0.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep prettyplease compatible with syn 2

Building quickwit-codegen now fails because this workspace dependency resolves to prettyplease 0.3.0, whose unparse accepts its syn 3.0.4::File, while quickwit-codegen/src/codegen.rs parses and passes a workspace syn 2.0.118::File at lines 207-208; these are distinct Rust types. Either retain prettyplease 0.2 or migrate the consuming crate to syn 3 before this bump.

AGENTS.md reference: AGENTS.md:L121-L121

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/prettyplease-0.3.0 branch 4 times, most recently from b164037 to 5b4a070 Compare September 7, 2026 13:01
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/quickwit/prettyplease-0.3.0 branch from 5b4a070 to d0ec4cd Compare September 7, 2026 14:55
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.

0 participants