Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2025

Bumps the rust-patch-updates group with 4 updates in the /executorch-sys directory: link-cplusplus, cxx, cc and cxx-build.

Updates link-cplusplus from 1.0.11 to 1.0.12

Release notes

Sourced from link-cplusplus's releases.

1.0.12

  • Documentation improvements
Commits

Updates cxx from 1.0.175 to 1.0.180

Release notes

Sourced from cxx's releases.

1.0.180

  • Fix "Unable to resolve type 'str'" build error in C++ signatures containing &'static str in return type (#1623)

1.0.179

  • Better support extern function signatures containing elided lifetimes (#1621)

1.0.178

  • Fix macro redefinition warning when using -DRUST_CXX_NO_EXCEPTIONS in some compilers (#1616)
  • Support #[derive(Default)] on enums (#1618)
  • Support non-repr(C) Rust types that have methods implemented by C++ (#1620)

1.0.177

  • Allow unpinned mutable reference for any Unpin type (#1610)
  • Support slice of type alias of Rust types (#1613)

1.0.176

  • Allow extern types to appear in Box and Vec (#1605)
  • Fix elided_lifetimes_in_paths warning on type aliases that have lifetimes (#1608)
Commits
  • c047ff7 Release 1.0.180
  • 22b3367 Delete unneeded codespan-reporting fixup
  • 9b39705 Revert unexpected_cfgs from expect to allow
  • 837fa68 Lockfile update
  • 776c295 Merge pull request #1623 from dtolnay/elidedstr
  • ca11dbe Fix contains_elided_lifetime for &'static str
  • 6525e17 Release 1.0.179
  • 87761ce Merge pull request #1621 from dtolnay/elision
  • 97ee444 Fix lifetime elision in return type of extern type methods
  • c5ca07e Add test of lifetime elision on type alias
  • Additional commits viewable in compare view

Updates cc from 1.2.36 to 1.2.41

Release notes

Sourced from cc's releases.

cc-v1.2.41

Other

  • Allow using VCToolsVersion to request a specific msvc version (#1589)
  • Regenerate target info (#1592)
  • Regenerate windows sys bindings (#1591)
  • Update windows-bindgen requirement from 0.64 to 0.65 (#1590)
  • Fix get_base_archiver_variant for clang-cl: use --print-search-dirs (#1587)

cc-v1.2.40

Other

  • Reorder changelog and remove duplicate Unreleased section (#1579)
  • Prefer clang if linker-plugin-lto specified (#1573)
  • Fix building for Mac Catalyst (#1577)
  • Improve ESP microcontroller targets (#1574)

cc-v1.2.39

No release notes provided.

cc-v1.2.38

No release notes provided.

cc-v1.2.37

No release notes provided.

Changelog

Sourced from cc's changelog.

1.2.41 - 2025-10-10

Other

  • Allow using VCToolsVersion to request a specific msvc version (#1589)
  • Regenerate target info (#1592)
  • Regenerate windows sys bindings (#1591)
  • Update windows-bindgen requirement from 0.64 to 0.65 (#1590)
  • Fix get_base_archiver_variant for clang-cl: use --print-search-dirs (#1587)

1.2.40 - 2025-10-03

Other

  • Reorder changelog and remove duplicate Unreleased section (#1579)
  • Prefer clang if linker-plugin-lto specified (#1573)
  • Fix building for Mac Catalyst (#1577)
  • Improve ESP microcontroller targets (#1574)

1.2.39 - 2025-09-26

Other

  • Fix cross compilation to xtensa-esp32s3-espidf (#1569)
  • Fix autodetect_wasi_compiler: support non utf-8 path (#1568)
  • Regenerate target info (#1567)
  • Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (#1564)
  • Use $WASI_SDK_PATH on WASI targets by default (#1562)
  • Fix atomicity violations in concurrent cache operations (#1559)

1.2.38 - 2025-09-19

Other

  • updated the following local packages: find-msvc-tools

1.2.37 - 2025-09-12

Other

  • Fix errmsg in RustcCodegenFlags::set_rustc_flag (#1551)
  • propagate stack protector to Linux C compilers (#1550)
  • Extract new fn run_commands_in_parallel (#1549)
Commits

Updates cxx-build from 1.0.175 to 1.0.187

Release notes

Sourced from cxx-build's releases.

1.0.187

  • Update codespan-reporting dependency to 0.13 (#1662, #1661)

1.0.186

  • Improve lifetime-related diagnostics (#1651, #1654)
  • Consolidate associated functions into fewer impl blocks to improve rustdoc (#1652, #1655)

1.0.185

  • Support std::vector of non-move-constructible element type (#1646)

1.0.184

1.0.183

  • Fix "expected a FnOnce() closure" build error on unsafe Rust fn with no args (#1637)
  • Add derive(BitAnd, BitOr, BitXor) for enums (#1639)

1.0.182

  • Fix compiler warning when passing a rust::Fn with a generic return type such as Vec<T> from Rust to C++ (#1633)
  • Suppress warnings in generated code under GCC's missing-declarations setting (#1635)
  • Fix MSVC warning on large negative enum discriminant values (#1636)

1.0.181

  • Fix "cannot find attribute 'serde' in this scope" build error using Serde derives with #[serde(…)] on a shared struct (#1627)

1.0.180

  • Fix "Unable to resolve type 'str'" build error in C++ signatures containing &'static str in return type (#1623)

1.0.179

  • Better support extern function signatures containing elided lifetimes (#1621)

1.0.178

  • Fix macro redefinition warning when using -DRUST_CXX_NO_EXCEPTIONS in some compilers (#1616)
  • Support #[derive(Default)] on enums (#1618)
  • Support non-repr(C) Rust types that have methods implemented by C++ (#1620)

1.0.177

  • Allow unpinned mutable reference for any Unpin type (#1610)
  • Support slice of type alias of Rust types (#1613)

1.0.176

  • Allow extern types to appear in Box and Vec (#1605)
  • Fix elided_lifetimes_in_paths warning on type aliases that have lifetimes (#1608)
Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 16, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/executorch-sys/rust-patch-updates-3eee64c6d1 branch from 6a8f272 to a1c3ec3 Compare October 18, 2025 10:05
@dependabot dependabot bot force-pushed the dependabot/cargo/executorch-sys/rust-patch-updates-3eee64c6d1 branch from a1c3ec3 to f25ebb9 Compare October 30, 2025 08:51
Bumps the rust-patch-updates group with 4 updates in the /executorch-sys directory: [link-cplusplus](https://github.com/dtolnay/link-cplusplus), [cxx](https://github.com/dtolnay/cxx), [cc](https://github.com/rust-lang/cc-rs) and [cxx-build](https://github.com/dtolnay/cxx).


Updates `link-cplusplus` from 1.0.11 to 1.0.12
- [Release notes](https://github.com/dtolnay/link-cplusplus/releases)
- [Commits](dtolnay/link-cplusplus@1.0.11...1.0.12)

Updates `cxx` from 1.0.175 to 1.0.180
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.175...1.0.180)

Updates `cc` from 1.2.36 to 1.2.41
- [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.36...cc-v1.2.41)

Updates `cxx-build` from 1.0.175 to 1.0.187
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.175...1.0.187)

---
updated-dependencies:
- dependency-name: link-cplusplus
  dependency-version: 1.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch-updates
- dependency-name: cxx
  dependency-version: 1.0.180
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch-updates
- dependency-name: cc
  dependency-version: 1.2.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch-updates
- dependency-name: cxx-build
  dependency-version: 1.0.187
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/executorch-sys/rust-patch-updates-3eee64c6d1 branch from f25ebb9 to 572e700 Compare November 4, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant