Skip to content

Commit

Permalink
build(deps): Bump trybuild from 1.0.86 to 1.0.89 (#417)
Browse files Browse the repository at this point in the history
Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.86 to 1.0.89.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/trybuild/releases">trybuild's releases</a>.</em></p>
<blockquote>
<h2>1.0.89</h2>
<ul>
<li>Normalize compiler build date messages (<a href="https://redirect.github.com/dtolnay/trybuild/issues/254">#254</a>)</li>
</ul>
<h2>1.0.88</h2>
<ul>
<li>Work around <code>dead_code</code> warning false positive (<a href="https://redirect.github.com/dtolnay/trybuild/issues/253">#253</a>)</li>
</ul>
<h2>1.0.87</h2>
<ul>
<li>Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/trybuild/commit/e8dfc24606e0abde2dba5d8d31350b07e21d1385"><code>e8dfc24</code></a> Release 1.0.89</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/0d77118bbae62c8d116ebe44437cf92d1fbf1949"><code>0d77118</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/255">#255</a> from dtolnay/rebuild</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/7fd4570c999c03d1de0dfbb7d3b09412f7890334"><code>7fd4570</code></a> Force rebuild on new files in tests directory</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/840b110e7593310995d398db995041ba500cb5d7"><code>840b110</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/254">#254</a> from dtolnay/builddate</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/7126507ebffc717ed815e53c5a504cc422be11ae"><code>7126507</code></a> Normalize compiler build date note</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/94a33cb550e615eedfc9c4382deaf8a1f68cc360"><code>94a33cb</code></a> Add test of compiler build date note</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/52caff6811ac288418209c7c7e2da28583bb1f4d"><code>52caff6</code></a> Release 1.0.88</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/0321a01898a69905a74c3aab2519219939f133fa"><code>0321a01</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/253">#253</a> from dtolnay/deadflock</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/b720ee6e5cd44ab7d8ab140a020006e0db6270a4"><code>b720ee6</code></a> Work around dead_code warning in flock implementation</li>
<li><a href="https://github.com/dtolnay/trybuild/commit/0081291b6bb5d19b92d19f1fc9c1d32ed539a129"><code>0081291</code></a> Release 1.0.87</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/trybuild/compare/1.0.86...1.0.89">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trybuild&package-manager=cargo&previous-version=1.0.86&new-version=1.0.89)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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 Jan 30, 2024
1 parent 9114c95 commit 59c0ccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ syn = "2.0.48"
cosmwasm-std = {version = "1.5.2", features = ["stargate"]}
prost = "0.12"
serde = "1.0.195"
trybuild = {version = "1.0.86", features = ["diff"]}
trybuild = {version = "1.0.89", features = ["diff"]}
desmos-mock = { version = "3.0.0", path = "../mock" }

0 comments on commit 59c0ccc

Please sign in to comment.