Skip to content

Commit

Permalink
[cargo] Bump the non-major-dependencies group with 3 updates (#1192)
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 3 updates:
[anyhow](https://github.com/dtolnay/anyhow),
[semver](https://github.com/dtolnay/semver) and
[serde](https://github.com/serde-rs/serde).

Updates `anyhow` from 1.0.93 to 1.0.94
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.94</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8ceb5e988fcae18270745e291efb8bd716c25bf0"><code>8ceb5e9</code></a>
Release 1.0.94</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/b9009abc16b3a8222a70ead8a81291a7aed19f9b"><code>b9009ab</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/399">#399</a>
from dtolnay/okvalue</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/863791a66d1b2d3033e111930684214f41ed0220"><code>863791a</code></a>
Align naming between Ok function argument and its documentation</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/2081692170f24eecc10c79288c82b2a300f3bf7d"><code>2081692</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/398">#398</a>
from zertosh/ok_doc_format</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/cc2cecb428b4eeb35ffb332d1f878f210a1e3fa3"><code>cc2cecb</code></a>
Fix anyhow::Ok rustdoc code formatting</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8852dc321822fe26b5cc84b2333904c897aff70a"><code>8852dc3</code></a>
Prevent upload-artifact from causing CI failure</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94">compare
view</a></li>
</ul>
</details>
<br />

Updates `semver` from 1.0.23 to 1.0.24
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/semver/releases">semver's
releases</a>.</em></p>
<blockquote>
<h2>1.0.24</h2>
<ul>
<li>Optimize Ord impls for semver::Prerelease and semver::BuildMetadata
(<a
href="https://redirect.github.com/dtolnay/semver/issues/328">#328</a>,
thanks <a
href="https://github.com/Eh2406"><code>@​Eh2406</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/semver/commit/6f4069dd66f437361631d076b4226dc540a08d12"><code>6f4069d</code></a>
Release 1.0.24</li>
<li><a
href="https://github.com/dtolnay/semver/commit/d03aba3a5126baffaecf285648fad0297a1449d7"><code>d03aba3</code></a>
Touch up PR 328</li>
<li><a
href="https://github.com/dtolnay/semver/commit/238757dae165ecd6b3fdcb8ab555bf9036234bf2"><code>238757d</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/328">#328</a>
from Eh2406/master</li>
<li><a
href="https://github.com/dtolnay/semver/commit/75856ef55b34f0201392b196bf4ad12e04610790"><code>75856ef</code></a>
faster Ord when Eq</li>
<li><a
href="https://github.com/dtolnay/semver/commit/89504eb28ca03d3f5f62d42e0f31e841b7635984"><code>89504eb</code></a>
Prevent upload-artifact step from causing CI failure</li>
<li><a
href="https://github.com/dtolnay/semver/commit/d1b17a9a09ede77e534e5947bb2845f0913461b1"><code>d1b17a9</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li><a
href="https://github.com/dtolnay/semver/commit/4ea60ae121bf0c8c5ad7e7aa5a9f663f305b7400"><code>4ea60ae</code></a>
Resolve doc_lazy_continuation clippy lint</li>
<li><a
href="https://github.com/dtolnay/semver/commit/f96f9d8b6f959ff72336ef74020782c5f237d62d"><code>f96f9d8</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/319">#319</a>
from dtolnay/docsrs</li>
<li><a
href="https://github.com/dtolnay/semver/commit/fc5c98dba460b3ec2a6175e84e0dd4497d32ef30"><code>fc5c98d</code></a>
Rely on docs.rs to define --cfg=docsrs by default</li>
<li>See full diff in <a
href="https://github.com/dtolnay/semver/compare/1.0.23...1.0.24">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.215 to 1.0.216
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.216</h2>
<ul>
<li>Mark all generated impls with #[automatically_derived] to exclude
from code coverage (<a
href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a>,
thanks <a
href="https://github.com/tdittr"><code>@​tdittr</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/ad8dd4148b5fabf0d643d4de604a0616f2796506"><code>ad8dd41</code></a>
Release 1.0.216</li>
<li><a
href="https://github.com/serde-rs/serde/commit/f91d2ed9aef4d7e86171333ff745f40ee6e83692"><code>f91d2ed</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a>
from dtolnay/automaticallyderived</li>
<li><a
href="https://github.com/serde-rs/serde/commit/9497463718813e83b69db4343bb6e8db5f28441e"><code>9497463</code></a>
Mark all generated trait impls as #[automatically_derived]</li>
<li><a
href="https://github.com/serde-rs/serde/commit/46e9ecfcdd5216929ebcf29e76adc072412c5380"><code>46e9ecf</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>
from tdittr/mark-visitors-as-generated</li>
<li><a
href="https://github.com/serde-rs/serde/commit/e9c399c822aad494ab1e935a95f1a591a99b44ad"><code>e9c399c</code></a>
Mark generated <code>impl de::Visitor</code> blocks as
<code>#[automatically_derived]</code></li>
<li><a
href="https://github.com/serde-rs/serde/commit/b9dbfcb4ac3b7a663d9efc6eb1387c62302a6fb4"><code>b9dbfcb</code></a>
Switch out fnv in favor of foldhash in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/c270e27a4d37f008c199523f223843e8659b7fd9"><code>c270e27</code></a>
Use BuildHasher instead of Hasher in collection macros</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0307f604ea5ca91de1f65d1db075d5cc5abb00ad"><code>0307f60</code></a>
Resolve question_mark clippy lint in build script</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216">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>
Co-authored-by: OmarTawfik <[email protected]>
  • Loading branch information
dependabot[bot] and OmarTawfik authored Dec 13, 2024
1 parent 6a31d1b commit 5cec87c
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 47 deletions.
Loading

0 comments on commit 5cec87c

Please sign in to comment.