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

   Bumps the others group in /core with 6 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [jiff](https://github.com/BurntSushi/jiff) | `0.2.28` | `0.2.31` |
   | [hotpath](https://github.com/pawurb/hotpath-rs) | `0.17.0` | `0.19.1` |
   | [foundationdb](https://github.com/foundationdb-rs/foundationdb-rs) | 
`0.10.0` | `0.11.0` |
   | [suppaftp](https://github.com/veeso/suppaftp) | `8.0.4` | `8.0.5` |
   | [persy](https://gitlab.com/persy/persy) | `1.7.1` | `1.8.1` |
   | [surrealdb](https://github.com/surrealdb/surrealdb) | `3.1.4` | `3.1.5` |
   
   Updates `jiff` from 0.2.28 to 0.2.31
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md";>jiff's 
changelog</a>.</em></p>
   <blockquote>
   <h1>0.2.31 (2026-06-29)</h1>
   <p>This release fixes a minor bug in tests that prevents the crate from 
running
   through standard build processes in Linux distributions downstream.</p>
   <ul>
   <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/591";>#594</a>:
   Fix imports in recently added tests.</li>
   </ul>
   <h1>0.2.30 (2026-06-29)</h1>
   <p>This release fixes a safety soundness bug in Jiff's lower level printing
   APIs. There is also a nice performance improvement to 
<code>civil::Date::weekday</code>,
   which also improves downstread routines like 
<code>civil::Date::nth_weekday</code> and
   datetime&lt;--&gt;timestamp conversions in some cases.</p>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/591";>#591</a>:
   Improve the performance of weekday calculations from Gregorian dates by 
30-50%.</li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/BurntSushi/jiff/issues/592";>#592</a>:
   Fix safety soundness bug when using a non-empty <code>String</code> 
destination buffer
   with lower level printing APIs inside of <code>jiff::fmt</code>.</li>
   </ul>
   <h1>0.2.29 (2026-06-20)</h1>
   <p>This release adds support for [<code>defmt</code>], which is a highly 
efficient logging
   framework that targets resource-constrained devices, like 
microcontrollers.</p>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/BurntSushi/jiff/issues/505";>#505</a>:
   Add support for the <code>defmt</code> crate by implementing 
<code>defmt::Format</code> on the
   principle public types in Jiff.</li>
   <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/584";>#584</a>:
   Add <code>Zoned::UNIX_EPOCH</code> as a constant.</li>
   <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/587";>#587</a>:
   Change the <code>Debug</code> output for <code>civil::ISOWeekDate</code> to 
match the <code>Debug</code> output
   style of other primitive datetime types.</li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/BurntSushi/jiff/issues/525";>#525</a>:
   Fix a bug that prevented time zone lookups when using an on-disk time zone
   database on Windows.</li>
   <li><a 
href="https://redirect.github.com/BurntSushi/jiff/issues/539";>#539</a>:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/8fb795fd96e6ff5bdcf320150b0af3347bf53f76";><code>8fb795f</code></a>
 0.2.31</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/528207fce937d05365b949d4a0bd0d592893a607";><code>528207f</code></a>
 changelog: 0.2.31</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/91ee47519472d79619a046aaccd4a2ccee75c8a2";><code>91ee475</code></a>
 test: use <code>crate::…</code> instead of <code>jiff::…</code> in a couple of 
lib tests</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/4c3a86e2b2d596112e3aae979df7f85aef21dd7d";><code>4c3a86e</code></a>
 0.2.30</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/5cb4c4307e59f81014107589f1ec5a304ad9cc6e";><code>5cb4c43</code></a>
 changelog: 0.2.30</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/9e8f1fc53a7df00fed9bd1acd1639801879b23a0";><code>9e8f1fc</code></a>
 fmt: add missing SAFETY comment</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/90823a46b4e66b07413aebe207a3c2dccf5ba22d";><code>90823a4</code></a>
 tz: beef up the safety comment in the emscripten call</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/fadac1c0d78a36e45c37e80c2ca56bc6a251ccc7";><code>fadac1c</code></a>
 tz: drop use of <code>dlerror</code></li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/62db3261cfac306df4792c13060256607b2a37e0";><code>62db326</code></a>
 fmt: fix soundness bug</li>
   <li><a 
href="https://github.com/BurntSushi/jiff/commit/df6885d0e00d087e259b128eab543ab87f720944";><code>df6885d</code></a>
 civil: fast weekday calculation</li>
   <li>Additional commits viewable in <a 
href="https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.28...jiff-static-0.2.31";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `hotpath` from 0.17.0 to 0.19.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pawurb/hotpath-rs/releases";>hotpath's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.19.1</h2>
   <p>Changelog: <a 
href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0191---2026-06-30";>https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0191---2026-06-30</a></p>
   <h2>v0.19.0</h2>
   <p>Changelog: <a 
href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0190---2026-06-29";>https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0190---2026-06-29</a></p>
   <h2>v0.18.0</h2>
   <p>Changelog: <a 
href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0180---2026-06-22";>https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0180---2026-06-22</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md";>hotpath's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[0.19.1] - 2026-06-30</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>
   <p>Add tokio wrap channel support</p>
   </li>
   <li>
   <p>Add flume wrap channel support</p>
   </li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>
   <p>Ignore unused_braces warnings</p>
   </li>
   <li>
   <p>Update rmcp</p>
   </li>
   </ul>
   <h3>⚙️ Miscellaneous Tasks</h3>
   <ul>
   <li>Release 0.19.1</li>
   </ul>
   <h2>[0.19.0] - 2026-06-29</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>
   <p>Add initial SQL sqlx instrumentation</p>
   </li>
   <li>
   <p>Add diesel sql instrumentation</p>
   </li>
   </ul>
   <h3>🚜 Refactor</h3>
   <ul>
   <li>Rename sql_tracing_layer</li>
   </ul>
   <h3>⚙️ Miscellaneous Tasks</h3>
   <ul>
   <li>
   <p>Store repo adoption data</p>
   </li>
   <li>
   <p>Release 0.19.0</p>
   </li>
   </ul>
   <h2>[0.18.0] - 2026-06-22</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>
   <p>Add mutexes_limit to macro</p>
   </li>
   <li>
   <p>Initial wrap crossbeam channel macro</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/93eb8ff716f85718ad3e509fc5a9cb7fff105120";><code>93eb8ff</code></a>
 chore: Release 0.19.1</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/af41f966c3dacd4a84ac8512997958401a785639";><code>af41f96</code></a>
 Update docs</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/029f4b724096012ed38c5cdb5bed224aee7c7c25";><code>029f4b7</code></a>
 Sync meta crate</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/24636ba88bddf8dbdbb36ce256b1e40b8b3433c1";><code>24636ba</code></a>
 feat: Add flume wrap channel support</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/47c01db9c67c876485acaeef720e86722660f645";><code>47c01db</code></a>
 fix: Update rmcp</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/5b517c8377b391c1d795271ab663529b21253553";><code>5b517c8</code></a>
 feat: Add tokio wrap channel support</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/17e5e6cad2d81258c8fbd8f487a13edce41c0e27";><code>17e5e6c</code></a>
 fix: Ignore unused_braces warnings</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/44ed53108767ad4d8f3f31aa4efd36e897cc1a7c";><code>44ed531</code></a>
 Update adoption script</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/8498f8de3e6efdd2afd3c4150b35782f3109d0ef";><code>8498f8d</code></a>
 Update docs</li>
   <li><a 
href="https://github.com/pawurb/hotpath-rs/commit/4e199ad831c60fe17630c00fbf318b2157987ae7";><code>4e199ad</code></a>
 Update docs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pawurb/hotpath-rs/compare/v0.17.0...v0.19.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `foundationdb` from 0.10.0 to 0.11.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/002b21f3c59086a6f0fca4f778b04eb2ca0650fe";><code>002b21f</code></a>
 chore: release</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/9fd328e14f58d09369f2345b87da8deb49f307d6";><code>9fd328e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/foundationdb-rs/foundationdb-rs/issues/469";>#469</a>
 from foundationdb-rs/255-bump-to-rust-2024</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/811586fe78164c59d250b7b6e25fb846fe037cbc";><code>811586f</code></a>
 chore: align nix toolchain with CI stable (Rust 1.96) and fix 1.96 clippy 
lints</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/bbf48a406a4b6f91709af4a272d86dc3189401f4";><code>bbf48a4</code></a>
 feat: migrate workspace to Rust 2024 edition (<a 
href="https://redirect.github.com/foundationdb-rs/foundationdb-rs/issues/255";>#255</a>)</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/40be9a052a07189a6a6d21eb49ee69544a0b279b";><code>40be9a0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/foundationdb-rs/foundationdb-rs/issues/467";>#467</a>
 from foundationdb-rs/check-dep-bump</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/3f196a27acdddec9af7a9a1faff632e73fa28d5b";><code>3f196a2</code></a>
 build(deps): bump dependencies and migrate to rand 0.10</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/4fa43009181e391a22213fac16d54ec41e12de26";><code>4fa4300</code></a>
 Merge pull request <a 
href="https://redirect.github.com/foundationdb-rs/foundationdb-rs/issues/444";>#444</a>
 from Wonshtrum/wonshtrum/simulation-bump</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/7da1c3beabd58d058593faabc8a5646fc8078360";><code>7da1c3b</code></a>
 ci(simulation): simplify the 7.4 C API job</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/85a0c3108591b840bb5bd34bab4ed928643e267d";><code>85a0c31</code></a>
 feat(simulation): WorkloadContext::delay takes Duration, exercised in noop</li>
   <li><a 
href="https://github.com/foundationdb-rs/foundationdb-rs/commit/b23957cddd1c22e73bed8f092786cfa3192da1ee";><code>b23957c</code></a>
 fix(simulation): static storage for C-ABI vtables, target fdbserver 7.4.6</li>
   <li>Additional commits viewable in <a 
href="https://github.com/foundationdb-rs/foundationdb-rs/compare/foundationdb-v0.10.0...foundationdb-v0.11.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `suppaftp` from 8.0.4 to 8.0.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/veeso/suppaftp/releases";>suppaftp's 
releases</a>.</em></p>
   <blockquote>
   <h2>suppaftp 8.0.5</h2>
   <h2>8.0.5</h2>
   <p>Released on 2026-06-20</p>
   <h3>Fixed</h3>
   <ul>
   <li>accept 200 as a valid response for file operations (<a 
href="https://redirect.github.com/veeso/suppaftp/issues/158";>#158</a>)
   <blockquote>
   <p>Some non-compliant FTP servers (e.g. bftpd) reply with 200 instead of
   the spec-mandated 250/257 to file operations such as DELE, RMD, RNTO and
   MKD. Tolerate 200 alongside the expected code in rm, rmdir, rename and
   mkdir, across the sync, tokio and async-std implementations.</p>
   </blockquote>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md";>suppaftp's 
changelog</a>.</em></p>
   <blockquote>
   <h2>8.0.5</h2>
   <p>Released on 2026-06-20</p>
   <h3>Fixed</h3>
   <ul>
   <li>accept 200 as a valid response for file operations (<a 
href="https://redirect.github.com/veeso/suppaftp/issues/158";>#158</a>)
   <blockquote>
   <p>Some non-compliant FTP servers (e.g. bftpd) reply with 200 instead of
   the spec-mandated 250/257 to file operations such as DELE, RMD, RNTO and
   MKD. Tolerate 200 alongside the expected code in rm, rmdir, rename and
   mkdir, across the sync, tokio and async-std implementations.</p>
   </blockquote>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/veeso/suppaftp/commit/4c2ba3f4c1e90b74619073f78eba709ff457b6e8";><code>4c2ba3f</code></a>
 chore: release 8.0.5 (<a 
href="https://redirect.github.com/veeso/suppaftp/issues/161";>#161</a>)</li>
   <li><a 
href="https://github.com/veeso/suppaftp/commit/8cdb73418ed3eb954e90f3ff5aea054c1b7b8a9e";><code>8cdb734</code></a>
 chore: migrate tooling to just and refresh docs and CI (<a 
href="https://redirect.github.com/veeso/suppaftp/issues/159";>#159</a>)</li>
   <li><a 
href="https://github.com/veeso/suppaftp/commit/b1ef6cea4346757444078d1d90955780cd7ab03a";><code>b1ef6ce</code></a>
 fix: accept 200 as a valid response for file operations (<a 
href="https://redirect.github.com/veeso/suppaftp/issues/158";>#158</a>)</li>
   <li>See full diff in <a 
href="https://github.com/veeso/suppaftp/compare/v8.0.4...v8.0.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `persy` from 1.7.1 to 1.8.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://gitlab.com/persy/persy/tags";>persy's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.8.1</h2>
   <p>Small patch release that fix two outstanding durability issues bringing 
the know durability issues to 0.</p>
   <h2>1.8.0</h2>
   <p>Small improvement release with two main changes:</p>
   <ul>
   <li>Refactor of transaction management to split the runtime transaction from 
recover transaction</li>
   <li>Add ability to scan the journal without running the recover 
operation</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://gitlab.com/persy/persy/commit/cd5727a0352e142ca65f7940485f79039fbfe936";><code>cd5727a</code></a>
 chore: update lock</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/cdc17a4476954cfad8352b5371887cebca20fb1d";><code>cdc17a4</code></a>
 fix: removed logging of address freed pages, it can be recomputed on db 
recover</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/cc5304051834022134f81e0279beeff43fd6f38d";><code>cc53040</code></a>
 refactor: moved logging of free address page inside the original 
transaction</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/d7eed3becf0404e54abb64ee63d8cc28c51fa22d";><code>d7eed3b</code></a>
 fix: track also address page as used page</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/fceeb41b7f5bd7801c0efca75271a3a2908f9017";><code>fceeb41</code></a>
 fix: check parent key need to be done if first key is changed</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/3f624e1b977157d1c6a659f9996954f8c8d85d67";><code>3f624e1</code></a>
 chore: set version to the next development version</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/18b2646eb481a46153c769d5fcf060bc34c0d216";><code>18b2646</code></a>
 chore: update metadatas</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/bdff17d539c6fdff1897df13061596364b10b790";><code>bdff17d</code></a>
 chore: update locks deps</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/fe03a7cc484697e5688f0f1d5f683ccfbb1e66a2";><code>fe03a7c</code></a>
 chore: minor release update</li>
   <li><a 
href="https://gitlab.com/persy/persy/commit/8c49bb999d3f89ec05c4aaed9c1df49adbdf3849";><code>8c49bb9</code></a>
 chore:set next release version</li>
   <li>Additional commits viewable in <a 
href="https://gitlab.com/persy/persy/compare/1.7.1...1.8.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `surrealdb` from 3.1.4 to 3.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/surrealdb/surrealdb/releases";>surrealdb's 
releases</a>.</em></p>
   <blockquote>
   <p>Release 3.1.5</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/f8d7c511a76d6f889295ec54d6f61fec2f2fc5aa";><code>f8d7c51</code></a>
 test(iam): harden analyzer mapper leak tests and clarify allowlist test 
setup...</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/04efcfe4477d4da9b5695066388fe9c75ba43179";><code>04efcfe</code></a>
 fix(planner): close ORDER BY value-ordering oracle on the DynamicScan 
fallbac...</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/8808b9af168d7d5781bf66f0921a5c0883801ddf";><code>8808b9a</code></a>
 [Backport 3.1] fix(cnf): restore human-readable size parsing for 
SURREAL_MEMO...</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/11d4184189b2f30ab70237f5add6c2e945d0e337";><code>11d4184</code></a>
 fix(iam): deny filesystem access by default and stop leaking file content in 
...</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/af6ecaf593554521eb5cbdb32d7250cdd811d3ee";><code>af6ecaf</code></a>
 fix(planner): prevent ORDER BY value-ordering oracle on restricted SELECT 
fie...</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/e9693bfd1fcfa400ffbab0527375f31fc61336b9";><code>e9693bf</code></a>
 fix(iam): prevent SSRF in JWKS fetch by re-validating redirect targets (<a 
href="https://redirect.github.com/surrealdb/surrealdb/issues/397";>#397</a>)</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/b5d1910e2667e70cb18d94d062e20685b42ae37b";><code>b5d1910</code></a>
 fix(sdk): decode large flatbuffers payloads and fail WS requests on decode 
er...</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/7dcd84bc3f83722c5063e101a326db52c0dac73d";><code>7dcd84b</code></a>
 fix(server): install rustls crypto provider for all CLI commands (<a 
href="https://redirect.github.com/surrealdb/surrealdb/issues/391";>#391</a>)</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/ffaf5e3ba9109f0e33d8f8df50792b2f478885ba";><code>ffaf5e3</code></a>
 fix(exec): enforce field-level SELECT permissions + computed fields in 
stream...</li>
   <li><a 
href="https://github.com/surrealdb/surrealdb/commit/d4be3af14e2503cb5e2eb41df664d8daff154a08";><code>d4be3af</code></a>
 fix(exec): collect recursion with min depth &gt; 1 loses nodes revisited 
within ...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/surrealdb/surrealdb/compare/v3.1.4...v3.1.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-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