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

Commit 2f707aa

Browse files
committed
Auto merge of #182 - rust-lang:dependabot/cargo/anyhow-1.0.40, r=JohnTitor
Bump anyhow from 1.0.39 to 1.0.40 [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.39 to 1.0.40. <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.40</h2> <ul> <li>Reduce memory footprint of errors on Rust versions 1.51+ (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/145">#145</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/704622f25d098b9e9925b93fbe2540745ff73f92"><code>704622f</code></a> Release 1.0.40</li> <li><a href="https://github.com/dtolnay/anyhow/commit/64ac0c00a91ef92f9b74d589bd76fe2006037a24"><code>64ac0c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/145">#145</a> from dtolnay/addrof</li> <li><a href="https://github.com/dtolnay/anyhow/commit/ef082670ea0521eb5ab1f33119a64ac3896dda5e"><code>ef08267</code></a> Eliminate functionally duplicate vtable methods on rustc 1.51+</li> <li><a href="https://github.com/dtolnay/anyhow/commit/1295b1fef990b9b5a2414f5a30147d376f88654c"><code>1295b1f</code></a> Add additional builds on 1.50 and 1.51 validating addr_of codepath</li> <li><a href="https://github.com/dtolnay/anyhow/commit/be89adf4031fec929d91cb50cc8a1c73ae78f45a"><code>be89adf</code></a> Detect whether ptr::addr_of is supported by current compiler</li> <li><a href="https://github.com/dtolnay/anyhow/commit/ac64560c4263f429b2e42f2314348ee537f289b9"><code>ac64560</code></a> Switch object_ref return from real ref to Ref ptr</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2987c9b59e47741ffa347847884785e93925993a"><code>2987c9b</code></a> Ignore redundant_else pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/anyhow/commit/827bb9d4c6a8271e21a17496b931cd1fa992b740"><code>827bb9d</code></a> Catch some warnings in addr_of-related codepaths</li> <li><a href="https://github.com/dtolnay/anyhow/commit/ce0041866db4dedb0109aeed412ab2532342aba7"><code>ce00418</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/144">#144</a> from dtolnay/ptr</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3c32aa7dcd60efa96d1bb6b4d20bb925a432b1e8"><code>3c32aa7</code></a> Relax Sized bound on Own, Ref, Mut ptrs</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.39...1.0.40">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.39&new-version=1.0.40)](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 </details>
2 parents 3ebcf82 + 0bb5aad commit 2f707aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cargo = "0.51"
1515
crates-io = "0.31" # Keep in sync with version pulled by Cargo
1616
curl = "0.4.35"
1717
env_logger = "0.8"
18-
anyhow = "1.0.39"
18+
anyhow = "1.0.40"
1919
log = "0.4"
2020
semver = "0.10" # Keep in sync with version pulled by Cargo
2121
serde = { version = "1.0.125", features = ["derive"] }

0 commit comments

Comments
 (0)