Skip to content

Commit

Permalink
Bump the non-critical group with 3 updates (#1051)
Browse files Browse the repository at this point in the history
Bumps the non-critical group with 3 updates:
[assert_fs](https://github.com/assert-rs/assert_fs),
[clap](https://github.com/clap-rs/clap) and
[smallvec](https://github.com/servo/rust-smallvec).

Updates `assert_fs` from 1.1.0 to 1.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md">assert_fs's
changelog</a>.</em></p>
<blockquote>
<h2>[1.1.1] - 2024-01-12</h2>
<h3>Internal</h3>
<ul>
<li>Dependency update</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/caa739c4676e1abe0d14503ca2c3be7186152545"><code>caa739c</code></a>
chore: Release assert_fs version 1.1.1</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/40d86897728363c5a7267e8daca41f710778aa02"><code>40d8689</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/2cfe5d681a77a1ec833c6fd0eee178adc313df79"><code>2cfe5d6</code></a>
chore: Update anstream</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/3a01fdf6c68dcfffce3facd672ad54b5de9b9431"><code>3a01fdf</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/assert_fs/issues/110">#110</a>
from assert-rs/renovate/globwalk-0.x</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/c747cf6467431ffec089aa1c750a6e5e94b9f2be"><code>c747cf6</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/assert_fs/issues/112">#112</a>
from assert-rs/renovate/github-codeql-action-3.x</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/fd8a2aab95d9e1f23ca87006d2cd5eac29bab306"><code>fd8a2aa</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/assert_fs/issues/111">#111</a>
from assert-rs/renovate/actions-setup-python-5.x</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/cb550ee93595b76eb599cc87aae4f8ea25f4267f"><code>cb550ee</code></a>
chore(deps): update github/codeql-action action to v3</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/30faa47db6c8f59539dd972e5261eaae8fb94b2d"><code>30faa47</code></a>
chore(deps): update actions/setup-python action to v5</li>
<li><a
href="https://github.com/assert-rs/assert_fs/commit/3c81a4609598be02d02b8419cab4808f7878ef17"><code>3c81a46</code></a>
chore(deps): update rust crate globwalk to 0.9</li>
<li>See full diff in <a
href="https://github.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap` from 4.4.14 to 4.4.15
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.4.15</h2>
<h2>[4.4.15] - 2024-01-11</h2>
<h3>Fixes</h3>
<ul>
<li>Improve error for <code>args_conflicts_with_subcommands</code></li>
<li>Ensure we error for <code>args_conflicts_with_subcommands</code>
when using subcommand short and long flags</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.4.15] - 2024-01-11</h2>
<h3>Fixes</h3>
<ul>
<li>Improve error for <code>args_conflicts_with_subcommands</code></li>
<li>Ensure we error for <code>args_conflicts_with_subcommands</code>
when using subcommand short and long flags</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/12b5c39d467ea147c21f5eb3063fc0bc2538e9b7"><code>12b5c39</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/1c5b63390babdb4f3a8994436da4e7f9239b7d43"><code>1c5b633</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a5d46410e072b9821f76b21839849c4434a2f8da"><code>a5d4641</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5298">#5298</a>
from epage/conflict</li>
<li><a
href="https://github.com/clap-rs/clap/commit/f529ec398c4262296d5e6eb063b1b52d875d7f03"><code>f529ec3</code></a>
fix(parser): Ensure subcommand flags can conflict</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a7e04a53e4a9e310663a0cdb5bfb0753d84b82bd"><code>a7e04a5</code></a>
fix(parser): Improve subcommand conflict error</li>
<li><a
href="https://github.com/clap-rs/clap/commit/ea00ef3051fd5a993b766062a4e9defc777bf233"><code>ea00ef3</code></a>
refactor(error): Allow more conflict sources</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e47d8a2a660c97b2f37369e503e781156527304f"><code>e47d8a2</code></a>
refactor(parser): Clarify arg error</li>
<li><a
href="https://github.com/clap-rs/clap/commit/69c0509198b3fdc1da54271979cb642903efc2c7"><code>69c0509</code></a>
test(parser): Verify conflicts with precedence</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e2b18f199f77d18b272732907c1fe991e20ec1c2"><code>e2b18f1</code></a>
test(parser): Show flag behavior</li>
<li><a
href="https://github.com/clap-rs/clap/commit/06bff1c95503536953cb6ddb308f52d15b6afe57"><code>06bff1c</code></a>
test(parser): Check subcommands conflict with positionals</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/v4.4.14...v4.4.15">compare
view</a></li>
</ul>
</details>
<br />

Updates `smallvec` from 1.11.2 to 1.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/servo/rust-smallvec/releases">smallvec's
releases</a>.</em></p>
<blockquote>
<h2>v1.12.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>from_const_with_len_unchecked</code> by <a
href="https://github.com/Expyron"><code>@​Expyron</code></a> in <a
href="https://redirect.github.com/servo/rust-smallvec/pull/329">servo/rust-smallvec#329</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Expyron"><code>@​Expyron</code></a> made
their first contribution in <a
href="https://redirect.github.com/servo/rust-smallvec/pull/329">servo/rust-smallvec#329</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.12.0">https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.12.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/servo/rust-smallvec/commit/93b0e20e7cecff656ad4884b0a1dfecbff8f2b7a"><code>93b0e20</code></a>
Version 1.12.0</li>
<li><a
href="https://github.com/servo/rust-smallvec/commit/c638a0b91faabdf78eb0c3dbb2bb826791f96be8"><code>c638a0b</code></a>
Add <code>from_const_with_len_unchecked</code></li>
<li>See full diff in <a
href="https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.12.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 Jan 15, 2024
1 parent 7f28151 commit 816d48e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

0 comments on commit 816d48e

Please sign in to comment.