Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the non-critical group with 5 updates #1141

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps the non-critical group with 5 updates:

Package From To
indicatif 0.17.7 0.17.8
num-traits 0.2.17 0.2.18
thiserror 1.0.56 1.0.57
toml 0.8.8 0.8.10
toml_edit 0.21.1 0.22.4

Updates indicatif from 0.17.7 to 0.17.8

Commits

Updates num-traits from 0.2.17 to 0.2.18

Changelog

Sourced from num-traits's changelog.

Release 0.2.18 (2024-02-07)

Contributors: @​andrewjradcliffe, @​cuviper, @​tarcieri, @​tdelabro, @​waywardmonkeys

Commits
  • eb20b40 Merge pull request #309 from cuviper/release-0.2.18
  • 5c2cc9b Release 0.2.18
  • a095b70 Merge pull request #303 from tarcieri/constant-traits
  • 67d9e74 Avoid Self constructor for Wrapping
  • 6ab6de2 Update src/identities.rs
  • e48ffe2 Update src/identities.rs
  • bc42b83 Rename to ConstZero/ConstOne and re-export from toplevel
  • 536dcf2 Remove blanket impls; add impls for Wrapping
  • 06c0ee0 Add ZeroConstant and OneConstant traits
  • 29c5b46 Merge pull request #308 from cuviper/ci
  • Additional commits viewable in compare view

Updates thiserror from 1.0.56 to 1.0.57

Release notes

Sourced from thiserror's releases.

1.0.57

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#286, thanks @​nyurik)
Commits
  • 1d106b1 Release 1.0.57
  • 8a5c4d1 Use write_str when args only consists of trailing comma
  • f790bee Phrase flag in terms of whether core::fmt machinery is required
  • d43b759 Ignore needless_raw_string_hashes pedantic clippy lint in test
  • d09c418 Touch up PR 286
  • 097251d Merge pull request #286 from nyurik/litstr
  • cd79876 optimize by avoiding second fmt.value() call
  • d7e738e Optimize simple literals for Display::fmt
  • 0717de3 Update ui test suite to nightly-2024-02-08
  • c7c7547 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view

Updates toml from 0.8.8 to 0.8.10

Commits
  • 7f3e276 chore: Release
  • 07c8c2c docs: Update changelog
  • 10392d5 chore: Release
  • 4592fe4 docs: Update changelog
  • b7bd3a4 Merge pull request #675 from epage/dotted-key
  • 89d1416 fix(edit): Preserve previous line decor on leaf key
  • 4e89856 fix(edit): Don't include decor in Key's Display
  • 35e5326 Merge pull request #674 from epage/refactor
  • 0aca85b refactor(encode): Remove trait abstraction
  • 16c8353 test(edit): Show dotted-key comment bug
  • Additional commits viewable in compare view

Updates toml_edit from 0.21.1 to 0.22.4

Commits

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 commands and options

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

Bumps the non-critical group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` | `0.17.8` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.17` | `0.2.18` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.57` |
| [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.10` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.21.1` | `0.22.4` |


Updates `indicatif` from 0.17.7 to 0.17.8
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/commits)

Updates `num-traits` from 0.2.17 to 0.2.18
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.18)

Updates `thiserror` from 1.0.56 to 1.0.57
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.57)

Updates `toml` from 0.8.8 to 0.8.10
- [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.10)

Updates `toml_edit` from 0.21.1 to 0.22.4
- [Commits](toml-rs/toml@v0.21.1...v0.22.4)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
@dependabot dependabot bot requested a review from szymmis as a code owner February 12, 2024 10:49
@dependabot dependabot bot added the rust Pull requests that update Rust code label Feb 12, 2024
@dependabot dependabot bot requested a review from maciektr as a code owner February 12, 2024 10:49
@maciektr maciektr added this pull request to the merge queue Feb 12, 2024
Merged via the queue into main with commit 909c962 Feb 12, 2024
21 checks passed
@maciektr maciektr deleted the dependabot/cargo/non-critical-d832c69c71 branch February 12, 2024 11:17
maciektr pushed a commit that referenced this pull request Feb 14, 2024
Bumps the non-critical group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` |
`0.17.8` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.17` |
`0.2.18` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` |
`1.0.57` |
| [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.10` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.21.1` | `0.22.4` |

Updates `indicatif` from 0.17.7 to 0.17.8
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/console-rs/indicatif/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `num-traits` from 0.2.17 to 0.2.18
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-num/num-traits/blob/master/RELEASES.md">num-traits's
changelog</a>.</em></p>
<blockquote>
<h1>Release 0.2.18 (2024-02-07)</h1>
<ul>
<li><a
href="https://redirect.github.com/rust-num/num-traits/pull/291">The new
<code>Euclid::div_rem_euclid</code> and
<code>CheckedEuclid::checked_div_rem_euclid</code> methods</a>
compute and return the quotient and remainder at the same time.</li>
<li><a
href="https://redirect.github.com/rust-num/num-traits/pull/295">The new
<code>TotalOrder</code> trait implements the IEEE 754
<code>totalOrder</code> predicate.</a></li>
<li><a
href="https://redirect.github.com/rust-num/num-traits/pull/303">The new
<code>ConstZero</code> and <code>ConstOne</code> traits offered
associated constants</a>,
extending the non-const <code>Zero</code> and <code>One</code> traits
for types that have constant values.</li>
</ul>
<p><strong>Contributors</strong>: <a
href="https://github.com/andrewjradcliffe"><code>@​andrewjradcliffe</code></a>,
<a href="https://github.com/cuviper"><code>@​cuviper</code></a>, <a
href="https://github.com/tarcieri"><code>@​tarcieri</code></a>, <a
href="https://github.com/tdelabro"><code>@​tdelabro</code></a>, <a
href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-num/num-traits/commit/eb20b4022c2dd8191ddd1160399d927886830764"><code>eb20b40</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-traits/issues/309">#309</a>
from cuviper/release-0.2.18</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/5c2cc9bf5f42d8298ea2584cbb59549663f2713d"><code>5c2cc9b</code></a>
Release 0.2.18</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/a095b703f39234d20076b30ab45ac792eacbe4cf"><code>a095b70</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-traits/issues/303">#303</a>
from tarcieri/constant-traits</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/67d9e74acc4920777a5591c8bbc1a907da00b3f3"><code>67d9e74</code></a>
Avoid <code>Self</code> constructor for <code>Wrapping</code></li>
<li><a
href="https://github.com/rust-num/num-traits/commit/6ab6de2cf7968dc7e93017ba40eabce5a0920950"><code>6ab6de2</code></a>
Update src/identities.rs</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/e48ffe2118e8733f3715c37319996bd5dbfc59b6"><code>e48ffe2</code></a>
Update src/identities.rs</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/bc42b83117155c84625837ea336691ca119a5b0c"><code>bc42b83</code></a>
Rename to ConstZero/ConstOne and re-export from toplevel</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/536dcf2588ee12a4934329aa08b01e42ed638cda"><code>536dcf2</code></a>
Remove blanket impls; add impls for <code>Wrapping</code></li>
<li><a
href="https://github.com/rust-num/num-traits/commit/06c0ee035cb12a9d3ed1a32e8fde80c04922417f"><code>06c0ee0</code></a>
Add <code>ZeroConstant</code> and <code>OneConstant</code> traits</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/29c5b46e8e378bb4be9a6767c855103b9bd2b700"><code>29c5b46</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-traits/issues/308">#308</a>
from cuviper/ci</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-num/num-traits/compare/num-traits-0.2.17...num-traits-0.2.18">compare
view</a></li>
</ul>
</details>
<br />

Updates `thiserror` from 1.0.56 to 1.0.57
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.57</h2>
<ul>
<li>Generate more efficient <code>Display</code> impl for error message
which do not contain any interpolated value (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/286">#286</a>,
thanks <a
href="https://github.com/nyurik"><code>@​nyurik</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/1d106b169c1ba328bcd64d70d06687413906d751"><code>1d106b1</code></a>
Release 1.0.57</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/8a5c4d1b76eaa667a71dfaeb1373bca36fda4e78"><code>8a5c4d1</code></a>
Use write_str when args only consists of trailing comma</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/f790bee2a401d71ac6e5492c7d1f8bb3a18a0e1c"><code>f790bee</code></a>
Phrase flag in terms of whether core::fmt machinery is required</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/d43b759e3aa02d54dcad59c5eadfc78a8e96536f"><code>d43b759</code></a>
Ignore needless_raw_string_hashes pedantic clippy lint in test</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/d09c4182955b459a4699adaf9b045077308a1d1a"><code>d09c418</code></a>
Touch up PR 286</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/097251d2f538c123c850e1873cd1e0172bf4c151"><code>097251d</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/286">#286</a>
from nyurik/litstr</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/cd79876fe8f2eead51a1d9efa0b0f42467b9bef8"><code>cd79876</code></a>
optimize by avoiding second fmt.value() call</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/d7e738e1d8e339d35a1ea0c4c252b055c66c3526"><code>d7e738e</code></a>
Optimize simple literals for Display::fmt</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/0717de3f507293f6faa7a32d987febb5c39a7048"><code>0717de3</code></a>
Update ui test suite to nightly-2024-02-08</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/c7c75470ec80c253a197b365f4571569ab53a8d9"><code>c7c7547</code></a>
Update ui test suite to nightly-2024-01-31</li>
<li>See full diff in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.56...1.0.57">compare
view</a></li>
</ul>
</details>
<br />

Updates `toml` from 0.8.8 to 0.8.10
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/toml-rs/toml/commit/7f3e276cfb664e7cd95e92a6634e53cd52a2bc71"><code>7f3e276</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/07c8c2c58ab68685f216ec1657b0c37d5d06b626"><code>07c8c2c</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/10392d505993b94b04b9b8c60d04a6204f3c454a"><code>10392d5</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/4592fe421277e6d374e4dd03590f99c2bc112a9a"><code>4592fe4</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/b7bd3a48dd368576f902a7450aeb4c626d35f6dd"><code>b7bd3a4</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/675">#675</a> from
epage/dotted-key</li>
<li><a
href="https://github.com/toml-rs/toml/commit/89d1416932b8e601b16fcbdc9a30a6f4ee1e475a"><code>89d1416</code></a>
fix(edit): Preserve previous line decor on leaf key</li>
<li><a
href="https://github.com/toml-rs/toml/commit/4e8985601f2f8e410a11f3eb9e2a67cd29572343"><code>4e89856</code></a>
fix(edit): Don't include decor in Key's Display</li>
<li><a
href="https://github.com/toml-rs/toml/commit/35e5326b3555029cd10e8ba3a63db53822fc3580"><code>35e5326</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/674">#674</a> from
epage/refactor</li>
<li><a
href="https://github.com/toml-rs/toml/commit/0aca85b294da363ca95b622eb409f6a505fb69e8"><code>0aca85b</code></a>
refactor(encode): Remove trait abstraction</li>
<li><a
href="https://github.com/toml-rs/toml/commit/16c83538c4fdfd7365af1523d1f1ec6a0ae337d0"><code>16c8353</code></a>
test(edit): Show dotted-key comment bug</li>
<li>Additional commits viewable in <a
href="https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.10">compare
view</a></li>
</ul>
</details>
<br />

Updates `toml_edit` from 0.21.1 to 0.22.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/toml-rs/toml/commit/a20848d8a228605e2e4fa30b01c1a71d448de175"><code>a20848d</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/916948a15bec628a0280c7c49f81dc27fe57cecc"><code>916948a</code></a>
Merge branch 'main' into HEAD</li>
<li><a
href="https://github.com/toml-rs/toml/commit/09338a40c023725ab69aea4e7c125610ccad4f68"><code>09338a4</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/f345c8cc1a299dd4ebdc15ae5dc1db2c0399c38e"><code>f345c8c</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/678">#678</a> from
epage/key</li>
<li><a
href="https://github.com/toml-rs/toml/commit/069f404e1f7b23d9164021a21d787e44597c594f"><code>069f404</code></a>
fix(edit): Support more types of tables for key fn</li>
<li><a
href="https://github.com/toml-rs/toml/commit/8fa5a601d412397a2fbf4fc755478a70d414b9be"><code>8fa5a60</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/6a605764d3d52323ee8cc3ab8f3ba601660d5717"><code>6a60576</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/677">#677</a> from
epage/key</li>
<li><a
href="https://github.com/toml-rs/toml/commit/aab7d33ec92a2f1741281b2a64ce2ac62af8d8b4"><code>aab7d33</code></a>
fix(edit): Make rest of key fn's pub</li>
<li><a
href="https://github.com/toml-rs/toml/commit/582a1a8333897ac05c6a9d1e4f9f0d278d9df315"><code>582a1a8</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/404f0170bc2b8ed73e1006cd9c630782fa83c58f"><code>404f017</code></a>
docs: Update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/toml-rs/toml/compare/v0.21.1...v0.22.4">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>
@maciektr maciektr mentioned this pull request Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant