Skip to content

Commit 4a48c38

Browse files
Bump the non-critical group with 6 updates (#1470)
Bumps the non-critical group with 6 updates: | Package | From | To | | --- | --- | --- | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.4` | `0.8.5` | | [syn](https://github.com/dtolnay/syn) | `2.0.71` | `2.0.72` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.63` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.38.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.15` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.15` | `0.22.16` | Updates `libloading` from 0.8.4 to 0.8.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nagisa/rust_libloading/commit/f6ab3674680c6f8a7199fdbbf18be8632e003340"><code>f6ab367</code></a> Release 0.8.5</li> <li><a href="https://github.com/nagisa/rust_libloading/commit/9b167d639fb4194fe5ea6533b7aa846c1d8372d3"><code>9b167d6</code></a> address clippy on windows</li> <li><a href="https://github.com/nagisa/rust_libloading/commit/3d3eed93af4150ba8876a878bf717f6714ff0a17"><code>3d3eed9</code></a> Address clippy lints</li> <li><a href="https://github.com/nagisa/rust_libloading/commit/f6c0d28c7de084ae21da282ba851220b07414bb2"><code>f6c0d28</code></a> Add try_as_raw_ptr/as_raw_ptr implementations for Symbol to convert to raw po...</li> <li><a href="https://github.com/nagisa/rust_libloading/commit/22e5251f70fab686a8e754022a86a875794702b3"><code>22e5251</code></a> chore: fix some comments</li> <li>See full diff in <a href="https://github.com/nagisa/rust_libloading/compare/0.8.4...0.8.5">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.71 to 2.0.72 <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.72</h2> <ul> <li>Parse <code>use&lt;'a, T&gt;</code> precise capturing bounds (<a href="https://redirect.github.com/dtolnay/syn/issues/1707">#1707</a>, thanks <a href="https://github.com/compiler-errors"><code>@​compiler-errors</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/c59828ff6f52e2d5d7069900d6577863ea220d48"><code>c59828f</code></a> Release 2.0.72</li> <li><a href="https://github.com/dtolnay/syn/commit/5821371256df59cb0f0f8b879be0f3561cf72b12"><code>5821371</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1709">#1709</a> from dtolnay/up</li> <li><a href="https://github.com/dtolnay/syn/commit/87401bf9b8220c933e5f784ae5ecc1bfa369e09d"><code>87401bf</code></a> Add issue links for missing syntax support</li> <li><a href="https://github.com/dtolnay/syn/commit/a3f2f5050ee141c32b84a45e784bb00bb185f86a"><code>a3f2f50</code></a> Categorize newly failing rust repo source files</li> <li><a href="https://github.com/dtolnay/syn/commit/378f4e2be3b0b2912b1d1b5ac2a39e64bd7f05db"><code>378f4e2</code></a> Update test suite to nightly-2024-07-21</li> <li><a href="https://github.com/dtolnay/syn/commit/788f8cb9e15608f333f4bdd843c2cd10774cb56f"><code>788f8cb</code></a> Improve errors on unexpected token in precise capture bound</li> <li><a href="https://github.com/dtolnay/syn/commit/11b2371a66ba3628cc99ed07fbf574c2140eea82"><code>11b2371</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1707">#1707</a> from compiler-errors/precise-capturing</li> <li><a href="https://github.com/dtolnay/syn/commit/bed32d23ce08bea0a0be2491427605402b3fce9b"><code>bed32d2</code></a> Parse use&lt;&gt; precise capturing as Verbatim</li> <li>See full diff in <a href="https://github.com/dtolnay/syn/compare/2.0.71...2.0.72">compare view</a></li> </ul> </details> <br /> Updates `thiserror` from 1.0.62 to 1.0.63 <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.63</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/915c75e8a3b679588e6eac03dccbba5d38c764a8"><code>915c75e</code></a> Release 1.0.63</li> <li><a href="https://github.com/dtolnay/thiserror/commit/3d5ec25464d2d71f09f480666e240d3446a44a19"><code>3d5ec25</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/312">#312</a> from dtolnay/backtracedoc</li> <li><a href="https://github.com/dtolnay/thiserror/commit/de8a1e54d420514250d9d4081d41723192cf0dfa"><code>de8a1e5</code></a> Update documentation of #[from] and #[backtrace] attributes</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.38.0 to 1.38.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.38.1</h2> <h1>1.38.1 (July 16th, 2024)</h1> <p>This release fixes the bug identified as (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6682">#6682</a>), which caused timers not to fire when they should.</p> <h3>Fixed</h3> <ul> <li>time: update <code>wake_up</code> while holding all the locks of sharded time wheels (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6683">#6683</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6682">#6682</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6682">tokio-rs/tokio#6682</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6683">#6683</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6683">tokio-rs/tokio#6683</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/14b9f7115728b77c82db8d21b6d768d16dc472a6"><code>14b9f71</code></a> chore: release Tokio v1.38.1 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6688">#6688</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/24344dfe4b69931bfe9fe686d2424c9f626dc75b"><code>24344df</code></a> time: fix race condition leading to lost timers (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6683">#6683</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1">compare view</a></li> </ul> </details> <br /> Updates `toml` from 0.8.14 to 0.8.15 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/9217e44287880ce07777ae48fb8884a184957ae2"><code>9217e44</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/003ce94f4c554e50cf81e4877874e699c7cf58c5"><code>003ce94</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/b463f3d7098d3680eec40e8c28d407d86b73d114"><code>b463f3d</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/757">#757</a> from epage/key</li> <li><a href="https://github.com/toml-rs/toml/commit/3d8852b385576578a7462591f32250a919af31d0"><code>3d8852b</code></a> fix(encode): Be extra sure it can be a literal</li> <li><a href="https://github.com/toml-rs/toml/commit/e1bc1c3861f208283c13410848dc34d73c1b0df4"><code>e1bc1c3</code></a> refactor(encode): Pull out literal inference</li> <li><a href="https://github.com/toml-rs/toml/commit/fbb0ac28b5ddba66db2aef192ec6b269ea42079d"><code>fbb0ac2</code></a> test(encode): Add property-based tests for keys/strings</li> <li><a href="https://github.com/toml-rs/toml/commit/0b268f20c11003de0fe2a886d15816fba41f4ed3"><code>0b268f2</code></a> fix(encode): Correct encoding for key with mixed quotes</li> <li><a href="https://github.com/toml-rs/toml/commit/82c019557d77d4764f1128602d1b14d876d2e094"><code>82c0195</code></a> refactor(encode): Make str repr inferring clearer</li> <li><a href="https://github.com/toml-rs/toml/commit/330b590968e00c94a6a9d4ee3cbb1f8615cf693c"><code>330b590</code></a> refactor(encode): Extract all str repr inferring</li> <li><a href="https://github.com/toml-rs/toml/commit/00fb5eee54e9c8ee44860bc983753ff97e86a0da"><code>00fb5ee</code></a> test(edit): Add more roundtrip testing</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15">compare view</a></li> </ul> </details> <br /> Updates `toml_edit` from 0.22.15 to 0.22.16 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/9217e44287880ce07777ae48fb8884a184957ae2"><code>9217e44</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/003ce94f4c554e50cf81e4877874e699c7cf58c5"><code>003ce94</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/b463f3d7098d3680eec40e8c28d407d86b73d114"><code>b463f3d</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/757">#757</a> from epage/key</li> <li><a href="https://github.com/toml-rs/toml/commit/3d8852b385576578a7462591f32250a919af31d0"><code>3d8852b</code></a> fix(encode): Be extra sure it can be a literal</li> <li><a href="https://github.com/toml-rs/toml/commit/e1bc1c3861f208283c13410848dc34d73c1b0df4"><code>e1bc1c3</code></a> refactor(encode): Pull out literal inference</li> <li><a href="https://github.com/toml-rs/toml/commit/fbb0ac28b5ddba66db2aef192ec6b269ea42079d"><code>fbb0ac2</code></a> test(encode): Add property-based tests for keys/strings</li> <li><a href="https://github.com/toml-rs/toml/commit/0b268f20c11003de0fe2a886d15816fba41f4ed3"><code>0b268f2</code></a> fix(encode): Correct encoding for key with mixed quotes</li> <li><a href="https://github.com/toml-rs/toml/commit/82c019557d77d4764f1128602d1b14d876d2e094"><code>82c0195</code></a> refactor(encode): Make str repr inferring clearer</li> <li><a href="https://github.com/toml-rs/toml/commit/330b590968e00c94a6a9d4ee3cbb1f8615cf693c"><code>330b590</code></a> refactor(encode): Extract all str repr inferring</li> <li><a href="https://github.com/toml-rs/toml/commit/00fb5eee54e9c8ee44860bc983753ff97e86a0da"><code>00fb5ee</code></a> test(edit): Add more roundtrip testing</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/v0.22.15...v0.22.16">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>
1 parent 60f5cb0 commit 4a48c38

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

Cargo.lock

+50-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)