Skip to content

Commit

Permalink
chore(deps): Bump opendal from 0.38.0 to 0.38.1 (vectordotdev#17999)
Browse files Browse the repository at this point in the history
Bumps [opendal](https://github.com/apache/incubator-opendal) from 0.38.0
to 0.38.1.
<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.38.1</h2>
<h2>What's Changed</h2>
<h3>Added</h3>
<ul>
<li>feat(binding/lua): add rename and create_dir operator function by <a
href="https://github.com/oowl"><code>@​oowl</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2564">apache/incubator-opendal#2564</a></li>
<li>feat(services/azblob): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2574">apache/incubator-opendal#2574</a></li>
<li>feat(services/gcs): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2576">apache/incubator-opendal#2576</a></li>
<li>feat(services/oss): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2577">apache/incubator-opendal#2577</a></li>
<li>feat(services/obs): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2578">apache/incubator-opendal#2578</a></li>
<li>feat(services/cos): impl sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2587">apache/incubator-opendal#2587</a></li>
<li>feat(service): Support stat for Dropbox by <a
href="https://github.com/Zheaoli"><code>@​Zheaoli</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2588">apache/incubator-opendal#2588</a></li>
<li>feat(services/dropbox): impl create_dir and polish error handling by
<a href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in
<a
href="https://redirect.github.com/apache/incubator-opendal/pull/2600">apache/incubator-opendal#2600</a></li>
<li>feat(services/dropbox): Implement refresh token support by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2604">apache/incubator-opendal#2604</a></li>
<li>feat(service/dropbox): impl batch delete by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2606">apache/incubator-opendal#2606</a></li>
<li>feat(CI): set Kvrocks test for service redis by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2613">apache/incubator-opendal#2613</a></li>
<li>feat(core): object versioning APIs by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2614">apache/incubator-opendal#2614</a></li>
<li>feat(oay): actually read configuration from <code>oay.toml</code> by
<a href="https://github.com/messense"><code>@​messense</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2615">apache/incubator-opendal#2615</a></li>
<li>feat(services/webdav): impl sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2622">apache/incubator-opendal#2622</a></li>
<li>feat(services/fs): impl Sink for Fs by <a
href="https://github.com/Ji-Xinyou"><code>@​Ji-Xinyou</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2626">apache/incubator-opendal#2626</a></li>
<li>feat(core): impl <code>delete_with</code> on blocking operator by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2633">apache/incubator-opendal#2633</a></li>
<li>feat(bindings/C): add support for list in 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/2448">apache/incubator-opendal#2448</a></li>
<li>feat(services/s3): Add detect_region support for S3Builder by <a
href="https://github.com/parkma99"><code>@​parkma99</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2634">apache/incubator-opendal#2634</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>refactor(core): Add ErrorKind InvalidInput to indicate users input
error by <a href="https://github.com/dqhl76"><code>@​dqhl76</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2637">apache/incubator-opendal#2637</a></li>
<li>refactor(services/s3): Add more detect logic for detect_region by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2645">apache/incubator-opendal#2645</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix(doc): fix codeblock rendering by <a
href="https://github.com/xxchan"><code>@​xxchan</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2592">apache/incubator-opendal#2592</a></li>
<li>fix(service/minitrace): should set local parent by <a
href="https://github.com/andylokandy"><code>@​andylokandy</code></a> in
<a
href="https://redirect.github.com/apache/incubator-opendal/pull/2620">apache/incubator-opendal#2620</a></li>
<li>fix(service/minitrace): update doc by <a
href="https://github.com/andylokandy"><code>@​andylokandy</code></a> in
<a
href="https://redirect.github.com/apache/incubator-opendal/pull/2621">apache/incubator-opendal#2621</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>doc(bindings/haskell): add module document by <a
href="https://github.com/silver-ymz"><code>@​silver-ymz</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2566">apache/incubator-opendal#2566</a></li>
<li>docs: Update license related comments by <a
href="https://github.com/Prashanth-Chandra"><code>@​Prashanth-Chandra</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2573">apache/incubator-opendal#2573</a></li>
<li>docs: add hdfs namenode High Availability related troubleshoot by <a
href="https://github.com/wcy-fdu"><code>@​wcy-fdu</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2601">apache/incubator-opendal#2601</a></li>
<li>docs: polish release doc by <a
href="https://github.com/PsiACE"><code>@​PsiACE</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2608">apache/incubator-opendal#2608</a></li>
<li>docs(blog): add Apache OpenDAL(Incubating): Access Data Freely by <a
href="https://github.com/PsiACE"><code>@​PsiACE</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2607">apache/incubator-opendal#2607</a></li>
<li>docs(RFC): Object Versioning by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2602">apache/incubator-opendal#2602</a></li>
</ul>
<h3>CI</h3>
<ul>
<li>ci: Disable bindings/java deploy for now by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2560">apache/incubator-opendal#2560</a></li>
<li>ci: Disable the failed stage-release job instead by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2561">apache/incubator-opendal#2561</a></li>
<li>ci: add haddock generator for haskell binding by <a
href="https://github.com/silver-ymz"><code>@​silver-ymz</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2569">apache/incubator-opendal#2569</a></li>
<li>ci(binding/lua): add luarocks package manager support by <a
href="https://github.com/oowl"><code>@​oowl</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2558">apache/incubator-opendal#2558</a></li>
<li>build(deps): bump predicates from 2.1.5 to 3.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2583">apache/incubator-opendal#2583</a></li>
<li>build(deps): bump tower-http from 0.4.0 to 0.4.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2582">apache/incubator-opendal#2582</a></li>
<li>build(deps): bump chrono from 0.4.24 to 0.4.26 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2581">apache/incubator-opendal#2581</a></li>
<li>build(deps): bump redis from 0.22.3 to 0.23.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2580">apache/incubator-opendal#2580</a></li>
<li>build(deps): bump cbindgen from 0.24.3 to 0.24.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2579">apache/incubator-opendal#2579</a></li>
<li>ci: upgrade hawkeye to v3 by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2585">apache/incubator-opendal#2585</a></li>
<li>ci(services/webdav): Setup integration test for nextcloud by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2631">apache/incubator-opendal#2631</a></li>
</ul>
<h3>Chore</h3>
<ul>
<li>chore: add haskell binding link to website by <a
href="https://github.com/silver-ymz"><code>@​silver-ymz</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2571">apache/incubator-opendal#2571</a></li>
<li>chore: fix cargo warning for resolver by <a
href="https://github.com/xxchan"><code>@​xxchan</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2590">apache/incubator-opendal#2590</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.38.1] - 2023-07-14</h2>
<h3>Added</h3>
<ul>
<li>feat(binding/lua): add rename and create_dir operator function by <a
href="https://github.com/oowl"><code>@​oowl</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2564">apache/incubator-opendal#2564</a></li>
<li>feat(services/azblob): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2574">apache/incubator-opendal#2574</a></li>
<li>feat(services/gcs): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2576">apache/incubator-opendal#2576</a></li>
<li>feat(services/oss): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2577">apache/incubator-opendal#2577</a></li>
<li>feat(services/obs): support sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2578">apache/incubator-opendal#2578</a></li>
<li>feat(services/cos): impl sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2587">apache/incubator-opendal#2587</a></li>
<li>feat(service): Support stat for Dropbox by <a
href="https://github.com/Zheaoli"><code>@​Zheaoli</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2588">apache/incubator-opendal#2588</a></li>
<li>feat(services/dropbox): impl create_dir and polish error handling by
<a href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in
<a
href="https://redirect.github.com/apache/incubator-opendal/pull/2600">apache/incubator-opendal#2600</a></li>
<li>feat(services/dropbox): Implement refresh token support by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2604">apache/incubator-opendal#2604</a></li>
<li>feat(service/dropbox): impl batch delete by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2606">apache/incubator-opendal#2606</a></li>
<li>feat(CI): set Kvrocks test for service redis by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2613">apache/incubator-opendal#2613</a></li>
<li>feat(core): object versioning APIs by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2614">apache/incubator-opendal#2614</a></li>
<li>feat(oay): actually read configuration from <code>oay.toml</code> by
<a href="https://github.com/messense"><code>@​messense</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2615">apache/incubator-opendal#2615</a></li>
<li>feat(services/webdav): impl sink by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2622">apache/incubator-opendal#2622</a></li>
<li>feat(services/fs): impl Sink for Fs by <a
href="https://github.com/Ji-Xinyou"><code>@​Ji-Xinyou</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2626">apache/incubator-opendal#2626</a></li>
<li>feat(core): impl <code>delete_with</code> on blocking operator by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2633">apache/incubator-opendal#2633</a></li>
<li>feat(bindings/C): add support for list in 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/2448">apache/incubator-opendal#2448</a></li>
<li>feat(services/s3): Add detect_region support for S3Builder by <a
href="https://github.com/parkma99"><code>@​parkma99</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2634">apache/incubator-opendal#2634</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>refactor(core): Add ErrorKind InvalidInput to indicate users input
error by <a href="https://github.com/dqhl76"><code>@​dqhl76</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2637">apache/incubator-opendal#2637</a></li>
<li>refactor(services/s3): Add more detect logic for detect_region by <a
href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2645">apache/incubator-opendal#2645</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix(doc): fix codeblock rendering by <a
href="https://github.com/xxchan"><code>@​xxchan</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2592">apache/incubator-opendal#2592</a></li>
<li>fix(service/minitrace): should set local parent by <a
href="https://github.com/andylokandy"><code>@​andylokandy</code></a> in
<a
href="https://redirect.github.com/apache/incubator-opendal/pull/2620">apache/incubator-opendal#2620</a></li>
<li>fix(service/minitrace): update doc by <a
href="https://github.com/andylokandy"><code>@​andylokandy</code></a> in
<a
href="https://redirect.github.com/apache/incubator-opendal/pull/2621">apache/incubator-opendal#2621</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>doc(bindings/haskell): add module document by <a
href="https://github.com/silver-ymz"><code>@​silver-ymz</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2566">apache/incubator-opendal#2566</a></li>
<li>docs: Update license related comments by <a
href="https://github.com/Prashanth-Chandra"><code>@​Prashanth-Chandra</code></a>
in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2573">apache/incubator-opendal#2573</a></li>
<li>docs: add hdfs namenode High Availability related troubleshoot by <a
href="https://github.com/wcy-fdu"><code>@​wcy-fdu</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2601">apache/incubator-opendal#2601</a></li>
<li>docs: polish release doc by <a
href="https://github.com/PsiACE"><code>@​PsiACE</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2608">apache/incubator-opendal#2608</a></li>
<li>docs(blog): add Apache OpenDAL(Incubating): Access Data Freely by <a
href="https://github.com/PsiACE"><code>@​PsiACE</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2607">apache/incubator-opendal#2607</a></li>
<li>docs(RFC): Object Versioning by <a
href="https://github.com/suyanhanx"><code>@​suyanhanx</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2602">apache/incubator-opendal#2602</a></li>
</ul>
<h3>CI</h3>
<ul>
<li>ci: Disable bindings/java deploy for now by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2560">apache/incubator-opendal#2560</a></li>
<li>ci: Disable the failed stage-release job instead by <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2561">apache/incubator-opendal#2561</a></li>
<li>ci: add haddock generator for haskell binding by <a
href="https://github.com/silver-ymz"><code>@​silver-ymz</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2569">apache/incubator-opendal#2569</a></li>
<li>ci(binding/lua): add luarocks package manager support by <a
href="https://github.com/oowl"><code>@​oowl</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2558">apache/incubator-opendal#2558</a></li>
<li>build(deps): bump predicates from 2.1.5 to 3.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/incubator-opendal/pull/2583">apache/incubator-opendal#2583</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/incubator-opendal/commit/40e2a2a5f7aec68331295bd87408081352910d67"><code>40e2a2a</code></a>
Bump to version 0.38.1 (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2638">#2638</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/11eb50fb67bb35c203a6d1e009429c6a7afd751f"><code>11eb50f</code></a>
refactor(services/s3): Add more detect logic for detect_region (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2645">#2645</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/099458fbaf2e878f8f7fd3a1a12e31b6fb2ab720"><code>099458f</code></a>
feat(services/s3): Add detect_region support for S3Builder (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2634">#2634</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/58226a619da06f9b018955840ff976377a4a86b1"><code>58226a6</code></a>
feat(bindings/C): add support for list in C binding (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2448">#2448</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/74db2547b10dc93cb957809f1b696f796b552c3e"><code>74db254</code></a>
refactor(core): Add ErrorKind InvalidInput to indicate users input error
(<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2637">#2637</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/bdd79f05abccea8d200ccba02f288cd04b5a44a0"><code>bdd79f0</code></a>
ci(services/webdav): Setup integration test for nextcloud (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2631">#2631</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/4eadb789a014fe644fc76ffa2199edd71a137eac"><code>4eadb78</code></a>
feat(core): impl <code>delete_with</code> on blocking operator (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2633">#2633</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/c0205fdd612307612012377919f88e85cb379e7a"><code>c0205fd</code></a>
feat(services/fs): impl Sink for Fs (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2626">#2626</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/eaffb47cde25964278d34bc8d940245d7cb81cfc"><code>eaffb47</code></a>
test(oli): add oli related tests (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2624">#2624</a>)</li>
<li><a
href="https://github.com/apache/incubator-opendal/commit/04cb5f085474584be5ffc7f40137fa0f11586728"><code>04cb5f0</code></a>
feat(services/webdav): impl sink (<a
href="https://redirect.github.com/apache/incubator-opendal/issues/2622">#2622</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/incubator-opendal/compare/v0.38.0...v0.38.1">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.38.0&new-version=0.38.1)](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 Jul 18, 2023
1 parent 9c59fea commit 90f494c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

0 comments on commit 90f494c

Please sign in to comment.