Skip to content

chore: bump the patch group across 1 directory with 5 updates#5951

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-605e7a25a9
Open

chore: bump the patch group across 1 directory with 5 updates#5951
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-605e7a25a9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the patch group with 5 updates in the / directory:

Package From To
log 0.4.29 0.4.30
serde_json 1.0.149 1.0.150
postgres 0.19.10 0.19.12
mdbook-core 0.5.2 0.5.3
mdbook-preprocessor 0.5.2 0.5.3

Updates log from 0.4.29 to 0.4.30

Release notes

Sourced from log's releases.

0.4.30

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Changelog

Sourced from log's changelog.

[0.4.30] - 2026-05-21

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Commits
  • 9c55760 Merge pull request #725 from rust-lang/cargo/0.4.30
  • d1acb05 update docs on current MSRV and note latest bump in changelog
  • 5068293 prepare for 0.4.30 release
  • 7ccd873 Merge pull request #724 from rust-lang/feat/net-to-value
  • 923dfaa fix up test cfgs
  • ecb7de8 gate net value impls on std
  • 67bb4f6 run fmt
  • 25f49fe rework net type capturing
  • 7087dcb feat: impl ToValue for core::net types
  • 67bc7e3 Merge pull request #723 from woodruffw-forks/ww/ci
  • Additional commits viewable in compare view

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates postgres from 0.19.10 to 0.19.12

Release notes

Sourced from postgres's releases.

postgres v0.19.12

Added

  • Added Client::check_connection API.

Changed

  • Improved the effectiveness of Client::is_closed.
  • Disabled default features of futures-util.

postgres v0.19.11

Added

  • Added support for jiff v0.2.
  • Added support for bit-vec versions v0.7 and v0.8.

Changed

  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.
Commits
  • 81d39c5 Release postgres v0.19.12
  • 4737438 Release tokio-postgres v0.7.15
  • 6ed4781 Release postgres-types v0.2.11
  • 87ef8ad Merge pull request #1278 from razein97/master
  • 628a696 Merge pull request #1280 from rust-postgres/paolobarbolini/check_connection-d...
  • f34ed1b Merge pull request #1262 from CobaltCause/push-sswwslomtkmm
  • c5d3442 fix an Error/Display impl
  • bbd1301 Merge pull request #1282 from rust-postgres/paolobarbolini/futures-util-no-de...
  • 153b86e Merge pull request #1281 from rust-postgres/paolobarbolini/pg-18
  • e128d4c feat: disable default features of futures-util for postgres
  • Additional commits viewable in compare view

Updates mdbook-core from 0.5.2 to 0.5.3

Release notes

Sourced from mdbook-core's releases.

v0.5.3

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-053 for a complete list of changes.

Changelog

Sourced from mdbook-core's changelog.

mdBook 0.5.3

v0.5.2...v0.5.3

Changed

Fixed

  • The "current" page highlighting in the sidebar now handles servers that redirect and strip the .html extension. #3028
  • Remove ?highlight= from URL when highlights are dismissed via clicking. #3084
  • Fix global keypresses triggering when other elements are in focus. #3087
  • Fix download URL format for mdBook in CI guide. #3073
  • Improve error message for invalid Font Awesome icons. #3037
  • Fix nested admonitions that use wrong header colors. #3035
Commits
  • 0ea4158 Merge pull request #3123 from ehuss/bump-version
  • 9ec0628 Bump to 0.5.3
  • c79580a Merge pull request #3122 from ehuss/sidebar-heading-spacing
  • 5a946ae Improve spacing in sidebar section headings
  • 4f5b487 Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls
  • 1e04de7 Merge pull request #3084 from tonywu6/master
  • b4e6748 Update crates/mdbook-html/front-end/searcher/searcher.js
  • 9190b5d Merge pull request #3087 from ehuss/limit-global-keypress
  • 4fb647c Fix global keypress handling with shadow DOM elements
  • c5c31bb Fix global keypress handler with the ACE editor
  • Additional commits viewable in compare view

Updates mdbook-preprocessor from 0.5.2 to 0.5.3

Release notes

Sourced from mdbook-preprocessor's releases.

v0.5.3

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-053 for a complete list of changes.

Changelog

Sourced from mdbook-preprocessor's changelog.

mdBook 0.5.3

v0.5.2...v0.5.3

Changed

Fixed

  • The "current" page highlighting in the sidebar now handles servers that redirect and strip the .html extension. #3028
  • Remove ?highlight= from URL when highlights are dismissed via clicking. #3084
  • Fix global keypresses triggering when other elements are in focus. #3087
  • Fix download URL format for mdBook in CI guide. #3073
  • Improve error message for invalid Font Awesome icons. #3037
  • Fix nested admonitions that use wrong header colors. #3035
Commits
  • 0ea4158 Merge pull request #3123 from ehuss/bump-version
  • 9ec0628 Bump to 0.5.3
  • c79580a Merge pull request #3122 from ehuss/sidebar-heading-spacing
  • 5a946ae Improve spacing in sidebar section headings
  • 4f5b487 Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls
  • 1e04de7 Merge pull request #3084 from tonywu6/master
  • b4e6748 Update crates/mdbook-html/front-end/searcher/searcher.js
  • 9190b5d Merge pull request #3087 from ehuss/limit-global-keypress
  • 4fb647c Fix global keypress handling with shadow DOM elements
  • c5c31bb Fix global keypress handler with the ACE editor
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies rust Pull requests that update Rust code labels May 25, 2026
prql-bot
prql-bot previously approved these changes May 25, 2026
Copy link
Copy Markdown
Collaborator

@prql-bot prql-bot left a comment

Choose a reason for hiding this comment

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

test-msrv fails on Rust 1.81 (job):

Crate source was found to be incompatible with its MSRV '1.81.0', as defined in '/home/runner/work/prql/prql/prqlc/prqlc/Cargo.toml'

Root cause: the lockfile update bumps indexmap 2.11.4 → 2.14.0, which transitively pulls in hashbrown 0.17.1. That version of hashbrown is edition = "2024", requiring Rust ≥ 1.85.

error: failed to parse manifest at `…/hashbrown-0.17.1/Cargo.toml`

Caused by:
  feature `edition2024` is required

Reverse-dep chain: indexmap 2.14.0 → hashbrown 0.17.1, pulled in via serde_yaml and toml_edit.

Two ways forward — both judgment calls for a maintainer:

  1. Hold indexmap at < 2.14 (e.g. add an explicit indexmap = "2.13" workspace pin) so the lock stays on hashbrown 0.16.
  2. Bump the workspace rust-version from 1.81 to 1.85.

Dismissing the prior approval; happy to push either fix if you tell me which direction you prefer.

@prql-bot prql-bot dismissed their stale review May 26, 2026 00:04

CI failed — indexmap 2.14 → hashbrown 0.17 requires Rust >= 1.85, above the 1.81 MSRV

@max-sixty
Copy link
Copy Markdown
Member

@dependabot recreate

This was written by Claude Code on behalf of max-sixty

Bumps the patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [postgres](https://github.com/rust-postgres/rust-postgres) | `0.19.10` | `0.19.12` |
| [mdbook-core](https://github.com/rust-lang/mdBook) | `0.5.2` | `0.5.3` |
| [mdbook-preprocessor](https://github.com/rust-lang/mdBook) | `0.5.2` | `0.5.3` |



Updates `log` from 0.4.29 to 0.4.30
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.29...0.4.30)

Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.149...v1.0.150)

Updates `postgres` from 0.19.10 to 0.19.12
- [Release notes](https://github.com/rust-postgres/rust-postgres/releases)
- [Commits](rust-postgres/rust-postgres@postgres-v0.19.10...postgres-v0.19.12)

Updates `mdbook-core` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/rust-lang/mdBook/releases)
- [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
- [Commits](rust-lang/mdBook@v0.5.2...v0.5.3)

Updates `mdbook-preprocessor` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/rust-lang/mdBook/releases)
- [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
- [Commits](rust-lang/mdBook@v0.5.2...v0.5.3)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mdbook-core
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mdbook-preprocessor
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: postgres
  dependency-version: 0.19.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump the patch group with 5 updates chore: bump the patch group across 1 directory with 5 updates May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/patch-605e7a25a9 branch from 61793ef to 8e65cd7 Compare May 28, 2026 03:23
Copy link
Copy Markdown
Collaborator

@prql-bot prql-bot left a comment

Choose a reason for hiding this comment

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

@dependabot recreate produced an effectively identical lockfile — indexmap still bumps to 2.14.0 and pulls in hashbrown 0.17.1, so test-msrv fails the same way. The two options from my prior comment still apply: pin indexmap below 2.14, or bump the workspace rust-version from 1.81 to 1.85. Reply with which you'd like and I'll push it.

@max-sixty
Copy link
Copy Markdown
Member

pin indexmap

@prql-bot
Copy link
Copy Markdown
Collaborator

Before pushing, surfacing a wrinkle in my earlier offer — indexmap = "2.13" alone doesn't get the MSRV check green, because indexmap 2.12+ themselves declare rust-version = "1.82":

$ cargo +1.81.0 check  # in prqlc/prqlc, with indexmap pinned to 2.13.1
error: rustc 1.81.0 is not supported by the following package:
  indexmap@2.13.1 requires rustc 1.82

Per the crates.io release list: 2.11.x is 1.63, 2.12.x and 2.13.x are 1.82, 2.14.x is 1.85. So < 2.14 isn't the floor — < 2.12 is.

Pinning at < 2.12 then collides with this PR's other bumps:

$ cargo update -p indexmap@2.14.0 --precise 2.11.4
error: failed to select a version for the requirement `indexmap = "^2.13.0"`
candidate versions found which didn't match: 2.11.4
required by package `toml v1.1.2+spec-1.1.0`
    ... satisfies dependency `toml = "^1.1.2"` of package `mdbook-core v0.5.3`

mdbook-core 0.5.3 pulls toml 1.1.2 which requires indexmap ^2.13. So a pure pin needs mdbook-core/mdbook-preprocessor reverted to 0.5.2 too (still inside this PR's patch group).

Two clean fixes — could you pick one?

  1. Pin indexmap = "2.11" and revert mdbook-core/mdbook-preprocessor to 0.5.2 in web/book/Cargo.toml — keeps MSRV at 1.81, drops 2 of 5 patch bumps in this PR. Verified locally: cargo +1.81.0 check -p prqlc passes. Next dependabot run would re-propose the mdbook bumps unless paired with a dependabot ignore for them.
  2. Pin indexmap = "2.13" and bump workspace rust-version from 1.81 to 1.82 — smallest MSRV bump that resolves the chain, lets the full patch group land.

Happy to push either.

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.

2 participants