Skip to content

Commit

Permalink
Bump the non-critical group with 5 updates (#1141)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and maciektr committed Feb 14, 2024
1 parent 5398ae7 commit 1ac75ce
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ thiserror = "1"
time = "0.3"
tokio = { version = "1", features = ["macros", "io-util", "rt", "rt-multi-thread", "sync"] }
toml = "0.8"
toml_edit = { version = "0.21", features = ["serde"] }
toml_edit = { version = "0.22", features = ["serde"] }
tower-http = { version = "0.4", features = ["fs"] }
tracing = "0.1"
tracing-log = "0.2"
Expand Down

0 comments on commit 1ac75ce

Please sign in to comment.