Skip to content

Commit

Permalink
[cargo] Bump the non-major-dependencies group with 4 updates (#1113)
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 4 updates:
[regex](https://github.com/rust-lang/regex),
[reqwest](https://github.com/seanmonstar/reqwest),
[syn](https://github.com/dtolnay/syn) and
[tempfile](https://github.com/Stebalien/tempfile).

Updates `regex` from 1.10.6 to 1.11.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's
changelog</a>.</em></p>
<blockquote>
<h1>1.11.0 (2024-09-29)</h1>
<p>This is a new minor release of <code>regex</code> that brings in an
update to the
Unicode Character Database. Specifically, this updates the Unicode data
used by <code>regex</code> internally to the version 16 release.</p>
<p>New features:</p>
<ul>
<li>[FEATURE <a
href="https://redirect.github.com/rust-lang/regex/issues/1228">#1228</a>](<a
href="https://redirect.github.com/rust-lang/regex/pull/1228">rust-lang/regex#1228</a>):
Add new <code>regex::SetMatches::matched_all</code> method.</li>
<li>[FEATURE <a
href="https://redirect.github.com/rust-lang/regex/issues/1229">#1229</a>](<a
href="https://redirect.github.com/rust-lang/regex/pull/1229">rust-lang/regex#1229</a>):
Update to Unicode Character Database (UCD) version 16.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/regex/commit/bcbe40342628b15ab2543d386c745f7f0811b791"><code>bcbe403</code></a>
1.11.0</li>
<li><a
href="https://github.com/rust-lang/regex/commit/9e17e56d3bd77f135f8ffccefcea3f49cbb0cd44"><code>9e17e56</code></a>
deps: bump regex-automata</li>
<li><a
href="https://github.com/rust-lang/regex/commit/58e16f50f07729bf856570d1a8be0de0b4d5e9e0"><code>58e16f5</code></a>
regex-automata-0.4.8</li>
<li><a
href="https://github.com/rust-lang/regex/commit/4bb1e3d992a4e237c5ad535f1798f7a46552c34d"><code>4bb1e3d</code></a>
deps: bump regex-syntax</li>
<li><a
href="https://github.com/rust-lang/regex/commit/cba0fbc0194456f644040d7558ae6ed261d57cc2"><code>cba0fbc</code></a>
regex-syntax-0.8.5</li>
<li><a
href="https://github.com/rust-lang/regex/commit/1533257e7d337022bbfae9df99fb99948044aa87"><code>1533257</code></a>
changelog: 1.11.0</li>
<li><a
href="https://github.com/rust-lang/regex/commit/9239e7e2feb996e8d764dbda23614663a1882ece"><code>9239e7e</code></a>
data: update to UCD 16</li>
<li><a
href="https://github.com/rust-lang/regex/commit/7691e4913d1f0c7d15dc6e1f95cf07474f614bd9"><code>7691e49</code></a>
cli: include \w, \s and \d in Unicode data table generation</li>
<li><a
href="https://github.com/rust-lang/regex/commit/b790aa5d2880ad4aeb1820fcb4bd6046f9c50dd6"><code>b790aa5</code></a>
api: add SetMatches::matched_all</li>
<li><a
href="https://github.com/rust-lang/regex/commit/d3d3ff7abe4d98972a2d2cde1202ce903ddd4e14"><code>d3d3ff7</code></a>
cli: remove some dead code</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/regex/compare/1.10.6...1.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `reqwest` from 0.12.7 to 0.12.8
<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.12.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for SOCKS4 proxies.</li>
<li>Add <code>multipart::Form::file()</code> method for adding files
easily.</li>
<li>Add <code>Body::wrap()</code> to wrap any
<code>http_body::Body</code> type.</li>
<li>Fix the pool configuration to use a timer to remove expired
connections.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2402">seanmonstar/reqwest#2402</a></li>
<li><a href="https://github.com/NaokiM03"><code>@​NaokiM03</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2106">seanmonstar/reqwest#2106</a></li>
<li><a href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2255">seanmonstar/reqwest#2255</a></li>
<li><a href="https://github.com/Jaltaire"><code>@​Jaltaire</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2400">seanmonstar/reqwest#2400</a></li>
<li><a href="https://github.com/Hyask"><code>@​Hyask</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2418">seanmonstar/reqwest#2418</a></li>
<li><a
href="https://github.com/Jake-Shadle"><code>@​Jake-Shadle</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2427">seanmonstar/reqwest#2427</a></li>
<li><a href="https://github.com/RobMor"><code>@​RobMor</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2434">seanmonstar/reqwest#2434</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8</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.12.8</h2>
<ul>
<li>Add support for SOCKS4 proxies.</li>
<li>Add <code>multipart::Form::file()</code> method for adding files
easily.</li>
<li>Add <code>Body::wrap()</code> to wrap any
<code>http_body::Body</code> type.</li>
<li>Fix the pool configuration to use a timer to remove expired
connections.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/95fec09be9503d82c574f94e37dde0a814d1f850"><code>95fec09</code></a>
v0.12.8</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/baf9712df1ebfc3a5ed8504e1ab3372baf94b0ac"><code>baf9712</code></a>
fix: pass pool_timer to hyper_util to enable the idle cleanup task (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2434">#2434</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/d85f44b217f36f8bef065fe95877eab98c52c2e5"><code>d85f44b</code></a>
Bump rustls-native-certs (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2427">#2427</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/c8665be59b070349401768f04cdc933e0107833a"><code>c8665be</code></a>
tests: use a documented test network for testing</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/964b1c62a1aff367fb560e0feb5f48bda3dcca7a"><code>964b1c6</code></a>
tests: bypass the proxy when testing timeouts</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/09884ed0a09d43ebd5c67491caf4ad5683fba995"><code>09884ed</code></a>
feat: Add support for SOCKS4 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/610">#610</a>)
(<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/a13a6bcb019fb594543edeb8146920b5f2e7b98f"><code>a13a6bc</code></a>
ci: pin tokio-util for msrv job (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2412">#2412</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/4cc8ec8a0a43df04348f3b06cd1322522c43f3f8"><code>4cc8ec8</code></a>
feat: Expose <code>streaming</code> as public API <code>wrap</code> (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2255">#2255</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/cc3dd510c0cb50ee03be217ea864d84e744658d1"><code>cc3dd51</code></a>
Add file function to async::multipart (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2106">#2106</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/193ed1fae73e9c44846a089506884d3b8f2865a6"><code>193ed1f</code></a>
chore: Depend on wasm-bindgen 0.2.89 or higher</li>
<li>See full diff in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.77 to 2.0.79
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.79</h2>
<ul>
<li>Fix infinite loop on parsing chained ranges (<a
href="https://redirect.github.com/dtolnay/syn/issues/1741">#1741</a>)</li>
<li>Fix panic in parsing <code>use</code> items containing absolute
paths (<a
href="https://redirect.github.com/dtolnay/syn/issues/1742">#1742</a>)</li>
</ul>
<h2>2.0.78</h2>
<ul>
<li>Fix infinite loop on chained comparison (<a
href="https://redirect.github.com/dtolnay/syn/issues/1739">#1739</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/732e6e39406538aebe34ed5f5803113a48c28602"><code>732e6e3</code></a>
Release 2.0.79</li>
<li><a
href="https://github.com/dtolnay/syn/commit/af63396422250a1c7c80e6f12da08ce31ea435af"><code>af63396</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1742">#1742</a>
from dtolnay/usecrateroot</li>
<li><a
href="https://github.com/dtolnay/syn/commit/31e863233872eb3f4239a25f42030c369c22d72b"><code>31e8632</code></a>
Fix construction of UseGroup containing crate roots</li>
<li><a
href="https://github.com/dtolnay/syn/commit/037861ac3ca6f91aec7f7c20811535488dafaec4"><code>037861a</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1741">#1741</a>
from dtolnay/binoploop</li>
<li><a
href="https://github.com/dtolnay/syn/commit/8df4dd0fa4c353a2979bd56c34955e9335bb701d"><code>8df4dd0</code></a>
Force cursor to advance in parse_expr calls</li>
<li><a
href="https://github.com/dtolnay/syn/commit/09d020f5a10b3d3e4d54ec03290f773be91b9cac"><code>09d020f</code></a>
Release 2.0.78</li>
<li><a
href="https://github.com/dtolnay/syn/commit/7eaebfbb470fd056ee95ec892fc012ce292e7209"><code>7eaebfb</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1739">#1739</a>
from dtolnay/chainedcomparison</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b3d2886fc9bbff5eb45995c72beec0463a8cec2a"><code>b3d2886</code></a>
Fix infinite loop on chained comparison</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3f3d0c57ac66b4fa42a3f10209dd1fde29c5ce57"><code>3f3d0c5</code></a>
Add regression test for issue 1738</li>
<li><a
href="https://github.com/dtolnay/syn/commit/346efaec55d7a3865a42fcd1007f45a8a7549052"><code>346efae</code></a>
Touch up PR 1737</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/2.0.77...2.0.79">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.12.0 to 3.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.13.0</h2>
<ul>
<li>Add <code>with_suffix</code> constructors for easily creating new
temporary files with a specific suffix (e.g., a specific file
extension). Thanks to <a
href="https://github.com/Borgerr"><code>@​Borgerr</code></a>.</li>
<li>Update dependencies (fastrand &amp; rustix).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a354f8cb118004cb0c4c6b6aa6bb351e6c191b96"><code>a354f8c</code></a>
chore: release 3.13.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d21b602fa28182468909ac44a2ac60b7f0a16f95"><code>d21b602</code></a>
chore: update deps</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d6600da8fc542c7076a4de129e98e40cdb4bad4f"><code>d6600da</code></a>
Add for <code>with_suffix</code> (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/299">#299</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/19280c588988101ea2ab796877766ca5bd23f397"><code>19280c5</code></a>
Document current default permissions for tempdirs (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/296">#296</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/c5eac9f6905d23c5d6fb96df7637be5d04c3c993"><code>c5eac9f</code></a>
fix: address clippy unnecessary deref lint in test (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/294">#294</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.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 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 <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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 133f0ef commit f764bb4
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 61 deletions.
Loading

0 comments on commit f764bb4

Please sign in to comment.