Skip to content

Commit

Permalink
chore(deps): Bump anyhow from 1.0.69 to 1.0.70 (#157)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.69 to 1.0.70.
<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.70</h2>
<ul>
<li>Update syn dependency to 2.x</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/anyhow/commit/e4db1f96fd06cc97a6961e5f0d6918e24ee47fff"><code>e4db1f9</code></a> Release 1.0.70</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/10f5994a054d055c2b661f0d8656d0f6d33677e3"><code>10f5994</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/302">#302</a> from dtolnay/syn</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/4a6b90c96a78f487d62a1d646dbf6f0e17e1c53e"><code>4a6b90c</code></a> Update to syn 2</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/553ed38434dd6ac0f8d6c03431e8f8279efe3125"><code>553ed38</code></a> Update clippy.toml msrv to match rust-version in Cargo.toml</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/d30b027581fcbd2f2a080fd8d4f31c4749d3d5fe"><code>d30b027</code></a> Ignore let_underscore_untyped pedantic clippy lint</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/2c2803f90132fba92e8f33aedbc196dca5f06e0d"><code>2c2803f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/298">#298</a> from dtolnay/constblock</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/b2492874bcd71bd1bfeaf98a799a43bf4ff4e87b"><code>b249287</code></a> Support const block syntax in ensure! macro</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/80d4c8d11b1fea56499eeb0ec57de238aa9c291d"><code>80d4c8d</code></a> Retitle the randomize-layout CI step</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/4804a783a7b74981e79aff17163a38b4017da584"><code>4804a78</code></a> Support a manual trigger on CI workflow</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/347b473a475907bd8ef5409bae43ec87f7afb1b5"><code>347b473</code></a> Test with randomized type layout on nightly</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.69...1.0.70">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.69&new-version=1.0.70)](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>
  • Loading branch information
dependabot[bot] authored Apr 5, 2023
1 parent 54fb36b commit 87cca95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 contracts/remarkables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ cosmwasm-schema.workspace = true
[dev-dependencies]
cw-multi-test.workspace = true
desmos-bindings = { workspace = true, default-features = false, features = ["mocks"] }
anyhow = "1.0.69"
anyhow = "1.0.70"

0 comments on commit 87cca95

Please sign in to comment.