Skip to content

Commit

Permalink
chore(deps): Bump opendal from 0.36.0 to 0.37.0 (vectordotdev#17614)
Browse files Browse the repository at this point in the history
Bumps [opendal](https://github.com/apache/incubator-opendal) from 0.36.0
to 0.37.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/incubator-opendal/releases">opendal's
releases</a>.</em></p>
<blockquote>
<h2>v0.37.0</h2>
<!-- raw HTML omitted -->
<h2>Upgrade to v0.37</h2>
<p>In v0.37.0, OpenDAL bump the version of <code>reqsign</code> to
v0.13.0.</p>
<p>There are no public API and raw API changes.</p>
<hr />
<h2>What's Changed</h2>
<h3>Added</h3>
<ul>
<li>feat(services/webdav): support redirection when get 302/307 response
during read operation by <a
href="https://github.com/Yansongsongsong"><code>@​Yansongsongsong</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2256">apache/incubator-opendal#2256</a></li>
<li>feat: Add Zig Bindings Module by <a
href="https://github.com/kassane"><code>@​kassane</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2374">apache/incubator-opendal#2374</a></li>
<li>feat: Implement Timeout Layer by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2395">apache/incubator-opendal#2395</a></li>
<li>feat(bindings/c): add opendal_operator_blocking_delete method by <a
href="https://github.com/jiaoew1991"><code>@​jiaoew1991</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2416">apache/incubator-opendal#2416</a></li>
<li>feat(services/obs): add append support by <a
href="https://github.com/infdahai"><code>@​infdahai</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2422">apache/incubator-opendal#2422</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>refactor(bindings/zig): enable tests and more by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2375">apache/incubator-opendal#2375</a></li>
<li>refactor(bindings/zig): add errors handler and module test by <a
href="https://github.com/kassane"><code>@​kassane</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2381">apache/incubator-opendal#2381</a></li>
<li>refactor(http_util): Adopt reqwest's redirect support by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2390">apache/incubator-opendal#2390</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix(bindings/zig): reflect C interface changes by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2378">apache/incubator-opendal#2378</a></li>
<li>fix(services/azblob): Fix batch delete doesn't work on azure by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2382">apache/incubator-opendal#2382</a></li>
<li>fix(services/oss): Fix oss batch max operations by <a
href="https://github.com/A-Stupid-Sun"><code>@​A-Stupid-Sun</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2414">apache/incubator-opendal#2414</a></li>
<li>fix(core): Don't wake up operator futures while not ready by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2415">apache/incubator-opendal#2415</a></li>
<li>fix(services/s3): Fix s3 batch max operations by <a
href="https://github.com/A-Stupid-Sun"><code>@​A-Stupid-Sun</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2418">apache/incubator-opendal#2418</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>docs: service doc for s3 by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2376">apache/incubator-opendal#2376</a></li>
<li>docs(bindings/C): The documentation for OpenDAL C binding by <a
href="https://github.com/Ji-Xinyou"><code>@​Ji-Xinyou</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2373">apache/incubator-opendal#2373</a></li>
<li>docs: add link for c binding by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2380">apache/incubator-opendal#2380</a></li>
<li>docs: docs for kv services by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2396">apache/incubator-opendal#2396</a></li>
<li>docs: docs for fs related services by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2397">apache/incubator-opendal#2397</a></li>
<li>docs(bindings/java): do not release snapshot versions anymore by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2398">apache/incubator-opendal#2398</a></li>
<li>docs: doc for ipmfs by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2408">apache/incubator-opendal#2408</a></li>
<li>docs: add service doc for oss by <a
href="https://github.com/A-Stupid-Sun"><code>@​A-Stupid-Sun</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2409">apache/incubator-opendal#2409</a></li>
<li>docs: improvement of Python binding by <a
href="https://github.com/ideal"><code>@​ideal</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2411">apache/incubator-opendal#2411</a></li>
<li>docs: doc for download by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2424">apache/incubator-opendal#2424</a></li>
<li>docs: Add release guide by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2425">apache/incubator-opendal#2425</a></li>
</ul>
<h3>CI</h3>
<ul>
<li>ci: Enable semantic PRs by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2370">apache/incubator-opendal#2370</a></li>
<li>ci: improve licenserc settings by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2377">apache/incubator-opendal#2377</a></li>
<li>build(deps): bump reqwest from 0.11.15 to 0.11.18 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2389">apache/incubator-opendal#2389</a></li>
<li>build(deps): bump pyo3 from 0.18.2 to 0.18.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2388">apache/incubator-opendal#2388</a></li>
<li>ci: Enable nextest for all behavior tests by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2400">apache/incubator-opendal#2400</a></li>
<li>ci: reflect ascii file rewrite by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2419">apache/incubator-opendal#2419</a></li>
<li>ci: Remove website from git archive by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2420">apache/incubator-opendal#2420</a></li>
<li>ci: Add integration tests for Cloudflare R2 by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2423">apache/incubator-opendal#2423</a></li>
</ul>
<h3>Chore</h3>
<ul>
<li>chore(bindings/python): upgrade maturin to 1.0 by <a
href="https://github.com/messense"><code>@​messense</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2369">apache/incubator-opendal#2369</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/incubator-opendal/blob/main/CHANGELOG.md">opendal's
changelog</a>.</em></p>
<blockquote>
<h2>[v0.37.0] - 2023-06-06</h2>
<h3>Added</h3>
<ul>
<li>feat(services/webdav): support redirection when get 302/307 response
during read operation by <a
href="https://github.com/Yansongsongsong"><code>@​Yansongsongsong</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2256">apache/incubator-opendal#2256</a></li>
<li>feat: Add Zig Bindings Module by <a
href="https://github.com/kassane"><code>@​kassane</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2374">apache/incubator-opendal#2374</a></li>
<li>feat: Implement Timeout Layer by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2395">apache/incubator-opendal#2395</a></li>
<li>feat(bindings/c): add opendal_operator_blocking_delete method by <a
href="https://github.com/jiaoew1991"><code>@​jiaoew1991</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2416">apache/incubator-opendal#2416</a></li>
<li>feat(services/obs): add append support by <a
href="https://github.com/infdahai"><code>@​infdahai</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2422">apache/incubator-opendal#2422</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>refactor(bindings/zig): enable tests and more by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2375">apache/incubator-opendal#2375</a></li>
<li>refactor(bindings/zig): add errors handler and module test by <a
href="https://github.com/kassane"><code>@​kassane</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2381">apache/incubator-opendal#2381</a></li>
<li>refactor(http_util): Adopt reqwest's redirect support by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2390">apache/incubator-opendal#2390</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix(bindings/zig): reflect C interface changes by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2378">apache/incubator-opendal#2378</a></li>
<li>fix(services/azblob): Fix batch delete doesn't work on azure by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2382">apache/incubator-opendal#2382</a></li>
<li>fix(services/oss): Fix oss batch max operations by <a
href="https://github.com/A-Stupid-Sun"><code>@​A-Stupid-Sun</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2414">apache/incubator-opendal#2414</a></li>
<li>fix(core): Don't wake up operator futures while not ready by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2415">apache/incubator-opendal#2415</a></li>
<li>fix(services/s3): Fix s3 batch max operations by <a
href="https://github.com/A-Stupid-Sun"><code>@​A-Stupid-Sun</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2418">apache/incubator-opendal#2418</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>docs: service doc for s3 by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2376">apache/incubator-opendal#2376</a></li>
<li>docs(bindings/C): The documentation for OpenDAL C binding by <a
href="https://github.com/Ji-Xinyou"><code>@​Ji-Xinyou</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2373">apache/incubator-opendal#2373</a></li>
<li>docs: add link for c binding by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2380">apache/incubator-opendal#2380</a></li>
<li>docs: docs for kv services by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2396">apache/incubator-opendal#2396</a></li>
<li>docs: docs for fs related services by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2397">apache/incubator-opendal#2397</a></li>
<li>docs(bindings/java): do not release snapshot versions anymore by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2398">apache/incubator-opendal#2398</a></li>
<li>docs: doc for ipmfs by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2408">apache/incubator-opendal#2408</a></li>
<li>docs: add service doc for oss by <a
href="https://github.com/A-Stupid-Sun"><code>@​A-Stupid-Sun</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2409">apache/incubator-opendal#2409</a></li>
<li>docs: improvement of Python binding by <a
href="https://github.com/ideal"><code>@​ideal</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2411">apache/incubator-opendal#2411</a></li>
<li>docs: doc for download by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2424">apache/incubator-opendal#2424</a></li>
<li>docs: Add release guide by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2425">apache/incubator-opendal#2425</a></li>
</ul>
<h3>CI</h3>
<ul>
<li>ci: Enable semantic PRs by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2370">apache/incubator-opendal#2370</a></li>
<li>ci: improve licenserc settings by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2377">apache/incubator-opendal#2377</a></li>
<li>build(deps): bump reqwest from 0.11.15 to 0.11.18 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2389">apache/incubator-opendal#2389</a></li>
<li>build(deps): bump pyo3 from 0.18.2 to 0.18.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2388">apache/incubator-opendal#2388</a></li>
<li>ci: Enable nextest for all behavior tests by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2400">apache/incubator-opendal#2400</a></li>
<li>ci: reflect ascii file rewrite by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2419">apache/incubator-opendal#2419</a></li>
<li>ci: Remove website from git archive by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2420">apache/incubator-opendal#2420</a></li>
<li>ci: Add integration tests for Cloudflare R2 by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2423">apache/incubator-opendal#2423</a></li>
</ul>
<h3>Chore</h3>
<ul>
<li>chore(bindings/python): upgrade maturin to 1.0 by <a
href="https://github.com/messense"><code>@​messense</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2369">apache/incubator-opendal#2369</a></li>
<li>chore: Fix license headers for release/labler by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2371">apache/incubator-opendal#2371</a></li>
<li>chore(bindings/C): add one simple read/write example into readme and
code by <a
href="https://github.com/Ji-Xinyou"><code>@​Ji-Xinyou</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2421">apache/incubator-opendal#2421</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/incubator-opendal/commit/7a458001b249812389cbf7c994fef7df32f0c222"><code>7a45800</code></a>
Bump to version 0.37.0 (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2426">#2426</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/d234674480c2f622739a2e1881677c5d2b0a5c00"><code>d234674</code></a>
docs: Add release guide (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2425">#2425</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/807064f250431e84d5d5a92fbefa8df1712e97b5"><code>807064f</code></a>
docs: doc for download (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2424">#2424</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/bff9cd54c5a724af3b83beca427b52773ce8b6bb"><code>bff9cd5</code></a>
ci: Add integration tests for Cloudflare R2 (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2423">#2423</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/bb993f87f1815341998745db0bc75f84bde899c0"><code>bb993f8</code></a>
feat(services/obs): add append support (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2422">#2422</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/820839229df2b658a7fd36a15224ae9941f049fa"><code>8208392</code></a>
chore(bindings/C): add one simple read/write example into readme and
code (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2">#2</a>...</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/e6a7774adcd0e50f37c8257f88b3869fda68fdea"><code>e6a7774</code></a>
ci: Remove website from git archive (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2420">#2420</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/f3130ffd5fbc905a47e4893224565ad4dbbd25b3"><code>f3130ff</code></a>
ci: reflect ascii file rewrite (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2419">#2419</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/421df7b8dd4cc2d7dac0294b073e53c0c68af478"><code>421df7b</code></a>
fix(services/s3): Fix s3 batch max operations (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2418">#2418</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/c3868eba79967f1f2c904cc968f2c69cf6a99304"><code>c3868eb</code></a>
feat(bindings/c): add opendal_operator_blocking_delete method (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2416">#2416</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/incubator-opendal/compare/v0.36.0...v0.37.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=opendal&package-manager=cargo&previous-version=0.36.0&new-version=0.37.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 6, 2023
1 parent a932489 commit b5bd85f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev =
azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, optional = true }

# OpenDAL
opendal = {version = "0.36", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true}
opendal = {version = "0.37", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true}

# Tower
tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }
Expand Down

0 comments on commit b5bd85f

Please sign in to comment.