chore(deps): Bump the rust-dependencies group across 1 directory with 4 updates#9
Merged
samuelburnham merged 1 commit intomainfrom May 1, 2026
Conversation
Bumps the rust-dependencies group with 4 updates in the / directory: [cc](https://github.com/rust-lang/cc-rs), [bitflags](https://github.com/bitflags/bitflags), [libc](https://github.com/rust-lang/libc) and [rustc-hash](https://github.com/rust-lang/rustc-hash). Updates `cc` from 1.2.56 to 1.2.60 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.56...cc-v1.2.60) Updates `bitflags` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.11.0...2.11.1) Updates `libc` from 0.2.183 to 0.2.185 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.185/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.185) Updates `rustc-hash` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](rust-lang/rustc-hash@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bitflags dependency-version: 2.11.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libc dependency-version: 0.2.185 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustc-hash dependency-version: 2.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
62f7b9f to
26c7cd1
Compare
samuelburnham
approved these changes
May 1, 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.
Bumps the rust-dependencies group with 4 updates in the / directory: cc, bitflags, libc and rustc-hash.
Updates
ccfrom 1.2.56 to 1.2.60Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
7cad9f5chore(cc): release v1.2.60 (#1701)c15c3ebfix(ar): suppress warnings fromDmodifier probe (#1700)f4c5ac7chore(cc): release v1.2.59 (#1699)9cfcecbRegenerate target info (#1698)025d046fix(ar): deterministic archives withDmodifier (#1697)fe32d68Fix target abi parsing dor sanitiser targets (#1695)bf119a1chore(cc): release v1.2.58 (#1694)8b8d71fUpdate Compile-time Requirements to add info about clang-cl.exe (#1693)8c6b2d7Update rusqlite requirement from 0.38.0 to 0.39.0 (#1691)77f8866chore(cc): release v1.2.57 (#1681)Updates
bitflagsfrom 2.11.0 to 2.11.1Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
4ed9ffaMerge pull request #482 from KodrAus/cargo/2.11.1c53cd57prepare for 2.11.1 releasea44410aMerge pull request #481 from KodrAus/docs/clarifications3d671b9update more compile error messages5f3adadfix up compile error messages780765dfix up contains and intersection docs97b7607clarify self and other in method docs88a7a18Merge pull request #477 from DanielEScherzer/patch-1f0e4646example_generated.rs: add missing third slash for doc commenta31c96fMerge pull request #478 from DanielEScherzer/beta-blessUpdates
libcfrom 0.2.183 to 0.2.185Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
71d5bfclibc: Release 0.2.1851027d1cRevert "ci: Pin nightly to 2026-04-01"0e9c6e5redox: Add semaphore functions24ef457feat: add back support for gnu windows x86 in ciaa75cafhorizon: Change POLL constants from c_short to c_intb7eda5ahexagon: add missing constants and fix types for linux-musld4613f9newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag valuesc89fd76Fix typo in Padding commentsb3264b2hexagon: decouple time64 types from musl symbol redirectsdb1ebeeci: Pin nightly to 2026-04-01Updates
rustc-hashfrom 2.1.1 to 2.1.2Changelog
Sourced from rustc-hash's changelog.
Commits
fdb275cMerge pull request #67 from Noratrieb/new-versionacafa43Prepare 2.1.2140e525Merge pull request #65 from morrisonlevi/split_first_chunkf061387style: use consistent range format211455crefactor!: use split_first_chunk to help optimizer464a82fMerge pull request #63 from estebank/const-Default2170d5eOn nightly,impl const Default1a998d5Merge pull request #62 from CryZe/128-bit-on-more-platforms6849c16Use 128-bit Widening Multiply on More Platforms