chore(deps): bump get-size2 from 0.10.1 to 0.11.0 in the rust-dependencies group - #2381
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust-dependencies group with 1 update: [get-size2](https://github.com/bircni/get-size2). Updates `get-size2` from 0.10.1 to 0.11.0 - [Release notes](https://github.com/bircni/get-size2/releases) - [Changelog](https://github.com/bircni/get-size2/blob/main/CHANGELOG.md) - [Commits](bircni/get-size2@0.10.1...0.11.0) --- updated-dependencies: - dependency-name: get-size2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bashkit | 492750c | Commit Preview URL Branch Preview URL |
Sep 07 2026, 09:41 AM |
|
Closing — this bump cannot build, and the pin it moves is load-bearing rather than stale.
Raising the declared version does not just fail to help: it removes the constraint keeping ruff's copy pinned, so the lockfile here floats ruff to get-size2 0.10.3 while ruff stays on compact_str 0.9.1: That is what took all 22 build jobs red here. #2386 adds Generated by Claude Code |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
…#2386) `get-size2` is not a dependency bashkit uses. It is declared under the `python` feature purely to hold the whole graph at 0.10.1, the last version implementing `GetSize` for compact_str 0.9. monty 0.0.19's `ruff_python_ast` derives `get_size2::GetSize` on nodes holding a compact_str 0.9 `CompactString`, so any get-size2 >= 0.10.2 (which moved those impls to compact_str 0.10) leaves the derive with no impl. Raising the declared version removes the constraint keeping ruff's copy pinned, letting it float to 0.10.3 and fail to compile — #2381, red across all 22 build jobs. Ignored outright rather than by update-type, because the breaking move was a patch release. Config and comments only; the pin itself is unchanged. Closes #2381.
Bumps the rust-dependencies group with 1 update: get-size2.
Updates
get-size2from 0.10.1 to 0.11.0Release notes
Sourced from get-size2's releases.
Changelog
Sourced from get-size2's changelog.
Commits
7b99cd7release(0.11.0)135967ffeat!: ImplementGetSizefor references to unsized targets19c495efeat: Honor field attributes on enum variant fieldsf03e05cdocs: Overhaul the crate and derive documentationdd08267feat!: Addno_stdsupport (#57)c965eberelease(0.10.3)ccf2051test: Register test_orx_concurrent_vec as a test case58d7d39ci: Build and test across a 64-bit and 32-bit target matrixa9982c6fix: Use pointer-width-independent sizes in indexmap/ordermap tests (#56)695ade6feat: Add portable-atomic feature with GetSize impls for portable_atomic typesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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