Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates (#263)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.6` | `1.2.7` |
| [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.95` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` |
`3.15.0` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.20` | `0.6.22` |
| [xattr](https://github.com/Stebalien/xattr) | `1.3.1` | `1.4.0` |

Updates `cc` from 1.2.6 to 1.2.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.2.7</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1342">#1342</a>)</li>
<li>Document new supported architecture names in windows::find</li>
<li>Make is_flag_supported_inner take an &amp;Tool (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1337">#1337</a>)</li>
<li>Fix is_flag_supported on msvc (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1336">#1336</a>)</li>
<li>Allow using Visual Studio target names in <code>find_tool</code> (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1335">#1335</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.6...cc-v1.2.7">1.2.7</a>
- 2025-01-03</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1342">#1342</a>)</li>
<li>Document new supported architecture names in windows::find</li>
<li>Make is_flag_supported_inner take an &amp;Tool (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1337">#1337</a>)</li>
<li>Fix is_flag_supported on msvc (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1336">#1336</a>)</li>
<li>Allow using Visual Studio target names in <code>find_tool</code> (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1335">#1335</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/1881acbb3852039a8206ade2232978e73b71335f"><code>1881acb</code></a>
chore: release v1.2.7 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1341">#1341</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/9f9943718d9a317447fdde83c1f05bfabb3a15ba"><code>9f99437</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1342">#1342</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/45d7db73966ebcbdca0d3d496214217094090cc2"><code>45d7db7</code></a>
CI: Add &quot;test-pass&quot; job (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1340">#1340</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/973597d1624fae16af7658a28ba5c2683e5aa917"><code>973597d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1338">#1338</a>
from madsmtm/docs-windows-find</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/6f884fda3def1867fd2830d643d14fb305521a8a"><code>6f884fd</code></a>
Document new supported architecture names in windows::find</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/cfa61d1fefbdcf9cffb1d662d39d926dac85b2a6"><code>cfa61d1</code></a>
Make is_flag_supported_inner take an &amp;Tool (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1337">#1337</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/05a529cbcbe84dd6115b1f70aa75f060b37db998"><code>05a529c</code></a>
Fix is_flag_supported on msvc (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1336">#1336</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/e758ed19151638d468612a076812ea6f10f7f071"><code>e758ed1</code></a>
Allow using Visual Studio target names in <code>find_tool</code> (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1335">#1335</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/accf141919b01e61347600cc37d8ed4e2c8d98f1"><code>accf141</code></a>
CI: Fix caching (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1334">#1334</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.6...cc-v1.2.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.93 to 2.0.95
<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.95</h2>
<ul>
<li>Fix parenthesization of struct literals in let-chains (<a
href="https://redirect.github.com/dtolnay/syn/issues/1832">#1832</a>)</li>
</ul>
<h2>2.0.94</h2>
<ul>
<li>Expression precedence fixes (<a
href="https://redirect.github.com/dtolnay/syn/issues/1811">#1811</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1812">#1812</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1813">#1813</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1814">#1814</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1815">#1815</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1816">#1816</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1818">#1818</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1819">#1819</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1820">#1820</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1825">#1825</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1826">#1826</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1827">#1827</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1828">#1828</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1829">#1829</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1830">#1830</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/c7b76389008415d7b7634a3265bc8453f994275b"><code>c7b7638</code></a>
Release 2.0.95</li>
<li><a
href="https://github.com/dtolnay/syn/commit/a8096895ab74b7448afc2ddd2ee770a442fde6e4"><code>a809689</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1832">#1832</a>
from dtolnay/cond</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3f8bac676ef7e81823b6eaaee5217557dee6fa0f"><code>3f8bac6</code></a>
Rewrite condition printing to parenthesize leafs instead of whole
cond</li>
<li><a
href="https://github.com/dtolnay/syn/commit/52699de1b03821953a17090ff29d241ae0ef686d"><code>52699de</code></a>
Print syntax trees in test_fixup failure</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5c935d2fc27129170c51d11571f55d3f65e90fde"><code>5c935d2</code></a>
Reuse print_subexpression outside of expr.rs</li>
<li><a
href="https://github.com/dtolnay/syn/commit/505ab0091110a607c2c32f4fc45cb7e17f908102"><code>505ab00</code></a>
Fix trailing comma not inserted by rustfmt</li>
<li><a
href="https://github.com/dtolnay/syn/commit/417ff92f3fa7d0e718cca21f5e02a2b45570e8ba"><code>417ff92</code></a>
Release 2.0.94</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b2fa2109794eab06677fb8eed6686f74ae47ac82"><code>b2fa210</code></a>
Add test of deeply nested prefix ranges</li>
<li><a
href="https://github.com/dtolnay/syn/commit/bd02f07e3b7d019f023c26619beee4ec5889263a"><code>bd02f07</code></a>
Test larger expr depth</li>
<li><a
href="https://github.com/dtolnay/syn/commit/8b162d4ea875bf0ab23c5e9cf2a4b1565140a656"><code>8b162d4</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1830">#1830</a>
from dtolnay/scan</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/2.0.93...2.0.95">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.14.0 to 3.15.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.15.0</h2>
<p>Re-seed the per-thread RNG from system randomness when we repeatedly
fail to create temporary files (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/314">#314</a>).
This resolves a potential DoS vector (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/178">#178</a>)
while avoiding <code>getrandom</code> in the common case where it's
necessary. The feature is optional but enabled by default via the
<code>getrandom</code> feature.</p>
<p>For libc-free builds, you'll either need to disable this feature or
opt-in to a different <a
href="https://github.com/rust-random/getrandom?tab=readme-ov-file#opt-in-backends"><code>getrandom</code>
backend</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/e7a40e3731c609a06fe959c88e8f681e31f17079"><code>e7a40e3</code></a>
Release v3.15.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/ea45f476d72c89ced3b978fa30de8ef648183cb7"><code>ea45f47</code></a>
feat: re-seed from system randomness on collision (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/314">#314</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/16209da6e651577860f65ff0179ddb7ad071b780"><code>16209da</code></a>
Fix link to ticket in changelog (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/310">#310</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/ae22b273a1bb539018c748f1613a8f2ca29038c4"><code>ae22b27</code></a>
docs: add owasp link on insecure temporary files (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/309">#309</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `winnow` from 0.6.20 to 0.6.22
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md">winnow's
changelog</a>.</em></p>
<blockquote>
<h2>[0.6.22] - 2025-01-03</h2>
<h3>Fixes</h3>
<ul>
<li>Respect <code>is_partial</code> in <code>take_till</code></li>
</ul>
<h2>[0.6.21] - 2024-12-31</h2>
<h3>Performance</h3>
<ul>
<li>More inlining</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Clarify roles of <code>peek</code> and
<code>Parser::parse_peek</code></li>
<li>Provide more context for people coming from <code>nom</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/winnow-rs/winnow/commit/a168dcb647e71606cbdcc09cc2781c801d0cb6cd"><code>a168dcb</code></a>
chore: Release</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/f45736e20085fc056f4e1a71601073050018e985"><code>f45736e</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/a37ad4a4d0cde2306b331949e67c6deeec98fa90"><code>a37ad4a</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/654">#654</a>
from epage/partial</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/eded0f272b54211a3deb307d886e6da64abc3766"><code>eded0f2</code></a>
fix(token): Respect 'is_partial' in 'take_till'</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/4399c7e191f93bbeddf2a1164287d1feefc97f21"><code>4399c7e</code></a>
chore: Allow releasing from release branches</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/8bcbdb0d53ceb0c3f5d909f75ba4e6dac33dbd63"><code>8bcbdb0</code></a>
chore: Release</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/219015465117c5f5d5decbddb1ec10cd8dbdd13a"><code>2190154</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/7509bbd8ccca422d3019877dc097ceb2e9d3d509"><code>7509bbd</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/644">#644</a>
from epage/perf</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/1907d531473545647f5f475fdc4d03aee51f5da7"><code>1907d53</code></a>
perf: Further tweak inlining</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/172bc9d9b2c6c56830dfa235d268dd6e54e75489"><code>172bc9d</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/641">#641</a>
from epage/nom</li>
<li>Additional commits viewable in <a
href="https://github.com/winnow-rs/winnow/compare/v0.6.20...v0.6.22">compare
view</a></li>
</ul>
</details>
<br />

Updates `xattr` from 1.3.1 to 1.4.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/xattr/commit/8e556daa6ab20fdeda23ccdbdf23c14b714bcf1c"><code>8e556da</code></a>
Release 1.4.0</li>
<li><a
href="https://github.com/Stebalien/xattr/commit/f0588d99e6b0f99d632b533a838319a8b9792bb6"><code>f0588d9</code></a>
Implement Debug for XAttrs (<a
href="https://redirect.github.com/Stebalien/xattr/issues/66">#66</a>)</li>
<li><a
href="https://github.com/Stebalien/xattr/commit/ccd5a1cdc16c8c71d4ee9316a6bf1bcccaf19447"><code>ccd5a1c</code></a>
Implement Default for XAttrs structs (<a
href="https://redirect.github.com/Stebalien/xattr/issues/65">#65</a>)</li>
<li><a
href="https://github.com/Stebalien/xattr/commit/5b3a2846c9ef38709fc585f98a27b79c74ce08ae"><code>5b3a284</code></a>
Reformat all with rust-analyzer (<a
href="https://redirect.github.com/Stebalien/xattr/issues/64">#64</a>)</li>
<li><a
href="https://github.com/Stebalien/xattr/commit/c62bb265e036e89afbddb3d141c8c91895bf430d"><code>c62bb26</code></a>
Add GNU/Hurd support (<a
href="https://redirect.github.com/Stebalien/xattr/issues/60">#60</a>)</li>
<li><a
href="https://github.com/Stebalien/xattr/commit/b92dbc9530542e2481483893a75fc3269d65c959"><code>b92dbc9</code></a>
chore: update rustix (<a
href="https://redirect.github.com/Stebalien/xattr/issues/59">#59</a>)</li>
<li><a
href="https://github.com/Stebalien/xattr/commit/d41316a862ec1823514eb9ae1ab1382a63adc0a4"><code>d41316a</code></a>
Add deref test (<a
href="https://redirect.github.com/Stebalien/xattr/issues/58">#58</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/xattr/compare/v1.3.1...v1.4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent c29e771 commit bf88ac7
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Cargo.lock

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

0 comments on commit bf88ac7

Please sign in to comment.