dependabot[bot] opened a new pull request, #3685:
URL: https://github.com/apache/iggy/pull/3685

   Bumps the cpp group with 2 updates in the /foreign/cpp directory: 
[rules_cc](https://github.com/bazelbuild/rules_cc) and 
[rules_rust](https://github.com/bazelbuild/rules_rust).
   
   Updates `rules_cc` from 0.2.20 to 0.2.22
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/bazelbuild/rules_cc/releases";>rules_cc's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.2.22</h2>
   <h2>Using bzlmod with Bazel 6 or later:</h2>
   <ol>
   <li>
   <p>[Bazel 6] Add <code>common --enable_bzlmod</code> to 
<code>.bazelrc</code>.</p>
   </li>
   <li>
   <p>Add to your <code>MODULE.bazel</code> file:</p>
   </li>
   </ol>
   <pre lang="starlark"><code>bazel_dep(name = &quot;rules_cc&quot;, version = 
&quot;0.2.22&quot;)
   </code></pre>
   <h2>Using WORKSPACE:</h2>
   <pre lang="starlark"><code>
   load(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;, 
&quot;http_archive&quot;)
   <p>http_archive(
   name = &quot;rules_cc&quot;,
   sha256 = 
&quot;81c10a95a5c22d838276ee90d712635d6042419fdfca5ef88328226b6321e53b&quot;,
   strip_prefix = &quot;rules_cc-0.2.22&quot;,
   url = &quot;<a 
href="https://github.com/bazelbuild/rules_cc/releases/download/0.2.22/rules_cc-0.2.22.tar.gz";>https://github.com/bazelbuild/rules_cc/releases/download/0.2.22/rules_cc-0.2.22.tar.gz</a>&quot;,
   )</p>
   <p>load(&quot;<a 
href="https://github.com/rules";><code>@​rules</code></a>_cc//cc:extensions.bzl&quot;,
 &quot;compatibility_proxy_repo&quot;)</p>
   <p>compatibility_proxy_repo()</p>
   <p></code></pre></p>
   <h1>What's Changed</h1>
   <h2>Other notable changes</h2>
   <ul>
   <li>Propagate cc_shared_library GraphStructureAspect to toolchains. by <a 
href="https://github.com/lilygorsheneva";><code>@​lilygorsheneva</code></a> in 
840d5327f513f2cfa1bb13be70eaaf11b4556e4d</li>
   <li>Fix kwargs handling in c++20 modules functions. by <a 
href="https://github.com/lilygorsheneva";><code>@​lilygorsheneva</code></a> in 
0662ed273bffd3796f9493a9e02f0d65e0da0acf</li>
   </ul>
   <h2>Default toolchain changes</h2>
   <ul>
   <li>Add -mmacosx-version-min back to default toolchain by <a 
href="https://github.com/keith";><code>@​keith</code></a> in 
21e14308c2afc7691f43295acc9852d9a6844f04</li>
   </ul>
   <h2>Rules based toolchain changes</h2>
   <ul>
   <li>Add macOS ThinLTO arguments by <a 
href="https://github.com/dzbarsky";><code>@​dzbarsky</code></a> in 
9b321830c1a84415bc139d29e5864b3bb7f1b474</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/bazelbuild/rules_cc/compare/0.2.21...0.2.22";>https://github.com/bazelbuild/rules_cc/compare/0.2.21...0.2.22</a></p>
   <h2>0.2.21</h2>
   <h2>Using bzlmod with Bazel 6 or later:</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/21e14308c2afc7691f43295acc9852d9a6844f04";><code>21e1430</code></a>
 Add -mmacosx-version-min back to default toolchain</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/0662ed273bffd3796f9493a9e02f0d65e0da0acf";><code>0662ed2</code></a>
 Fix kwargs handling in c++20 modules functions.</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/840d5327f513f2cfa1bb13be70eaaf11b4556e4d";><code>840d532</code></a>
 Propagate cc_shared_library GraphStructureAspect to toolchains.</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/cb55cca5e223ee6af1ab674933a0ec47ce3455fd";><code>cb55cca</code></a>
 Use custom params file naming support for LTO indexing</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/56e38b46b64907cd42e9c85eb829fed1a6f64f9e";><code>56e38b4</code></a>
 Move C++ dwp/fission tests to rules_cc.</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/9b321830c1a84415bc139d29e5864b3bb7f1b474";><code>9b32183</code></a>
 Add macOS ThinLTO arguments</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/1a208337d445c5f736fc17be06c59fd29f46819e";><code>1a20833</code></a>
 Change default needs_include_validation to match createCppCompileAction's 
par...</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/fad3ad373c833a69d6a6b8d97c5ee53027ff111f";><code>fad3ad3</code></a>
 Starlarkify compute_output_name_prefix_dir</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/593d6fc644f925da7651590a250bb94d4d91808a";><code>593d6fc</code></a>
 Remove unused variable</li>
   <li><a 
href="https://github.com/bazelbuild/rules_cc/commit/084155ddf5310c697042998a307a426093e78e61";><code>084155d</code></a>
 Automatic code cleanup.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bazelbuild/rules_cc/compare/0.2.20...0.2.22";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rules_rust` from 0.70.0 to 0.71.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/bazelbuild/rules_rust/releases";>rules_rust's 
releases</a>.</em></p>
   <blockquote>
   <h1>0.71.3</h1>
   <p>Additional documentation can be found at: <a 
href="https://bazelbuild.github.io/rules_rust/#setup";>https://bazelbuild.github.io/rules_rust/#setup</a></p>
   <h2>Bzlmod</h2>
   <pre lang="python"><code>bazel_dep(name = &quot;rules_rust&quot;, version = 
&quot;0.71.3&quot;)
   </code></pre>
   <h2>WORKSPACE</h2>
   <pre 
lang="python"><code>load(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;,
 &quot;http_archive&quot;)
   http_archive(
       name = &quot;rules_rust&quot;,
       integrity = 
&quot;sha256-h8txtdi9xcNfgjdTBYX+R9CEsxKDucJx+OPvezmkTQM=&quot;,
       urls = 
[&quot;https://github.com/bazelbuild/rules_rust/releases/download/0.71.3/rules_rust-0.71.3.tar.gz&quot;],
   )
   </code></pre>
   <h2>Extensions</h2>
   <!-- raw HTML omitted -->
   <h3>Bindgen</h3>
   <!-- raw HTML omitted -->
   <h4>Bzlmod</h4>
   <pre lang="python"><code>bazel_dep(name = &quot;rules_rust_bindgen&quot;, 
version = &quot;0.71.3&quot;)
   </code></pre>
   <h4>WORKSPACE</h4>
   <pre 
lang="python"><code>load(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;,
 &quot;http_archive&quot;)
   http_archive(
       name = &quot;rules_rust_bindgen&quot;,
       integrity = 
&quot;sha256-h8txtdi9xcNfgjdTBYX+R9CEsxKDucJx+OPvezmkTQM=&quot;,
       strip_prefix = &quot;extensions/bindgen&quot;,
       urls = 
[&quot;https://github.com/bazelbuild/rules_rust/releases/download/0.71.3/rules_rust-0.71.3.tar.gz&quot;],
   )
   </code></pre>
   <!-- raw HTML omitted -->
   <h3>MdBook</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/f7f212ad30a58475d6252a8607cf5cdb5f59bbdd";><code>f7f212a</code></a>
 Release 0.71.3 (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4119";>#4119</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/fc45989eb148d7edd6855d0b2d5ae1f7b63f4fff";><code>fc45989</code></a>
 Add path-mapping test for env location expansion (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4120";>#4120</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/227dac1b7a8a1b99359d019a3bfe7fe052a02092";><code>227dac1</code></a>
 Added Rust 1.96.1 (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4121";>#4121</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/3e58a1d9ca8a8b4bb1d6cbc1cb0464c4c0a55f67";><code>3e58a1d</code></a>
 Disable path mapping when rustc_env has location expansions (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4117";>#4117</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/155a8afc139f7381e6eedbc9b831e04e99f52c52";><code>155a8af</code></a>
 Add cross-platform compatible launcher for rust-analyzer (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4118";>#4118</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/08d7cc67ab0d891632a8fb1ae472047096119679";><code>08d7cc6</code></a>
 Release 0.71.2 (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4115";>#4115</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/aa5da6531178f585ef4426c3ba6c061cb451198e";><code>aa5da65</code></a>
 Avoid reliance on bazel-bin for rust-analyzer IDE setup (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4112";>#4112</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/ab2ba8403255de436f4506cd839858ef77b5ac0b";><code>ab2ba84</code></a>
 Restore <code>crate_universe/extension.bzl</code> shim with a deprecation 
warning (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4114";>#4114</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/dc6c891dd5adc4631e7315d522ee4b870e5bf77c";><code>dc6c891</code></a>
 Fix publish-to-bcr author (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4108";>#4108</a>)</li>
   <li><a 
href="https://github.com/bazelbuild/rules_rust/commit/2f69054614bbe022492f9121bdf1475dfdb14bd6";><code>2f69054</code></a>
 Add <code>link_deps</code> crate_universe annotation (<a 
href="https://redirect.github.com/bazelbuild/rules_rust/issues/4109";>#4109</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bazelbuild/rules_rust/compare/0.70.0...0.71.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to