Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cargo] Bump the non-major-dependencies group with 11 updates (NomicF…
…oundation#905) Bumps the non-major-dependencies group with 11 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.81` | | [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.3` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.5` | `2.2.6` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.79` | | [rayon](https://github.com/rayon-rs/rayon) | `1.9.0` | `1.10.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.25` | `0.11.27` | | [syn](https://github.com/dtolnay/syn) | `2.0.52` | `2.0.55` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.89` | `1.0.90` | | [toml](https://github.com/toml-rs/toml) | `0.7.8` | `0.8.2` | Updates `anyhow` from 1.0.80 to 1.0.81 <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.81</h2> <ul> <li>Make backtrace support available when using -Dwarnings (<a href="https://redirect.github.com/dtolnay/anyhow/issues/354">#354</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/4aad4edebd9f09247d6c6b6784419a74bb116829"><code>4aad4ed</code></a> Release 1.0.81</li> <li><a href="https://github.com/dtolnay/anyhow/commit/8be90917c603199c5d1fdd73984237f023768e22"><code>8be9091</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/354">#354</a> from dtolnay/deadcode</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a2eb7dd5e13add83f254b6dac0f68e043effc521"><code>a2eb7dd</code></a> Make compatible with -Dwarnings</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.2 to 4.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.3</h2> <h2>[4.5.3] - 2024-03-15</h2> <h3>Internal</h3> <ul> <li><em>(derive)</em> Update <code>heck</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.3] - 2024-03-15</h2> <h3>Internal</h3> <ul> <li><em>(derive)</em> Update <code>heck</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/4e07b438584bb8a19e37599d4c5b11797bec5579"><code>4e07b43</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8247c7ddf05d8023729ac180d8e8df260f1da5ff"><code>8247c7d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/677c52ce0870115845a4c42e204f6c049b81a1e7"><code>677c52c</code></a> chore: Update <code>heck</code> requirement (<a href="https://redirect.github.com/clap-rs/clap/issues/5396">#5396</a>)</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/v4.5.2...v4.5.3">compare view</a></li> </ul> </details> <br /> Updates `indexmap` from 2.2.5 to 2.2.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.2.6</h2> <ul> <li>Added trait <code>MutableValues</code> for opt-in mutable access to set values.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/3f0fffb85b99a2a37bbee363703f8509dd03e2d7"><code>3f0fffb</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/323">#323</a> from cuviper/mutable</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/33c1a7c771b255dc9376a36b7f2bfd39c5fefbcb"><code>33c1a7c</code></a> Fix <code>unused_imports</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/b76ff73d54745fbf4126008b043ea22b1755736b"><code>b76ff73</code></a> Fix <code>clippy::multiple_bound_locations</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/0060546c3040e11b4f34e2e0214d640059731d21"><code>0060546</code></a> Release 2.2.6</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/210b027a67e42cd196f07cf8b2f0ee498a4b1a80"><code>210b027</code></a> Opt-in mutable access on IndexSet</li> <li>See full diff in <a href="https://github.com/indexmap-rs/indexmap/compare/2.2.5...2.2.6">compare view</a></li> </ul> </details> <br /> Updates `proc-macro2` from 1.0.78 to 1.0.79 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.79</h2> <ul> <li>Clean up dead code</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4ba4ab1ec52d9e8286826a898430683ba002a002"><code>4ba4ab1</code></a> Release 1.0.79</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/b1765814b6db85dd5dd725734df76a4bd9426a23"><code>b176581</code></a> Prevent new lint from turning off nightly span support under -Dwarnings</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/b9cd8646cbc5d2170240dd214d4ab932d70e3b2c"><code>b9cd864</code></a> Fix dead_code warning on fallback SourceFile</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/e94f4326bdd5a94e16be6da362af2e31bea52583"><code>e94f432</code></a> Ignore incompatible_msrv clippy lint for conditionally compiled code</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/18c75c63d38639c2edfc98da95bdf27e417d90d7"><code>18c75c6</code></a> Ignore dead_code warning in test</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/5cd21eb2af2f815471023bae051d445d2d923aaa"><code>5cd21eb</code></a> Update ui test suite to nightly-2024-02-01</li> <li>See full diff in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.78...1.0.79">compare view</a></li> </ul> </details> <br /> Updates `rayon` from 1.9.0 to 1.10.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/main/RELEASES.md">rayon's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.10.0 (2024-03-23)</h1> <ul> <li>The new methods <code>ParallelSlice::par_chunk_by</code> and <code>ParallelSliceMut::par_chunk_by_mut</code> work like the slice methods <code>chunk_by</code> and <code>chunk_by_mut</code> added in Rust 1.77.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rayon-rs/rayon/commit/4a6e9bf6f348c213d780c5a0eff000c011ce055e"><code>4a6e9bf</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/991">#991</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/b0008f31b168a99e55d224a728ff2a4ddc2fe11a"><code>b0008f3</code></a> Release rayon 1.6.0 / rayon-core 1.10.0</li> <li><a href="https://github.com/rayon-rs/rayon/commit/c2dfa5c8684d88c20b0ba27a8a3bf762cf96af92"><code>c2dfa5c</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/990">#990</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/17f5b08bb3d6df7393b4e7eb8fc3b7829e501fb9"><code>17f5b08</code></a> fix typo</li> <li><a href="https://github.com/rayon-rs/rayon/commit/ca9b279d8316285aebef9f736edc35933de3f023"><code>ca9b279</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/989">#989</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/a119f2323aca7fbf9e74b4b632e63161026b5b52"><code>a119f23</code></a> Unify <code>chunks</code>, <code>fold_chunks</code>, and <code>fold_chunks_with</code></li> <li><a href="https://github.com/rayon-rs/rayon/commit/911d6d098c385ed07a66be7402ba3319d119a9c1"><code>911d6d0</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/492">#492</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/9ef85cd5d84966bc332eaa408c38be141f52e0d6"><code>9ef85cd</code></a> Add some documentation about <em>when</em> broadcasts run</li> <li><a href="https://github.com/rayon-rs/rayon/commit/bd7b61ca8bf2ec472c74d221adfc4f8b22d2d090"><code>bd7b61c</code></a> Add more internal enforcement of static/scope lifetimes</li> <li><a href="https://github.com/rayon-rs/rayon/commit/812ca025aedddea8a4c7d8477146527b71b33e19"><code>812ca02</code></a> Simplify calls that use the panic_handler</li> <li>Additional commits viewable in <a href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.9.0...rayon-core-v1.10.0">compare view</a></li> </ul> </details> <br /> Updates `regex` from 1.10.3 to 1.10.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/aa2d8bd8be283471b17b4ab6faeae5b751553572"><code>aa2d8bd</code></a> 1.10.4</li> <li><a href="https://github.com/rust-lang/regex/commit/088d7f3269665a11aabadd89335eb09316e9c785"><code>088d7f3</code></a> api: add Cow guarantee to replace API</li> <li><a href="https://github.com/rust-lang/regex/commit/a5ae35153a6ec61e64cb297155f7d91c11b629c7"><code>a5ae351</code></a> regex-automata-0.4.6</li> <li><a href="https://github.com/rust-lang/regex/commit/9cf4a42a9361f42d9aa6afd1245c0e37dc0c8771"><code>9cf4a42</code></a> automata: fix bug where reverse NFA lacked an unanchored prefix</li> <li><a href="https://github.com/rust-lang/regex/commit/10fe722a3fcfdc17068b21f3262189cc52227bb5"><code>10fe722</code></a> style: clean up some recent lint violations</li> <li><a href="https://github.com/rust-lang/regex/commit/d7f9347f2a8a7f4e7583c88876411da12a09b572"><code>d7f9347</code></a> regex-automata-0.4.5</li> <li><a href="https://github.com/rust-lang/regex/commit/07ef7f1550d59a548ee58631cf2bca263e67cb8e"><code>07ef7f1</code></a> automata: make additional prefileter metadata public</li> <li>See full diff in <a href="https://github.com/rust-lang/regex/compare/1.10.3...1.10.4">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.11.25 to 0.11.27 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.27</h2> <h2>What's Changed</h2> <ul> <li>Add <code>hickory-dns</code> feature, deprecating <code>trust-dns</code>.</li> <li>(wasm) Fix <code>Form::text()</code> to not set octet-stream for plain text fields.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ashdnazg"><code>@ashdnazg</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2174">seanmonstar/reqwest#2174</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27">https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27</a></p> <h2>v0.11.26</h2> <ul> <li>Revert <code>system-configuration</code> upgrade, which broke MSRV on macOS.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.27</h2> <ul> <li>Add <code>hickory-dns</code> feature, deprecating <code>trust-dns</code>.</li> <li>(wasm) Fix <code>Form::text()</code> to not set octet-stream for plain text fields.</li> </ul> <h2>v0.11.26</h2> <ul> <li>Revert <code>system-configuration</code> upgrade, which broke MSRV on macOS.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/cf69fd4bfe22855d576497eb94e9eb549e742475"><code>cf69fd4</code></a> v0.11.27</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d0d2b47abe38fc989314da8b432305436bd082b5"><code>d0d2b47</code></a> docs: add note about sponsors/support</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/2fe53c55f07066da8afd2ba9d6dcc3f008e8a0c2"><code>2fe53c5</code></a> refactor: Migrate trust-dns to hickory-dns</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/6904889488cd1385a6973e8ebbd25168e4f50e56"><code>6904889</code></a> (wasm) fix: Form::text on wasm setting octet-stream mime type and file name. ...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/54bb70929d36ce7c4d0fc6e598c0543018da07b9"><code>54bb709</code></a> v0.11.26</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d33480083bdc7aedae5b81720839d227e48f7323"><code>d334800</code></a> Revert "fix: Patch <code>system-configuration</code> version (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2130">#2130</a>)" (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2172">#2172</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c7940c628b865f004bceccbf90fa5e6dd0487925"><code>c7940c6</code></a> revert: hyper v1 upgrade (for now)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e3192638518d577759dd89da489175b8f992b12f"><code>e319263</code></a> Fix missing tokio/io-util (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2168">#2168</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/037111f2fbd471e9c3c5b3815a5b10283b2729af"><code>037111f</code></a> feat: Allow binding interface (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2163">#2163</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/bfc54fc3a13d071c8beb6bcc49b066d96bfecb10"><code>bfc54fc</code></a> feat: Add http2 cargo feature (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2162">#2162</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.25...v0.11.27">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.52 to 2.0.55 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.55</h2> <ul> <li>Restore compatibility with rustc 1.56 through 1.59 (<a href="https://redirect.github.com/dtolnay/syn/issues/1603">#1603</a>)</li> </ul> <h2>2.0.54</h2> <ul> <li>Fix dead code warning in generated code when using <code>custom_keyword!</code> with syn's "printing" feature disabled (<a href="https://redirect.github.com/dtolnay/syn/issues/1602">#1602</a>)</li> </ul> <h2>2.0.53</h2> <ul> <li>Implement Copy, Clone, and ToTokens for syn::parse::Nothing (<a href="https://redirect.github.com/dtolnay/syn/issues/1597">#1597</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/d4c4811bd58fd22b4cc68988166aee2132ffb3be"><code>d4c4811</code></a> Release 2.0.55</li> <li><a href="https://github.com/dtolnay/syn/commit/21d9e5f6639c762a75bfa9013131f629e9099494"><code>21d9e5f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1603">#1603</a> from dtolnay/compat</li> <li><a href="https://github.com/dtolnay/syn/commit/6e8a372d605af4af48d4b3dcf2f41792777f2b67"><code>6e8a372</code></a> Restore compatibility with rustc 1.56 through 1.59</li> <li><a href="https://github.com/dtolnay/syn/commit/a5d02b1afe7641dfaadd660be32bb9822b74f47b"><code>a5d02b1</code></a> Release 2.0.54</li> <li><a href="https://github.com/dtolnay/syn/commit/c218a352e8a8aa39643a0d76de0136546b9a6265"><code>c218a35</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1602">#1602</a> from dtolnay/deadcode</li> <li><a href="https://github.com/dtolnay/syn/commit/2ddfdc666678db6187b44beeb73d67c21484ab37"><code>2ddfdc6</code></a> Suppress dead code lint on custom token's span field</li> <li><a href="https://github.com/dtolnay/syn/commit/e4f3216b6c12593ee6d3e3fa57eb794d86e4b793"><code>e4f3216</code></a> Update test suite to nightly-2024-03-23</li> <li><a href="https://github.com/dtolnay/syn/commit/fa563a42e26fb72ebd48114bdc9332554d1cdf3f"><code>fa563a4</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1601">#1601</a> from dtolnay/vistest</li> <li><a href="https://github.com/dtolnay/syn/commit/cfb9bb460c6f036f6241e8dcf283b9c8a7683f5e"><code>cfb9bb4</code></a> Add test of unnamed tuple struct field with inherited visibility</li> <li><a href="https://github.com/dtolnay/syn/commit/73c308793774fe9b8cf60fa625a4c00c6e11ef17"><code>73c3087</code></a> Update test suite to nightly-2024-03-22</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.52...2.0.55">compare view</a></li> </ul> </details> <br /> Updates `thiserror` from 1.0.57 to 1.0.58 <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.58</h2> <ul> <li>Make backtrace support available when using -Dwarnings (<a href="https://redirect.github.com/dtolnay/thiserror/issues/292">#292</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/df8bffad18e408e9b88d3360797506fc1282babe"><code>df8bffa</code></a> Release 1.0.58</li> <li><a href="https://github.com/dtolnay/thiserror/commit/14be209a74e075861fc754d41c376d2d5c6da06b"><code>14be209</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/292">#292</a> from dtolnay/deadcode</li> <li><a href="https://github.com/dtolnay/thiserror/commit/15a1d647cf5e98835e800e5b6d17ec260dcb89cc"><code>15a1d64</code></a> Make compatible with -Dwarnings</li> <li><a href="https://github.com/dtolnay/thiserror/commit/f55a5d28da7114b44e967451f697d8d0fedb20be"><code>f55a5d2</code></a> Ignore mixed_attributes_style clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/f770921a4fc7fc972b9fe00a841831b886e83f10"><code>f770921</code></a> Resolve assigning_clones clippy lint</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58">compare view</a></li> </ul> </details> <br /> Updates `trybuild` from 1.0.89 to 1.0.90 <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.90</h2> <ul> <li>Support dotted key syntax in workspace Cargo.toml when using edition={workspace=true} (<a href="https://redirect.github.com/dtolnay/trybuild/issues/257">#257</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/trybuild/commit/17b36666391aa7b7f27a5a0c5b661ad7575acb14"><code>17b3666</code></a> Release 1.0.90</li> <li><a href="https://github.com/dtolnay/trybuild/commit/93b44ef0a9ddb42cfc0c82c46411daa3ca23717e"><code>93b44ef</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/239">#239</a> from dtolnay/toml</li> <li><a href="https://github.com/dtolnay/trybuild/commit/835f9da41b8c2ce247f5a727722260d3d5599721"><code>835f9da</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/259">#259</a> from dtolnay/pubcrate</li> <li><a href="https://github.com/dtolnay/trybuild/commit/8562fcac289da92aedcbdaebad9fc6820995176a"><code>8562fca</code></a> Reduce visibility of items that are not publicly accessible</li> <li><a href="https://github.com/dtolnay/trybuild/commit/acb76ef393bab503027aa3629afe8e29d27bb920"><code>acb76ef</code></a> Drop basic-toml in favor of more widely used toml crate</li> <li>See full diff in <a href="https://github.com/dtolnay/trybuild/compare/1.0.89...1.0.90">compare view</a></li> </ul> </details> <br /> Updates `toml` from 0.7.8 to 0.8.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/fe65b2bfa2021b939a0fc71e8b008609ea21f6fe"><code>fe65b2b</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/ed597ebad11afdadc27712e3f851e6c5cd48fb51"><code>ed597eb</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/257a0fdc59656c01bcce151af61339563fac22c4"><code>257a0fd</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/4b44f53a3194729317250232872584464ebe12a7"><code>4b44f53</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/617">#617</a> from epage/update</li> <li><a href="https://github.com/toml-rs/toml/commit/7eaf2861106430833eb40e7b237fe5522be6bb03"><code>7eaf286</code></a> fix(parser): Failed on mixed inline tables</li> <li><a href="https://github.com/toml-rs/toml/commit/e1f20378a2a8c78f182b2ac61f76eebd30990b77"><code>e1f2037</code></a> test: Verify with latest data</li> <li><a href="https://github.com/toml-rs/toml/commit/2f9253c9eb6c968be8227284b873660bd3451007"><code>2f9253c</code></a> chore: Update toml-test</li> <li><a href="https://github.com/toml-rs/toml/commit/c9b481cab5038e9801e60f6bfb935f983218d8f6"><code>c9b481c</code></a> test(toml): Ensure tables are used for validation</li> <li><a href="https://github.com/toml-rs/toml/commit/43d7f29cfdad91bb72658d94039b16e7457a54ed"><code>43d7f29</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/615">#615</a> from toml-rs/renovate/actions-checkout-4.x</li> <li><a href="https://github.com/toml-rs/toml/commit/ef9b8372c86f84481e8439c9c4a1f5dc4c15c35e"><code>ef9b837</code></a> chore(deps): update actions/checkout action to v4</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.2">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