Update bindgen requirement from 0.72.0 to 0.73.2 in /Library/teamtalk_rust in the teamtalk_rust group across 1 directory - #3439
Open
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/Library/teamtalk_rust/teamtalk_rust-a5f0f2f771
branch
2 times, most recently
from
September 17, 2026 00:05
233c123 to
8eb9a2d
Compare
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Updates `bindgen` to 0.73.2 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.72.0...v0.73.2) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.73.1 dependency-type: direct:production dependency-group: teamtalk_rust ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/Library/teamtalk_rust/teamtalk_rust-a5f0f2f771
branch
from
September 18, 2026 00:04
8eb9a2d to
9906f64
Compare
hwangsihu
approved these changes
Sep 19, 2026
bear101
approved these changes
Sep 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on bindgen to permit the latest version.
Updates
bindgento 0.73.2Changelog
Sourced from bindgen's changelog.
... (truncated)
Commits
73c69d6chore: Release77cbc72codegen: Pad bitfields to field offset if applicable.dc61531ty: More struct layout fixes for overaligned integers / aliases.4348523codegen: Revert some bitfield codegen changes and silence unnecessary_transmu...efb6e0cty: Use underlying layout of typedefs if available.18fc3accodegen: Simplify bitfield merging code.910679fcodegen: Remove hack that is no longer needed now that we have repr(align) ev...38ebc48codegen: Don't force padding to be aligned.64f0939codegen: Don't force padding for over-aligned fields.cf8faabcodegen: Simplify some conditions about repr(align).