Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the regular group with 4 updates (#125)
Bumps the regular group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [snapbox](https://github.com/assert-rs/snapbox). Updates `anyhow` from 1.0.94 to 1.0.95 <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.95</h2> <ul> <li>Add <a href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.from_boxed"><code>Error::from_boxed</code></a> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a>, <a href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/48be1caa24fa65467aaa8071eb698542e4fa1d43"><code>48be1ca</code></a> Release 1.0.95</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a03d6d60f9bcccaa096284534799ced715139f42"><code>a03d6d6</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a> from dtolnay/fromboxed</li> <li><a href="https://github.com/dtolnay/anyhow/commit/52e4abb1f2167c71c2f99d9a1048d9321baed963"><code>52e4abb</code></a> Add Error::from_boxed with documentation about bidirectional <code>?</code></li> <li><a href="https://github.com/dtolnay/anyhow/commit/ffecefcfe0d25efde16c2b049cd84132b28b0f6d"><code>ffecefc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a> from dtolnay/construct</li> <li><a href="https://github.com/dtolnay/anyhow/commit/671f700dd3decdfb56c8f8b6fdae6ced5acd5ca9"><code>671f700</code></a> Add construct_ prefix to name of private construct functions</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.215 to 1.0.217 <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.217</h2> <ul> <li>Support serializing externally tagged unit variant inside flattened field (<a href="https://redirect.github.com/serde-rs/serde/issues/2786">#2786</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> </ul> <h2>v1.0.216</h2> <ul> <li>Mark all generated impls with #[automatically_derived] to exclude from code coverage (<a href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a>, thanks <a href="https://github.com/tdittr"><code>@tdittr</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/930401b0dd58a809fce34da091b8aa3d6083cb33"><code>930401b</code></a> Release 1.0.217</li> <li><a href="https://github.com/serde-rs/serde/commit/cb6eaea151b831db36457fff17f16a195702dad4"><code>cb6eaea</code></a> Fix roundtrip inconsistency:</li> <li><a href="https://github.com/serde-rs/serde/commit/b6f339ca3676584e1c26028b4040c337b0105e34"><code>b6f339c</code></a> Resolve repr_packed_without_abi clippy lint in tests</li> <li><a href="https://github.com/serde-rs/serde/commit/2a5caea1a8abc9b6077d8eb43bd6109124db2a5f"><code>2a5caea</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2872">#2872</a> from dtolnay/ehpersonality</li> <li><a href="https://github.com/serde-rs/serde/commit/b9f93f99aaa90760d421b60b8de6273999ca8980"><code>b9f93f9</code></a> Add no-std CI on stable compiler</li> <li><a href="https://github.com/serde-rs/serde/commit/eb5cd476ba7e71e22b0a856c1e78a3af1b7bbe0a"><code>eb5cd47</code></a> Drop #[lang = "eh_personality"] from no-std test</li> <li><a href="https://github.com/serde-rs/serde/commit/8478a3b7dd847753440bdaf65b828a4a535e6cef"><code>8478a3b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2871">#2871</a> from dtolnay/nostdstart</li> <li><a href="https://github.com/serde-rs/serde/commit/dbb909136e610b9753dcd9ffcfb8f6a3f6510060"><code>dbb9091</code></a> Replace #[start] with extern fn main</li> <li><a href="https://github.com/serde-rs/serde/commit/ad8dd4148b5fabf0d643d4de604a0616f2796506"><code>ad8dd41</code></a> Release 1.0.216</li> <li><a href="https://github.com/serde-rs/serde/commit/f91d2ed9aef4d7e86171333ff745f40ee6e83692"><code>f91d2ed</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a> from dtolnay/automaticallyderived</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.217">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.133 to 1.0.134 <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>v1.0.134</h2> <ul> <li>Add <code>RawValue</code> associated constants for literal <code>null</code>, <code>true</code>, <code>false</code> (<a href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a>, thanks <a href="https://github.com/bheylin"><code>@bheylin</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/b2a1415aad0c76684c675d13a5746850d275c178"><code>b2a1415</code></a> Release 1.0.134</li> <li><a href="https://github.com/serde-rs/json/commit/9875785f24c30c990942e3412b3feb8f798bb4dc"><code>9875785</code></a> Tweak wording of NULL/TRUE/FALSE documentation</li> <li><a href="https://github.com/serde-rs/json/commit/4aa05b9143ea7ca9c690e874f4c0f4f43cae9716"><code>4aa05b9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1222">#1222</a> from dtolnay/rawvalueassoc</li> <li><a href="https://github.com/serde-rs/json/commit/f42c7c760b5e38316c6c9090f80a925491889b4b"><code>f42c7c7</code></a> Move RawValue associated constants into same impl block as public functions</li> <li><a href="https://github.com/serde-rs/json/commit/96576bad53bf404c724927f82b0be358bf7aa561"><code>96576ba</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a> from bheylin/add-const-raw-values-for-null-and-bools</li> <li><a href="https://github.com/serde-rs/json/commit/4db66fb0b21b3ac1932d35317e9bcdff14b716f3"><code>4db66fb</code></a> Add <code>'static</code> lifetime to <code>const</code>'s</li> <li><a href="https://github.com/serde-rs/json/commit/9c9aa1f380066e0318b829ec4138d1d1b4ef6949"><code>9c9aa1f</code></a> Add literal 'null', 'true' and 'false' consts to <code>RawValue</code> struct.</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134">compare view</a></li> </ul> </details> <br /> Updates `snapbox` from 0.6.20 to 0.6.21 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assert-rs/snapbox/commit/9dce8ebfd1399c22b6f17ded4df28173c6e925f8"><code>9dce8eb</code></a> chore: Release</li> <li><a href="https://github.com/assert-rs/snapbox/commit/ad1cce394fc98ef5fb262e211762dc3845e47789"><code>ad1cce3</code></a> docs: Update changelog</li> <li><a href="https://github.com/assert-rs/snapbox/commit/a59d285c6cc70f9e0216ccd5ebc124f50fce8cae"><code>a59d285</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/snapbox/issues/373">#373</a> from epage/dir</li> <li><a href="https://github.com/assert-rs/snapbox/commit/99dc7df113d0b31f49f1fce947c4553536409ba1"><code>99dc7df</code></a> feat(dir): Allow in-source dir fixtures</li> <li><a href="https://github.com/assert-rs/snapbox/commit/aab70566daaa29d273a889633e6d432e0fcd73a6"><code>aab7056</code></a> feat(dir): Accept more path types for template paths</li> <li><a href="https://github.com/assert-rs/snapbox/commit/009930578bdada955bd8aac27bb12612aa4d9f4c"><code>0099305</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/snapbox/issues/372">#372</a> from assert-rs/renovate/stable-1.x</li> <li><a href="https://github.com/assert-rs/snapbox/commit/65bfaf35082d5ddb26fadbae756d6bacac4ce6a7"><code>65bfaf3</code></a> chore(deps): Update dependency STABLE to v1.83.0</li> <li>See full diff in <a href="https://github.com/assert-rs/snapbox/compare/snapbox-v0.6.20...snapbox-v0.6.21">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