Commit 3635ae2
authored
chore(deps): bump the cargo group across 1 directory with 2 updates (#101)
Bumps the cargo group with 2 updates in the / directory:
[log](https://github.com/rust-lang/log) and
[reqwest](https://github.com/seanmonstar/reqwest).
Updates `log` from 0.4.33 to 0.4.34
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.34</h2>
<h2>What's Changed</h2>
<ul>
<li>doc: Add context-logger utility to README by <a
href="https://github.com/alekseysidorov"><code>@alekseysidorov</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/735">rust-lang/log#735</a></li>
<li>Add alloc support for boxed loggers by <a
href="https://github.com/malezjaa"><code>@malezjaa</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/737">rust-lang/log#737</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/alekseysidorov"><code>@alekseysidorov</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/735">rust-lang/log#735</a></li>
<li><a href="https://github.com/malezjaa"><code>@malezjaa</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/737">rust-lang/log#737</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.33...0.4.34">https://github.com/rust-lang/log/compare/0.4.33...0.4.34</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.34] - 2026-08-22</h2>
<h2>What's Changed</h2>
<ul>
<li>doc: Add context-logger utility to README by <a
href="https://github.com/alekseysidorov"><code>@alekseysidorov</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/735">rust-lang/log#735</a></li>
<li>Add alloc support for boxed loggers by <a
href="https://github.com/malezjaa"><code>@malezjaa</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/737">rust-lang/log#737</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/alekseysidorov"><code>@alekseysidorov</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/735">rust-lang/log#735</a></li>
<li><a href="https://github.com/malezjaa"><code>@malezjaa</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/737">rust-lang/log#737</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.33...0.4.34">https://github.com/rust-lang/log/compare/0.4.33...0.4.34</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/log/commit/8034743dd9d7f7583bd9a670271483d176130911"><code>8034743</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/738">#738</a>
from rust-lang/cargo/0.4.34</li>
<li><a
href="https://github.com/rust-lang/log/commit/7d1e24e3506d4ffa1badf6c9ea357779877adaf0"><code>7d1e24e</code></a>
prepare for 0.4.34 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/3b939b6714616dc32193c12019861c7c518c5edb"><code>3b939b6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/737">#737</a>
from malezjaa/master</li>
<li><a
href="https://github.com/rust-lang/log/commit/b88266cfed8b287f8c35b2015808b09b056f61af"><code>b88266c</code></a>
Add alloc support for boxed loggers</li>
<li><a
href="https://github.com/rust-lang/log/commit/037d7a58f6ad184abb3afc4db81d37c43a5696ec"><code>037d7a5</code></a>
doc: Add context-logger utility to README</li>
<li>See full diff in <a
href="https://github.com/rust-lang/log/compare/0.4.33...0.4.34">compare
view</a></li>
</ul>
</details>
<br />
Updates `reqwest` from 0.13.4 to 0.13.5
<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.13.5</h2>
<h2>tl;dr</h2>
<ul>
<li>Add <code>Error::is_dns()</code> to identify errors caused by DNS
resolution failures.</li>
<li>Add <code>ClientBuilder::http1_max_headers(usize)</code> to
configure the maximum number of headers accepted in an HTTP/1 response
(default 100).</li>
<li>Add TLS version to <code>TlsInfo</code> extension.</li>
<li>Fix hickory-dns feature to use <code>Ipv6AndIpv4</code> strategy to
prefer IPv6.</li>
<li>Fix sending wrong proxy-auth if multiple proxies intercept a given
URL.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>fix(blocking): preserve version and extensions in TryFrom<a
href="http::Request">http::Request</a> by <a
href="https://github.com/wwhsaber"><code>@wwhsaber</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3050">seanmonstar/reqwest#3050</a></li>
<li>Remove unnecessary clones by <a
href="https://github.com/FranciscoTGouveia"><code>@FranciscoTGouveia</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3052">seanmonstar/reqwest#3052</a></li>
<li>Add <code>Referrer</code> and <code>Referrer Policy</code> methods
to WASM Request API by <a
href="https://github.com/Billy-Sheppard"><code>@Billy-Sheppard</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3049">seanmonstar/reqwest#3049</a></li>
<li>chore(deps): bump actions/checkout from 6 to 7 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3058">seanmonstar/reqwest#3058</a></li>
<li>feat: add <code>Error::is_dns()</code> to identify DNS resolution
failures by <a
href="https://github.com/JoakoI98"><code>@JoakoI98</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3057">seanmonstar/reqwest#3057</a></li>
<li>Fix blocking client timeout panic by <a
href="https://github.com/V-Mann-Nick"><code>@V-Mann-Nick</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3060">seanmonstar/reqwest#3060</a></li>
<li>Use <code>LookupIpStrategy::Ipv6AndIpv4</code> to actually prefer
IPv6 when using <code>hickory-dns</code> by <a
href="https://github.com/FalkWoldmann"><code>@FalkWoldmann</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3063">seanmonstar/reqwest#3063</a></li>
<li>feat: Add ClientBuilder::http1_max_headers by <a
href="https://github.com/smaeda-ks"><code>@smaeda-ks</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3065">seanmonstar/reqwest#3065</a></li>
<li>feat: expose the negotiated TLS version via <code>TlsInfo</code> by
<a
href="https://github.com/dennisameling"><code>@dennisameling</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3067">seanmonstar/reqwest#3067</a></li>
<li>fix(error): detect timeouts wrapped in body decode errors by <a
href="https://github.com/raphaelroshan"><code>@raphaelroshan</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3064">seanmonstar/reqwest#3064</a></li>
<li>Remove unnecessary clones and a cast by <a
href="https://github.com/FranciscoTGouveia"><code>@FranciscoTGouveia</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3071">seanmonstar/reqwest#3071</a></li>
<li>chore(deps): upgrade base64 to 0.23 by <a
href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3074">seanmonstar/reqwest#3074</a></li>
<li>perf(body): reuse tokio::time::Sleep timer via reset() in
ReadTimeoutBody by <a
href="https://github.com/spellsaif"><code>@spellsaif</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3085">seanmonstar/reqwest#3085</a></li>
<li>fix(cookie): avoid cloning store and url on Poll::Pending in
ResponseFuture::poll by <a
href="https://github.com/spellsaif"><code>@spellsaif</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3084">seanmonstar/reqwest#3084</a></li>
<li>src/async_impl/request.rs_improved_doc_for_json_fn: by <a
href="https://github.com/Athleteg"><code>@Athleteg</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3082">seanmonstar/reqwest#3082</a></li>
<li>fix: proxy could use wrong credentials if many matched by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3098">seanmonstar/reqwest#3098</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/wwhsaber"><code>@wwhsaber</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3050">seanmonstar/reqwest#3050</a></li>
<li><a
href="https://github.com/FranciscoTGouveia"><code>@FranciscoTGouveia</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3052">seanmonstar/reqwest#3052</a></li>
<li><a
href="https://github.com/Billy-Sheppard"><code>@Billy-Sheppard</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3049">seanmonstar/reqwest#3049</a></li>
<li><a href="https://github.com/JoakoI98"><code>@JoakoI98</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3057">seanmonstar/reqwest#3057</a></li>
<li><a
href="https://github.com/V-Mann-Nick"><code>@V-Mann-Nick</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3060">seanmonstar/reqwest#3060</a></li>
<li><a
href="https://github.com/FalkWoldmann"><code>@FalkWoldmann</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3063">seanmonstar/reqwest#3063</a></li>
<li><a href="https://github.com/smaeda-ks"><code>@smaeda-ks</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3065">seanmonstar/reqwest#3065</a></li>
<li><a
href="https://github.com/raphaelroshan"><code>@raphaelroshan</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3064">seanmonstar/reqwest#3064</a></li>
<li><a href="https://github.com/spellsaif"><code>@spellsaif</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3085">seanmonstar/reqwest#3085</a></li>
<li><a href="https://github.com/Athleteg"><code>@Athleteg</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3082">seanmonstar/reqwest#3082</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.13.4...v0.13.5">https://github.com/seanmonstar/reqwest/compare/v0.13.4...v0.13.5</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.13.5</h2>
<ul>
<li>Add <code>Error::is_dns()</code> to identify errors caused by DNS
resolution failures.</li>
<li>Add <code>ClientBuilder::http1_max_headers(usize)</code> to
configure the maximum number of headers accepted in an HTTP/1 response
(default 100).</li>
<li>Add TLS version to <code>TlsInfo</code> extension.</li>
<li>Fix hickory-dns feature to use <code>Ipv6AndIpv4</code> strategy to
prefer IPv6.</li>
<li>Fix sending wrong proxy-auth if multiple proxies intercept a given
URL.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/de55373434f07f42926599dbb5a88550d8e55112"><code>de55373</code></a>
v0.13.5</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/4d3fe121f99f74f912b9a39d789f06f13688c8c8"><code>4d3fe12</code></a>
fix: proxy could use wrong credentials if many matched (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3098">#3098</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/9f06fd28abe53e5ff84a091825ea5ce8984b51e0"><code>9f06fd2</code></a>
docs: improve description of JSON method (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3082">#3082</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/5bdb2f0eaaa4b2cf047e9d227c02d55ac2aa4732"><code>5bdb2f0</code></a>
perf(cookie): avoid cloning store and url on Poll::Pending in
ResponseFuture:...</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/ffda2631e705547cd5bd209b7b01c6aaf25133ae"><code>ffda263</code></a>
perf(body): reuse tokio::time::Sleep timer via reset() in
ReadTimeoutBody (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3">#3</a>...</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/4e9a3c7c8af164e6be24f481b51d697353e06ecb"><code>4e9a3c7</code></a>
chore: add pull request template for human-written content</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/17e9bcb51c46edebfb6f5f2f5184b51dac4b3a7d"><code>17e9bcb</code></a>
chore(deps): upgrade base64 to 0.23 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3074">#3074</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/221abe9ec921e22fe1bafaed47b51b03bed4b7c3"><code>221abe9</code></a>
chore: Remove unnecessary clones and a cast (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3071">#3071</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/99996a1b3db5e7e27ce58512be42c581a9a8a7cb"><code>99996a1</code></a>
fix(error): detect timeouts wrapped in body decode errors (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3064">#3064</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/fc99bd5b15c72c65f615848d7b048df94aeadcd9"><code>fc99bd5</code></a>
feat: expose the negotiated TLS version via <code>TlsInfo</code> (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3067">#3067</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.13.4...v0.13.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 72e764b commit 3635ae2
1 file changed
Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments