Bump the rust-minor group with 6 updates#600
Merged
torokati44 merged 1 commit intomainfrom Nov 10, 2025
Merged
Conversation
Bumps the rust-minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.44` | `1.2.45` | | [iri-string](https://github.com/lo48576/iri-string) | `0.7.8` | `0.7.9` | | [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.42` | | [rustls](https://github.com/rustls/rustls) | `0.23.34` | `0.23.35` | | [syn](https://github.com/dtolnay/syn) | `2.0.108` | `2.0.110` | | [weezl](https://github.com/image-rs/weezl) | `0.1.10` | `0.1.11` | Updates `cc` from 1.2.44 to 1.2.45 - [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.44...cc-v1.2.45) Updates `iri-string` from 0.7.8 to 0.7.9 - [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md) - [Commits](lo48576/iri-string@v0.7.8...v0.7.9) Updates `quote` from 1.0.41 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.41...1.0.42) Updates `rustls` from 0.23.34 to 0.23.35 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.34...v/0.23.35) Updates `syn` from 2.0.108 to 2.0.110 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.108...2.0.110) Updates `weezl` from 0.1.10 to 0.1.11 - [Changelog](https://github.com/image-rs/weezl/blob/master/Changes.md) - [Commits](image-rs/weezl@v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.45 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: iri-string dependency-version: 0.7.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: quote dependency-version: 1.0.42 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: rustls dependency-version: 0.23.35 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: syn dependency-version: 2.0.110 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: weezl dependency-version: 0.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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-minor group with 6 updates:
1.2.441.2.450.7.80.7.91.0.411.0.420.23.340.23.352.0.1082.0.1100.1.100.1.11Updates
ccfrom 1.2.44 to 1.2.45Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
df67ed3chore(cc): release v1.2.45 (#1607)0c15d10Regenerate target info (#1606)c1fa376Use a default check for the "env" variable in apple_sdk_name (#1605)Updates
iri-stringfrom 0.7.8 to 0.7.9Changelog
Sourced from iri-string's changelog.
Commits
932e36bMerge branch 'release/v0.7.9'bd1743fBump version to v0.7.9ff72e0afix: leave percent-encoded invalid UTF-8 bytes as isec73ba7Add an entry for fixed percent decoding1115af2Check the first byte of UTF-8 sequence more precisely5006c52Add the reported test case3ac803brefactor: resolve lintsb9eeb5cMake aPartialOrdimplementation canonicalc9c515eUsecore::ptr::eqcea8a66Remove unusedmust_useattributeUpdates
quotefrom 1.0.41 to 1.0.42Release notes
Sourced from quote's releases.
Commits
bb9e7a4Release 1.0.42683c1d6Merge pull request #311 from dtolnay/appended93e8eRevert PR 3051f2a959Merge pull request #310 from dtolnay/up37448aaRaise required compiler to Rust 1.6839ac89eResolve manual_let_else pedantic clippy lintf3eac36Raise required compiler to Rust 1.657b490c5Merge pull request #309 from dtolnay/append71dfa84Apply pattern from PR 306 to append_separated & append_terminateddf32af7Touch up PR 306Updates
rustlsfrom 0.23.34 to 0.23.35Commits
7768cd2Bump version to 0.23.356ed925eAddress nightlyclippy::derivable_implslints645095fPass through attributes for enum_builder!90e28d6fix: only add ocsp inConfigBuilder::with_single_cert_with_ocspifUpdates
synfrom 2.0.108 to 2.0.110Release notes
Sourced from syn's releases.
Commits
1c8cabeRelease 2.0.1108ef195bMerge pull request #1944 from dtolnay/metaarrow9ab4aefSupport parsing Meta followed by fat arrow7711764Add test of parsing fat arrow after meta193f52eUpdate test suite to nightly-2025-11-105ece7e1Merge pull request #1941 from dtolnay/ext6a44478Add extension trait for Punct construction with span798e109Drop 2 from name of TokenStreamExt2b344f2dNever import name of quote::TokenStreamExtb0ec4c7Touch up PR 1939Updates
weezlfrom 0.1.10 to 0.1.11Changelog
Sourced from weezl's changelog.
Commits
fca39ddBump version to 0.1.11e2af58aRelease notes for 0.1.11fa42aa4Merge pull request #53 from image-rs/cleanup-fuzzersa686f30Cleanup fuzzer runs954cef3Merge pull request #50 from image-rs/release-0.1.10Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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