Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 743a4d4

Browse files
committed
Auto merge of #222 - rust-lang:dependabot/cargo/anyhow-1.0.44, r=JohnTitor
Bump anyhow from 1.0.43 to 1.0.44 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.43 to 1.0.44. <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.44</h2> <ul> <li>Mark error constructors cold to help LLVM optimize code paths not leading to error (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/166">#166</a>, thanks <a href="https://github.com/stepancheg"><code>`@​stepancheg</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/6c97c59375b24dad08c624cf61d06338f4dc9c3e"><code>6c97c59</code></a> Release 1.0.44</li> <li><a href="https://github.com/dtolnay/anyhow/commit/447eff84b096f4d5ff41cddeef4402056ebe8ed5"><code>447eff8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/166">#166</a> from stepancheg/cold</li> <li><a href="https://github.com/dtolnay/anyhow/commit/fa9bcc0457a2e51593b874cc2f8bcb5608ad43fe"><code>fa9bcc0</code></a> Mark error constructors cold</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b3c5e258603a2a585038eed4b4187be758609b77"><code>b3c5e25</code></a> Mirror PR 162 from readme to rustdoc</li> <li><a href="https://github.com/dtolnay/anyhow/commit/bec8204d5f95c1272ead9a9bc0aa6b596b8b8f49"><code>bec8204</code></a> Reword PR 162</li> <li><a href="https://github.com/dtolnay/anyhow/commit/4d3adef9085345c84e046aea05590bec059b4330"><code>4d3adef</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/162">#162</a> from ArekPiekarz/readme-backtrace</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b45d6490c4cf3b7679f97f877eea61941ebbdaae"><code>b45d649</code></a> Ignore unhelpful Clippy lint in build script</li> <li><a href="https://github.com/dtolnay/anyhow/commit/58b873a3cd72cb70c67897ecd3bf3789b9e6eb53"><code>58b873a</code></a> Add to README using backtraces on stable channel</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.43...1.0.44">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.43&new-version=1.0.44)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents d4b3d5e + b6d9302 commit 743a4d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cargo = "0.55"
1616
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.38"
1818
env_logger = "0.9"
19-
anyhow = "1.0.43"
19+
anyhow = "1.0.44"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.130", features = ["derive"] }

0 commit comments

Comments
 (0)