Skip to content

Commit

Permalink
[cargo] Bump the non-major-dependencies group with 8 updates (#1108)
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.22` | `0.4.23`
|
| [napi](https://github.com/napi-rs/napi-rs) | `2.16.9` | `2.16.11` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `2.16.11` |
`2.16.12` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128`
|
| [similar-asserts](https://github.com/mitsuhiko/similar-asserts) |
`1.5.0` | `1.6.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` |
`1.0.64` |

Updates `anyhow` from 1.0.86 to 1.0.89
<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.89</h2>
<ul>
<li>Make anyhow::Error's <code>UnwindSafe</code> and
<code>RefUnwindSafe</code> impl consistently available between versions
of Rust newer and older than 1.72 (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/386">#386</a>)</li>
</ul>
<h2>1.0.88</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.87</h2>
<ul>
<li>Support more APIs, including <code>Error::new</code> and
<code>Error::chain</code>, in no-std mode on Rust 1.81+ (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/383">#383</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/9d3fb6d0968bd9f95a0d8bbc5269eb2496880510"><code>9d3fb6d</code></a>
Release 1.0.89</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/830c399126c1db902681130f5c4273d93767b990"><code>830c399</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/386">#386</a>
from dtolnay/unwindsafe</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8454be372f2a7832436d7021b8f2f0a96db558b3"><code>8454be3</code></a>
Ensure UnwindSafe even with &quot;backtrace&quot; feature enabled and
old Rust</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/a85e414bf555ed961f59c2c69410e7b5f706df65"><code>a85e414</code></a>
Add more autotraits tests</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/139f266b903ac2eab462292495f864740446dcdc"><code>139f266</code></a>
Release 1.0.88</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/aa3ab2b9f0a8cdf4b54dae58d39a2446c5eecbb2"><code>aa3ab2b</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/385">#385</a>
from dtolnay/docnostd</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/44c37674d35a0899fde03ae2fdaeee0bd4c38501"><code>44c3767</code></a>
Update documentation on no-std error type conversions</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/afe93e7b167d069ac79f2c7f363b919d3793e6ce"><code>afe93e7</code></a>
Release 1.0.87</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/d58fa4b282c1149bd121419dd359eb8caf2c113d"><code>d58fa4b</code></a>
Fix outdated html_root_url</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/c18d80743cead05bd75cf2e310e7a00c515facb9"><code>c18d807</code></a>
Disable unused doc_cfg feature</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89">compare
view</a></li>
</ul>
</details>
<br />

Updates `ignore` from 0.4.22 to 0.4.23
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/BurntSushi/ripgrep/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `napi` from 2.16.9 to 2.16.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/napi-rs/napi-rs/releases">napi's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h2>What Changed</h2>
<ul>
<li>fix(napi-derive): add more cases for typegen of function args by <a
href="https://github.com/CPunisher"><code>@​CPunisher</code></a> <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2210">#2210</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.11">https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.11</a></p>
<h2>[email protected]</h2>
<h2>What Changed</h2>
<ul>
<li>fix(napi): nullptr handling in TypedArrays <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2258">#2258</a>
<a href="https://github.com/Xanewok"><code>@​Xanewok</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.11">https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.11</a></p>
<h2>[email protected]</h2>
<h2>What Changed</h2>
<ul>
<li>fix(napi-derive): call flush on the BufWriter by <a
href="https://github.com/lbarthon"><code>@​lbarthon</code></a> in <a
href="https://redirect.github.com/napi-rs/napi-rs/pull/2195">napi-rs/napi-rs#2195</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.10">https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.10</a></p>
<h2>[email protected]</h2>
<h2>What Changed</h2>
<ul>
<li>fix(napi,napi-derive): ffi lifetime and pointer sound issues <a
href="https://redirect.github.com/napi-rs/napi-rs/pull/2216">napi-rs/napi-rs#2216</a>
<a href="https://github.com/cathy-sjh"><code>@​cathy-sjh</code></a></li>
<li>chore(napi): mark JsArraybufferValue's value pub <a
href="https://redirect.github.com/napi-rs/napi-rs/pull/2226">napi-rs/napi-rs#2226</a>
<a href="https://github.com/richerfu"><code>@​richerfu</code></a></li>
<li>fix(napi): use error_ref should checkout it at first <a
href="https://redirect.github.com/napi-rs/napi-rs/pull/2235">napi-rs/napi-rs#2235</a>
<a href="https://github.com/richerfu"><code>@​richerfu</code></a></li>
<li>fix(napi): windows function registration timing <a
href="https://redirect.github.com/napi-rs/napi-rs/pull/2248">napi-rs/napi-rs#2248</a>
<a
href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a></li>
<li>perf(napi): remove unnecessary checks for strings from
napi_get_value_string_utf8 <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2247">#2247</a>
<a href="https://github.com/SyMind"><code>@​SyMind</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.10">https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/18a8088a387053ff4216eaa86f70f96a39d60f2c"><code>18a8088</code></a>
Release independent packages</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/3eede8fe414b49ce567bbe61909e5798335607db"><code>3eede8f</code></a>
fix(napi): nullptr handling in <code>TypedArray</code>s (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2258">#2258</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/372d9b47bef6bf53631b68c86e6a84a593d94395"><code>372d9b4</code></a>
Release independent packages</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/b2a52d1f9723d4f08d053e45f54ad072891aea5c"><code>b2a52d1</code></a>
perf(napi): remove unnecessary checks for strings from
napi_get_value_string_...</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/e8ec58ff27f556fdbc68df85586d91903ab43017"><code>e8ec58f</code></a>
fix(napi): windows function registration timing (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2248">#2248</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/7c6d3d40fa000e18671191566065679e81671c03"><code>7c6d3d4</code></a>
fix(napi-derive): call flush on the BufWriter (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2242">#2242</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/f16b2fa0722c70b3c2341da519ba4718e0dbcc74"><code>f16b2fa</code></a>
fix(napi): use error_ref should checkout it at first (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2235">#2235</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/8e5354cec1d32bb075e308c592a777adeaa40e6b"><code>8e5354c</code></a>
fix(macro): constructor don't support asynchronous function (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2239">#2239</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/36c369fac08803803146d1a27183fba456e1471d"><code>36c369f</code></a>
feat(napi): mark JsArraybufferValue's value pub (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2226">#2226</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/d12720f30ef59c6d19e85452cbc348116e9d72db"><code>d12720f</code></a>
Replace self for Result&lt;T&gt; (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2224">#2224</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.11">compare
view</a></li>
</ul>
</details>
<br />

Updates `napi-derive` from 2.16.11 to 2.16.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/napi-rs/napi-rs/releases">napi-derive's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h2>What Changed</h2>
<ul>
<li>fix(napi-derive): string enum validate logic <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2213">#2213</a>
<a
href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a></li>
<li>fix(napi-derive): warning in empty enum codegen <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2214">#2214</a>
<a
href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a></li>
<li>fix(napi,napi-derive): ffi lifetime and pointer sound issues <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2216">#2216</a>
<a href="https://github.com/cathy-sjh"><code>@​cathy-sjh</code></a></li>
<li>fix(napi-derive): replace self when function returns
<code>Result</code> <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2224">#2224</a>
<a href="https://github.com/CPunisher"><code>@​CPunisher</code></a></li>
<li>perf(macro): constructor don't support asynchronous function <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2239">#2239</a>
<a href="https://github.com/richerfu"><code>@​richerfu</code></a></li>
<li>fix(napi-derive): call flush on the BufWriter <a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2242">#2242</a>
<a href="https://github.com/richerfu"><code>@​richerfu</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.12">https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.12</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/372d9b47bef6bf53631b68c86e6a84a593d94395"><code>372d9b4</code></a>
Release independent packages</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/b2a52d1f9723d4f08d053e45f54ad072891aea5c"><code>b2a52d1</code></a>
perf(napi): remove unnecessary checks for strings from
napi_get_value_string_...</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/e8ec58ff27f556fdbc68df85586d91903ab43017"><code>e8ec58f</code></a>
fix(napi): windows function registration timing (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2248">#2248</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/7c6d3d40fa000e18671191566065679e81671c03"><code>7c6d3d4</code></a>
fix(napi-derive): call flush on the BufWriter (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2242">#2242</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/f16b2fa0722c70b3c2341da519ba4718e0dbcc74"><code>f16b2fa</code></a>
fix(napi): use error_ref should checkout it at first (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2235">#2235</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/8e5354cec1d32bb075e308c592a777adeaa40e6b"><code>8e5354c</code></a>
fix(macro): constructor don't support asynchronous function (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2239">#2239</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/36c369fac08803803146d1a27183fba456e1471d"><code>36c369f</code></a>
feat(napi): mark JsArraybufferValue's value pub (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2226">#2226</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/d12720f30ef59c6d19e85452cbc348116e9d72db"><code>d12720f</code></a>
Replace self for Result&lt;T&gt; (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2224">#2224</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/bef4e263cbc3f170054f493eafe683a95a18c331"><code>bef4e26</code></a>
fix(napi,napi-derive): ffi lifetime and pointer sound issues (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2216">#2216</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/f2a7ce4743dd5f3cbdef270f54799cf184b48298"><code>f2a7ce4</code></a>
fix(napi-derive): warning in empty enum codegen (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/2214">#2214</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.12">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.209 to 1.0.210
<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.210</h2>
<ul>
<li>Support serializing and deserializing <code>IpAddr</code> and
<code>SocketAddr</code> in no-std mode on Rust 1.77+ (<a
href="https://redirect.github.com/serde-rs/serde/issues/2816">#2816</a>,
thanks <a
href="https://github.com/MathiasKoch"><code>@​MathiasKoch</code></a>)</li>
<li>Make <code>serde::ser::StdError</code> and
<code>serde::de::StdError</code> equivalent to
<code>core::error::Error</code> on Rust 1.81+ (<a
href="https://redirect.github.com/serde-rs/serde/issues/2818">#2818</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/89c4b02bf32ceae5b17d89f93a452ccc195ca038"><code>89c4b02</code></a>
Release 1.0.210</li>
<li><a
href="https://github.com/serde-rs/serde/commit/eeb8e44cda15f929796cd72241b0311e0bd04e67"><code>eeb8e44</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2818">#2818</a>
from dtolnay/coreerror</li>
<li><a
href="https://github.com/serde-rs/serde/commit/785c2d9605ee73cc172dfd421228c1dccca984c9"><code>785c2d9</code></a>
Stabilize no-std StdError trait</li>
<li><a
href="https://github.com/serde-rs/serde/commit/d549f048e10bcb5e677afaf7b99d0ed3604b113b"><code>d549f04</code></a>
Reformat parse_ip_impl definition and calls</li>
<li><a
href="https://github.com/serde-rs/serde/commit/4c0dd63011434905265e2710bb9186e09e4f8ec2"><code>4c0dd63</code></a>
Delete attr support from core::net deserialization macros</li>
<li><a
href="https://github.com/serde-rs/serde/commit/26fb1341651c4e0ae4d58c675db3ca2a0d6e12c2"><code>26fb134</code></a>
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl</li>
<li><a
href="https://github.com/serde-rs/serde/commit/07e614b52b5ab3387d86d3198e5f52cd1f5ff3cb"><code>07e614b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2817">#2817</a>
from dtolnay/corenet</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b1f899fbe81f070803d9f7ca6e5d1cc3f19c9ea2"><code>b1f899f</code></a>
Delete doc(cfg) attribute from impls that are supported in no-std</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b4f860e62767828beb3ef91721b6c56a31f9baad"><code>b4f860e</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2816">#2816</a>
from MathiasKoch/chore/core-net</li>
<li><a
href="https://github.com/serde-rs/serde/commit/d940fe1b4934f097b0333dcb87bec5ee308d39cd"><code>d940fe1</code></a>
Reuse existing Buf wrapper as replacement for std::io::Write</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.127 to 1.0.128
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>1.0.128</h2>
<ul>
<li>Support serializing maps containing 128-bit integer keys to
serde_json::Value (<a
href="https://redirect.github.com/serde-rs/json/issues/1188">#1188</a>,
thanks <a
href="https://github.com/Mrreadiness"><code>@​Mrreadiness</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/d96b1d9b643b49a0bb92a8cf280daf6aa08f37cc"><code>d96b1d9</code></a>
Release 1.0.128</li>
<li><a
href="https://github.com/serde-rs/json/commit/599228d5dc52a0f1595fe4bd901821f70d0317a5"><code>599228d</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1188">#1188</a>
from Mrreadiness/feat/add-hashmap-key-128-serializer</li>
<li><a
href="https://github.com/serde-rs/json/commit/5416cee6c5ad355907f6e9d5f6039b994c69f768"><code>5416cee</code></a>
feat: add support for 128 bit HashMap key serialization</li>
<li><a
href="https://github.com/serde-rs/json/commit/27a4ca9d7a62394fe8f0103f3d91de59f055a4c4"><code>27a4ca9</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/1.0.127...1.0.128">compare
view</a></li>
</ul>
</details>
<br />

Updates `similar-asserts` from 1.5.0 to 1.6.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md">similar-asserts's
changelog</a>.</em></p>
<blockquote>
<h2>1.6.0</h2>
<ul>
<li>Loosen static lifetime bounds for labels. <a
href="https://redirect.github.com/mitsuhiko/similar-asserts/issues/9">#9</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/similar-asserts/commit/c5110ea8b4e851690f882657c1a148cb01e636fa"><code>c5110ea</code></a>
Make clippy happy</li>
<li><a
href="https://github.com/mitsuhiko/similar-asserts/commit/b7a86e1f7528183d2dcd08bf7a33a8097fb4b574"><code>b7a86e1</code></a>
Prepare 1.6.0</li>
<li><a
href="https://github.com/mitsuhiko/similar-asserts/commit/cdadae6d589dd7efe5215164986578cdd1c480c1"><code>cdadae6</code></a>
Loosen static lifetime bound for labels (<a
href="https://redirect.github.com/mitsuhiko/similar-asserts/issues/9">#9</a>)</li>
<li>See full diff in <a
href="https://github.com/mitsuhiko/similar-asserts/compare/1.5.0...1.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `thiserror` from 1.0.63 to 1.0.64
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.64</h2>
<ul>
<li>Exclude derived impls from coverage instrumentation (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/322">#322</a>,
thanks <a
href="https://github.com/oxalica"><code>@​oxalica</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/84484bc75c20d63ec63299354b463407f3d59f68"><code>84484bc</code></a>
Release 1.0.64</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/023f036de4515542d0c55aa5c580bc9352a077d1"><code>023f036</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/322">#322</a>
from oxalica/feat/mark-auto-derived</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/ae1f47e3e5d6705b6b12997bd036fd97303d71d7"><code>ae1f47e</code></a>
Mark #[automatically_derived] for generated impls</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/ab5b5e375b26971850b134abc7bbfe8a67da0fe3"><code>ab5b5e3</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/00b3c1405e5df26f9c6408e5fd43f52fa12e8e07"><code>00b3c14</code></a>
Work around new dead code warning in test</li>
<li>See full diff in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64">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>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 7a15920 commit 2bc43f4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ testlang_npm_package = { path = "crates/testlang/outputs/npm/package", version =
#
# External
#
anyhow = { version = "1.0.86", features = ["backtrace", "std"] }
anyhow = { version = "1.0.89", features = ["backtrace", "std"] }
ariadne = { version = "0.2.0" }
# Currently 'bencher' backend API is under development/unstable.
# They recommend always running with the latest CLI version from 'main' until it is stabilized.
Expand All @@ -106,17 +106,17 @@ derive-new = { version = "0.6.0" }
env_logger = { version = "0.11.5" }
iai-callgrind = { version = "0.12.3" }
iai-callgrind-runner = { version = "0.12.3" }
ignore = { version = "0.4.22" }
ignore = { version = "0.4.23" }
indexmap = { version = "2.5.0", features = ["serde"] }
indicatif = { version = "0.17.8", features = ["in_memory"] }
indoc = { version = "2.0.5" }
Inflector = { version = "0.11.4" }
itertools = { version = "0.13.0" }
log = { version = "0.4.22" }
markdown = { version = "0.3.0" }
napi = { version = "2.16.9", features = ["compat-mode", "napi8", "serde-json"] }
napi = { version = "2.16.11", features = ["compat-mode", "napi8", "serde-json"] }
napi-build = { version = "2.1.3" }
napi-derive = { version = "2.16.11" }
napi-derive = { version = "2.16.12" }
nom = { version = "7.1.3" }
num-format = { version = "0.4.4" }
once_cell = { version = "1.19.0" }
Expand All @@ -129,9 +129,9 @@ regex = { version = "1.10.6" }
reqwest = { version = "0.12.7", features = ["blocking"] }
rustdoc-json = { version = "0.9.2" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.209", features = ["derive", "rc"] }
serde_json = { version = "1.0.127", features = ["preserve_order"] }
similar-asserts = { version = "1.5.0" }
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
similar-asserts = { version = "1.6.0" }
smallvec = { version = "1.7.0", features = ["union"] }
stack-graphs = { version = "0.13.0" }
string-interner = { version = "0.17.0", features = [
Expand All @@ -150,7 +150,7 @@ syn = { version = "2.0.77", features = [
] }
tempfile = { version = "3.12.0" }
tera = { version = "1.20.0" }
thiserror = { version = "1.0.63" }
thiserror = { version = "1.0.64" }
toml = { version = "0.8.19" }
trybuild = { version = "1.0.99" }
url = { version = "2.4.1", features = ["serde"] }
Expand Down

0 comments on commit 2bc43f4

Please sign in to comment.