dependabot[bot] opened a new pull request, #296: URL: https://github.com/apache/iceberg-rust/pull/296
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.27</h2> <h2>What's Changed</h2> <ul> <li>Add <code>hickory-dns</code> feature, deprecating <code>trust-dns</code>.</li> <li>(wasm) Fix <code>Form::text()</code> to not set octet-stream for plain text fields.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ashdnazg"><code>@​ashdnazg</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2174">seanmonstar/reqwest#2174</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27">https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.27</h2> <ul> <li>Add <code>hickory-dns</code> feature, deprecating <code>trust-dns</code>.</li> <li>(wasm) Fix <code>Form::text()</code> to not set octet-stream for plain text fields.</li> </ul> <h2>v0.11.26</h2> <ul> <li>Revert <code>system-configuration</code> upgrade, which broke MSRV on macOS.</li> </ul> <h2>v0.11.25</h2> <ul> <li>Fix <code>Certificate::from_pem_bundle()</code> parsing.</li> <li>Fix Apple linker errors from detecting system proxies.</li> </ul> <h2>v0.11.24</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> <h2>v0.11.23</h2> <ul> <li>Add <code>Proxy::custom_http_auth(val)</code> for setting the raw <code>Proxy-Authorization</code> header when connecting to proxies.</li> <li>Fix redirect to reject locations that are not <code>http://</code> or <code>https://</code>.</li> <li>Fix setting <code>nodelay</code> when TLS is enabled but URL is HTTP.</li> <li>(wasm) Add <code>ClientBuilder::user_agent(val)</code>.</li> <li>(wasm) add <code>multipart::Form::headers(headers)</code>.</li> </ul> <h2>v0.11.22</h2> <ul> <li>Fix compilation on Windows when <code>trust-dns</code> is enabled.</li> </ul> <h2>v0.11.21</h2> <ul> <li>Add automatically detecting macOS proxy settings.</li> <li>Add <code>ClientBuilder::tls_info(bool)</code>, which will put <code>tls::TlsInfo</code> into the response extensions.</li> <li>Fix trust-dns resolver from possible hangs.</li> <li>Fix connect timeout to be split among multiple IP addresses.</li> </ul> <h2>v0.11.20</h2> <ul> <li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li> </ul> <h2>v0.11.19</h2> <ul> <li>Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> option.</li> <li>Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> option.</li> <li>Add support for <code>ALL_PROXY</code> environment variable.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/cf69fd4bfe22855d576497eb94e9eb549e742475"><code>cf69fd4</code></a> v0.11.27</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d0d2b47abe38fc989314da8b432305436bd082b5"><code>d0d2b47</code></a> docs: add note about sponsors/support</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/2fe53c55f07066da8afd2ba9d6dcc3f008e8a0c2"><code>2fe53c5</code></a> refactor: Migrate trust-dns to hickory-dns</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/6904889488cd1385a6973e8ebbd25168e4f50e56"><code>6904889</code></a> (wasm) fix: Form::text on wasm setting octet-stream mime type and file name. ...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/54bb70929d36ce7c4d0fc6e598c0543018da07b9"><code>54bb709</code></a> v0.11.26</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d33480083bdc7aedae5b81720839d227e48f7323"><code>d334800</code></a> Revert "fix: Patch <code>system-configuration</code> version (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2130">#2130</a>)" (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2172">#2172</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c7940c628b865f004bceccbf90fa5e6dd0487925"><code>c7940c6</code></a> revert: hyper v1 upgrade (for now)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e3192638518d577759dd89da489175b8f992b12f"><code>e319263</code></a> Fix missing tokio/io-util (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2168">#2168</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/037111f2fbd471e9c3c5b3815a5b10283b2729af"><code>037111f</code></a> feat: Allow binding interface (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2163">#2163</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/bfc54fc3a13d071c8beb6bcc49b066d96bfecb10"><code>bfc54fc</code></a> feat: Add http2 cargo feature (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2162">#2162</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.11.27">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 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 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org