chore: bump the patch group across 1 directory with 5 updates#5951
chore: bump the patch group across 1 directory with 5 updates#5951dependabot[bot] wants to merge 1 commit into
Conversation
prql-bot
left a comment
There was a problem hiding this comment.
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:
- Hold
indexmapat < 2.14 (e.g. add an explicitindexmap = "2.13"workspace pin) so the lock stays onhashbrown0.16. - Bump the workspace
rust-versionfrom 1.81 to 1.85.
Dismissing the prior approval; happy to push either fix if you tell me which direction you prefer.
CI failed — indexmap 2.14 → hashbrown 0.17 requires Rust >= 1.85, above the 1.81 MSRV
|
@dependabot recreate
|
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>
61793ef to
8e65cd7
Compare
prql-bot
left a comment
There was a problem hiding this comment.
@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.
|
pin indexmap |
|
Before pushing, surfacing a wrinkle in my earlier offer — 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 Pinning at mdbook-core 0.5.3 pulls toml 1.1.2 which requires Two clean fixes — could you pick one?
Happy to push either. |
Bumps the patch group with 5 updates in the / directory:
0.4.290.4.301.0.1491.0.1500.19.100.19.120.5.20.5.30.5.20.5.3Updates
logfrom 0.4.29 to 0.4.30Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
9c55760Merge pull request #725 from rust-lang/cargo/0.4.30d1acb05update docs on current MSRV and note latest bump in changelog5068293prepare for 0.4.30 release7ccd873Merge pull request #724 from rust-lang/feat/net-to-value923dfaafix up test cfgsecb7de8gate net value impls on std67bb4f6run fmt25f49ferework net type capturing7087dcbfeat: impl ToValue for core::net types67bc7e3Merge pull request #723 from woodruffw-forks/ww/ciUpdates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
postgresfrom 0.19.10 to 0.19.12Release notes
Sourced from postgres's releases.
Commits
81d39c5Release postgres v0.19.124737438Release tokio-postgres v0.7.156ed4781Release postgres-types v0.2.1187ef8adMerge pull request #1278 from razein97/master628a696Merge pull request #1280 from rust-postgres/paolobarbolini/check_connection-d...f34ed1bMerge pull request #1262 from CobaltCause/push-sswwslomtkmmc5d3442fix an Error/Display implbbd1301Merge pull request #1282 from rust-postgres/paolobarbolini/futures-util-no-de...153b86eMerge pull request #1281 from rust-postgres/paolobarbolini/pg-18e128d4cfeat: disable default features offutures-utilforpostgresUpdates
mdbook-corefrom 0.5.2 to 0.5.3Release notes
Sourced from mdbook-core's releases.
Changelog
Sourced from mdbook-core's changelog.
Commits
0ea4158Merge pull request #3123 from ehuss/bump-version9ec0628Bump to 0.5.3c79580aMerge pull request #3122 from ehuss/sidebar-heading-spacing5a946aeImprove spacing in sidebar section headings4f5b487Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls1e04de7Merge pull request #3084 from tonywu6/masterb4e6748Update crates/mdbook-html/front-end/searcher/searcher.js9190b5dMerge pull request #3087 from ehuss/limit-global-keypress4fb647cFix global keypress handling with shadow DOM elementsc5c31bbFix global keypress handler with the ACE editorUpdates
mdbook-preprocessorfrom 0.5.2 to 0.5.3Release notes
Sourced from mdbook-preprocessor's releases.
Changelog
Sourced from mdbook-preprocessor's changelog.
Commits
0ea4158Merge pull request #3123 from ehuss/bump-version9ec0628Bump to 0.5.3c79580aMerge pull request #3122 from ehuss/sidebar-heading-spacing5a946aeImprove spacing in sidebar section headings4f5b487Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls1e04de7Merge pull request #3084 from tonywu6/masterb4e6748Update crates/mdbook-html/front-end/searcher/searcher.js9190b5dMerge pull request #3087 from ehuss/limit-global-keypress4fb647cFix global keypress handling with shadow DOM elementsc5c31bbFix global keypress handler with the ACE editor