build(deps): bump the minor group with 5 updates#40
Merged
github-actions[bot] merged 1 commit intomainfrom Feb 15, 2026
Merged
Conversation
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [png](https://github.com/image-rs/image-png) | `0.18.0` | `0.18.1` | | [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `2.11.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.55` | `1.2.56` | | [syn](https://github.com/dtolnay/syn) | `2.0.114` | `2.0.116` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.22` | `1.0.23` | Updates `png` from 0.18.0 to 0.18.1 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/commits) Updates `bitflags` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.10.0...2.11.0) Updates `cc` from 1.2.55 to 1.2.56 - [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.55...cc-v1.2.56) Updates `syn` from 2.0.114 to 2.0.116 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.114...2.0.116) Updates `unicode-ident` from 1.0.22 to 1.0.23 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.22...1.0.23) --- updated-dependencies: - dependency-name: png dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: cc dependency-version: 1.2.56 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: syn dependency-version: 2.0.116 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: unicode-ident dependency-version: 1.0.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 minor group with 5 updates:
0.18.00.18.12.10.02.11.01.2.551.2.562.0.1142.0.1161.0.221.0.23Updates
pngfrom 0.18.0 to 0.18.1Changelog
Sourced from png's changelog.
Commits
Updates
bitflagsfrom 2.10.0 to 2.11.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
60c6a72Merge pull request #474 from bitflags/cargo/2.11.079f4c05prepare for 2.11.0 release81d5facMerge pull request #473 from WaterWhisperer/feat/get-unknown-bitsa1c40f0Fix clippy errorb5d15b6Add tests2041dc3Add methods to get the known/unknown bits from a flags value90488e5Merge pull request #462 from james7132/serde_corebc3c4faUse serde_core instead of serdeUpdates
ccfrom 1.2.55 to 1.2.56Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
709c27fchore(cc): release v1.2.56 (#1677)743f2c9Regenerate target info (#1676)9eda981Fixclang-cltarget when cross-compiling (#1670)Updates
synfrom 2.0.114 to 2.0.116Release notes
Sourced from syn's releases.
Commits
a62e54aRelease 2.0.1165a8ed9fMerge pull request #1968 from dtolnay/receiver813afccOptimize parse_fn_arg_or_variadic for less lookahead on erroneous receiverc172150Add regression test for issue 17180071ab3Ignore type_complexity clippy lint3610c34Release 2.0.115f22e806Merge pull request #1966 from dtolnay/constrainta3faba7Enable GenericArgument::Constraint parsing in non-full mode9065157Pin CI miri to nightly-2026-02-11530e7e7Update toml from 0.9 to 1.0Updates
unicode-identfrom 1.0.22 to 1.0.23Release notes
Sourced from unicode-ident's releases.
Commits
94f16bdRelease 1.0.234fb03abMerge pull request #45 from dtolnay/rand93f6598Raise required compiler to Rust 1.71b897356Update rand from 0.9 to 0.10189659dExclude benchmark dependencies from being compiled by miri4a21330Update actions/upload-artifact@v5 -> v68c3d7d7Update actions/upload-artifact@v4 -> v5c96169eUpdate to 2021 edition8f51926Raise required compiler to Rust 1.6888c4aecRaise minimum tested compiler to rust 1.86Dependabot 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