dependabot[bot] opened a new pull request, #304: URL: https://github.com/apache/paimon-rust/pull/304
Updates the requirements on [opendal](https://github.com/apache/opendal) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/opendal/releases">opendal's releases</a>.</em></p> <blockquote> <h2>v0.56.0</h2> <h2>Breaking Changes</h2> <ul> <li>core: <code>Scheme</code>-based APIs are now fully string-based. Migrate <code>Operator::from_map</code> and <code>Operator::via_map</code> call sites to <code>from_iter</code> and <code>via_iter</code>, and stop matching on <code>Scheme</code> values directly.</li> <li>core: service-builder <code>http_client</code> hooks and <code>TimeoutLayer::with_speed</code> have been removed after deprecation. Move HTTP customization to layered/client APIs and replace <code>with_speed</code> with <code>with_io_timeout</code>.</li> <li>core: low-level test helpers moved out of <code>opendal::raw::tests</code>. Use <code>opendal::tests</code> or depend on <code>opendal-testkit</code> directly for out-of-tree services and integrations.</li> <li>integrations/parquet: <code>parquet_opendal</code> now targets Arrow 58 and ships as <code>0.8.0</code>. Downstream integrations pinned to older Arrow releases must upgrade together.</li> </ul> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>feat(services/oss): allow users to specify endpoint addressing style by <a href="https://github.com/howardlau1999"><code>@howardlau1999</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6504">apache/opendal#6504</a></li> <li>feat(bindings/ruby): publish ruby binding by <a href="https://github.com/erickguan"><code>@erickguan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6539">apache/opendal#6539</a></li> <li>feat(services/s3): add support for HTTP 429 TooManyRequests for S3-compatible services by <a href="https://github.com/justinjoseph89"><code>@justinjoseph89</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6589">apache/opendal#6589</a></li> <li>feat: Add Operator Registry by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6608">apache/opendal#6608</a></li> <li>feat: Add from_uri support for more object storage services by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6665">apache/opendal#6665</a></li> <li>feat(services/webdav): Implement write returns metadata by <a href="https://github.com/yunchipang"><code>@yunchipang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6660">apache/opendal#6660</a></li> <li>feat: Add from_uri support for http/webdav/ftp/sftp by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6666">apache/opendal#6666</a></li> <li>feat(services/swift): Implement write returns metadata by <a href="https://github.com/yunchipang"><code>@yunchipang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6669">apache/opendal#6669</a></li> <li>feat(buffer): add chunk iterator for Buffer by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6672">apache/opendal#6672</a></li> <li>feat(services/dropbox): Implement write returns metadata by <a href="https://github.com/yunchipang"><code>@yunchipang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6673">apache/opendal#6673</a></li> <li>feat: Add from_uri support for all services by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6668">apache/opendal#6668</a></li> <li>chore(bindings/python): Add Justfile and format codebase by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6677">apache/opendal#6677</a></li> <li>feat: Introduce TailCutLayer by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6680">apache/opendal#6680</a></li> <li>feat(services/gdrive): Implement write returns metadata by <a href="https://github.com/yunchipang"><code>@yunchipang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6683">apache/opendal#6683</a></li> <li>feat(bindings/python): Add stubs for Exception and Capability by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6690">apache/opendal#6690</a></li> <li>feat(bindings/python): Add stubs for some more types by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6703">apache/opendal#6703</a></li> <li>feat(bindings/python)!: Add stubs for remaining types by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6720">apache/opendal#6720</a></li> <li>feat(bindings/python)!: Stubs fix for operator and <strong>version</strong> by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6728">apache/opendal#6728</a></li> <li>RFC-6707: Capability Override Layer by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6707">apache/opendal#6707</a></li> <li>feat(bindings/python)!: Generate stubs for Operator overloads and Scheme by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6729">apache/opendal#6729</a></li> <li>feat(bindings/nodejs): add concurrent limit layer by <a href="https://github.com/kingsword09"><code>@kingsword09</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6739">apache/opendal#6739</a></li> <li>feat(bindings/python): Enable ftp/hdfs_native/sftp for python by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6745">apache/opendal#6745</a></li> <li>feat: implement content-md5 for s3 by <a href="https://github.com/waynexia"><code>@waynexia</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6508">apache/opendal#6508</a></li> <li>feat(services/compfs): implement IoVectoredBuf for Buffer by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6762">apache/opendal#6762</a></li> <li>feat(services/lakefs): Implement write returns metadata by <a href="https://github.com/kingsword09"><code>@kingsword09</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6770">apache/opendal#6770</a></li> <li>Add <code>connection_pool_max_size</code> option to memcached and redis builders by <a href="https://github.com/trxcllnt"><code>@trxcllnt</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6759">apache/opendal#6759</a></li> <li>fix:(bindings/python) Gate service-sftp on windows targets by <a href="https://github.com/chitralverma"><code>@chitralverma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6777">apache/opendal#6777</a></li> <li>feat(binding/nodejs): add TimeoutLayer, LoggingLayer and ThrottleLayer in nodejs binding by <a href="https://github.com/Kilerd"><code>@Kilerd</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6772">apache/opendal#6772</a></li> <li>feat(hugginface): allow specifying huggingface endpoint by <a href="https://github.com/kszucs"><code>@kszucs</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6801">apache/opendal#6801</a></li> <li>feat(services/github): Implement write returns metadata by <a href="https://github.com/rich7420"><code>@rich7420</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6806">apache/opendal#6806</a></li> <li>feat(services/koofr): Implement write returns metadata by <a href="https://github.com/rich7420"><code>@rich7420</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6809">apache/opendal#6809</a></li> <li>feat: Implement concurrent write for azdls by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6819">apache/opendal#6819</a></li> <li>feat: Add simulation for delete with recursive by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6824">apache/opendal#6824</a></li> <li>feat: Add delete with recursive support for fs by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6827">apache/opendal#6827</a></li> <li>feat(services/huggingface): Add repo_type=space support by <a href="https://github.com/AryanBagade"><code>@AryanBagade</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6833">apache/opendal#6833</a></li> <li>feat(services/huggingface): Enrich metadata with ETag and security scan flags by <a href="https://github.com/AryanBagade"><code>@AryanBagade</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6834">apache/opendal#6834</a></li> <li>feat(services/azdls): Add user defined metadata support by <a href="https://github.com/zhan7236"><code>@zhan7236</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6842">apache/opendal#6842</a></li> <li>feat(services/azfile): Add user defined metadata support by <a href="https://github.com/zhan7236"><code>@zhan7236</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6841">apache/opendal#6841</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/opendal/blob/main/CHANGELOG.md">opendal's changelog</a>.</em></p> <blockquote> <h2>[v0.56.0] - 2026-04-16</h2> <h3>Breaking Changes</h3> <ul> <li>core: <code>Scheme</code>-based APIs are now fully string-based. Migrate <code>Operator::from_map</code> and <code>Operator::via_map</code> call sites to <code>from_iter</code> and <code>via_iter</code>, and stop matching on <code>Scheme</code> values directly.</li> <li>core: service-builder <code>http_client</code> hooks and <code>TimeoutLayer::with_speed</code> have been removed after deprecation. Move HTTP customization to layered/client APIs and replace <code>with_speed</code> with <code>with_io_timeout</code>.</li> <li>core: low-level test helpers moved out of <code>opendal::raw::tests</code>. Use <code>opendal::tests</code> or depend on <code>opendal-testkit</code> directly for out-of-tree services and integrations.</li> <li>integrations/parquet: <code>parquet_opendal</code> now targets Arrow 58 and ships as <code>0.8.0</code>. Downstream integrations pinned to older Arrow releases must upgrade together.</li> </ul> <h3>Added</h3> <ul> <li>feat(hugginface): allow specifying huggingface endpoint by <a href="https://github.com/kszucs"><code>@kszucs</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6801">apache/opendal#6801</a></li> <li>feat(services/github): Implement write returns metadata by <a href="https://github.com/rich7420"><code>@rich7420</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6806">apache/opendal#6806</a></li> <li>feat(services/koofr): Implement write returns metadata by <a href="https://github.com/rich7420"><code>@rich7420</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6809">apache/opendal#6809</a></li> <li>feat: Implement concurrent write for azdls by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6819">apache/opendal#6819</a></li> <li>feat: Add simulation for delete with recursive by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6824">apache/opendal#6824</a></li> <li>feat: Add delete with recursive support for fs by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6827">apache/opendal#6827</a></li> <li>feat(services/huggingface): Add repo_type=space support by <a href="https://github.com/AryanBagade"><code>@AryanBagade</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6833">apache/opendal#6833</a></li> <li>feat(services/huggingface): Enrich metadata with ETag and security scan flags by <a href="https://github.com/AryanBagade"><code>@AryanBagade</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6834">apache/opendal#6834</a></li> <li>feat(services/azdls): Add user defined metadata support by <a href="https://github.com/zhan7236"><code>@zhan7236</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6842">apache/opendal#6842</a></li> <li>feat(services/azfile): Add user defined metadata support by <a href="https://github.com/zhan7236"><code>@zhan7236</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6841">apache/opendal#6841</a></li> <li>feat(services): split cacache, dbfs, dropbox, etcd, foundationdb into separate crates by <a href="https://github.com/tao12345666333"><code>@tao12345666333</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7031">apache/opendal#7031</a></li> <li>feat: support if_not_exists in the Memory service by <a href="https://github.com/carlsverre"><code>@carlsverre</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7036">apache/opendal#7036</a></li> <li>feat(services/b2): Add user defined metadata support by <a href="https://github.com/zhan7236"><code>@zhan7236</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6844">apache/opendal#6844</a></li> <li>feat(services/fs): Add user defined metadata support by <a href="https://github.com/zhan7236"><code>@zhan7236</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7061">apache/opendal#7061</a></li> <li>feat(services/gdrive): implement batch recursive listing for ~200x performance improvement by <a href="https://github.com/mro68"><code>@mro68</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7059">apache/opendal#7059</a></li> <li>feat(services/fs): add <code>file</code> as an alias scheme for <code>fs</code> by <a href="https://github.com/userzhy"><code>@userzhy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7075">apache/opendal#7075</a></li> <li>feat(layers/hotpath): add HotpathLayer integration by <a href="https://github.com/PsiACE"><code>@PsiACE</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7083">apache/opendal#7083</a></li> <li>feat(bindings/java): Speed up the performance of <code>OperatorInputStream</code> by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7088">apache/opendal#7088</a></li> <li>feat: Binding Java's createInputStream and createOutputStream to support options by <a href="https://github.com/Sahil-Shadwal"><code>@Sahil-Shadwal</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7097">apache/opendal#7097</a></li> <li>feat(services/webdav): Add user defined metadata support by <a href="https://github.com/userzhy"><code>@userzhy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7074">apache/opendal#7074</a></li> <li>feat: introduce foyer layer by <a href="https://github.com/MrCroxx"><code>@MrCroxx</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/6366">apache/opendal#6366</a></li> <li>feat(layers/route): impl route layer as rfc 7130 by <a href="https://github.com/PsiACE"><code>@PsiACE</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7137">apache/opendal#7137</a></li> <li>feat(services/azdls): add recursive deletion for azdls by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7142">apache/opendal#7142</a></li> <li>feat(services/hdfs): add delete with recursive support for hdfs by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7136">apache/opendal#7136</a></li> <li>feat(bindings/go): support presign by <a href="https://github.com/yuchanns"><code>@yuchanns</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7147">apache/opendal#7147</a></li> <li>feat(layers/concurrent-limit): accept custom semaphore without API break by <a href="https://github.com/PsiACE"><code>@PsiACE</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7082">apache/opendal#7082</a></li> <li>feat(services/memcached): Support connection via unix domain socket by <a href="https://github.com/zenyanle"><code>@zenyanle</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7112">apache/opendal#7112</a></li> <li>feat(webdav): disable_create_dir for servers without PROPFIND by <a href="https://github.com/weihanglo"><code>@weihanglo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7177">apache/opendal#7177</a></li> <li>feat(services/swift): add conditional request headers for stat and read by <a href="https://github.com/benroeder"><code>@benroeder</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7208">apache/opendal#7208</a></li> <li>feat(services/swift): add bulk delete support by <a href="https://github.com/benroeder"><code>@benroeder</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7210">apache/opendal#7210</a></li> <li>feat(services/swift): add SLO multipart upload for large objects by <a href="https://github.com/benroeder"><code>@benroeder</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7212">apache/opendal#7212</a></li> <li>feat(services/swift): add TempURL presigned URL support by <a href="https://github.com/benroeder"><code>@benroeder</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7214">apache/opendal#7214</a></li> <li>feat(services): reduce list fallback stat for local kv backends by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7218">apache/opendal#7218</a></li> <li>feat(services/s3): Add a way to specify a default object ACL by <a href="https://github.com/antoine-de"><code>@antoine-de</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7186">apache/opendal#7186</a></li> <li>feat(services/tos): add volcengine TOS support by <a href="https://github.com/ddupg"><code>@ddupg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7233">apache/opendal#7233</a></li> <li>feat(services/http): Add https as alias for http scheme by <a href="https://github.com/clbarnes"><code>@clbarnes</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7241">apache/opendal#7241</a></li> <li>feat(bindings/dotnet): Bindings dotnet implement by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7238">apache/opendal#7238</a></li> <li>feat(integrations/parquet): upgrade arrow-rs to 58.0.0 by <a href="https://github.com/jo-migo"><code>@jo-migo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7250">apache/opendal#7250</a></li> <li>feat(services/s3): Add ACL on multipart upload by <a href="https://github.com/antoine-de"><code>@antoine-de</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7255">apache/opendal#7255</a></li> <li>feat(bindings/python): support options for presign operations by <a href="https://github.com/atakiar"><code>@atakiar</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7265">apache/opendal#7265</a></li> <li>feat(s3): validate checksum before making HTTP requests by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7296">apache/opendal#7296</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/opendal/commit/0fce5ecbfff2f41b9767823df8d6a7375910766c"><code>0fce5ec</code></a> ci: fix release workflows for actions allowlist (<a href="https://redirect.github.com/apache/opendal/issues/7432">#7432</a>)</li> <li><a href="https://github.com/apache/opendal/commit/a3e4b24cd9a069f759f3a9229081cc52c5178da4"><code>a3e4b24</code></a> docs: update changelog for v0.56.0 rc3 (<a href="https://redirect.github.com/apache/opendal/issues/7431">#7431</a>)</li> <li><a href="https://github.com/apache/opendal/commit/a01984c58c33c5217f222ca4c170b80317cbdd17"><code>a01984c</code></a> chore(license): add licensing comments to stub_gen.rs (<a href="https://redirect.github.com/apache/opendal/issues/7426">#7426</a>)</li> <li><a href="https://github.com/apache/opendal/commit/f385a8e5c598dc36fe869a55175fb1400148f3a8"><code>f385a8e</code></a> fix(s3): fix dead code to strip suffix (<a href="https://redirect.github.com/apache/opendal/issues/7411">#7411</a>)</li> <li><a href="https://github.com/apache/opendal/commit/dab8ef22ce0d9532abdfd32e3142d8c5229c7f39"><code>dab8ef2</code></a> fix(chaos): fix cases when error ratio = 1 (<a href="https://redirect.github.com/apache/opendal/issues/7412">#7412</a>)</li> <li><a href="https://github.com/apache/opendal/commit/28789836b400c4f2e8ca9c951f2648c4874b3d4e"><code>2878983</code></a> feat(s3): by default quite batch delete s3 objects (<a href="https://redirect.github.com/apache/opendal/issues/7415">#7415</a>)</li> <li><a href="https://github.com/apache/opendal/commit/8332367dd7629bebc7759a11a5bbbd941dd060e9"><code>8332367</code></a> fix: address clippy lints on Rust 1.95 (<a href="https://redirect.github.com/apache/opendal/issues/7395">#7395</a>)</li> <li><a href="https://github.com/apache/opendal/commit/82720486fa407f8da0b6ded1023562051481bcd2"><code>8272048</code></a> chore(release): prepare v0.56.0 release (<a href="https://redirect.github.com/apache/opendal/issues/7392">#7392</a>)</li> <li><a href="https://github.com/apache/opendal/commit/2f3b9807fcc7f5bd94edfd9a529be526b75ed459"><code>2f3b980</code></a> feat: Add foyer service (<a href="https://redirect.github.com/apache/opendal/issues/7160">#7160</a>)</li> <li><a href="https://github.com/apache/opendal/commit/6909efcdfd12b3b2ac3a76f654c35ee576811512"><code>6909efc</code></a> feat: <code>get_ranges</code> 2x performance degradation (<a href="https://redirect.github.com/apache/opendal/issues/7380">#7380</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/opendal/compare/v0.55.0...v0.56.0">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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]
