Skip to content

Commit 91a6658

Browse files
Bump the non-critical group with 5 updates (#2898)
Bumps the non-critical group with 5 updates: | Package | From | To | | --- | --- | --- | | [darling](https://github.com/TedDriggs/darling) | `0.21.3` | `0.23.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.177` | `0.2.178` | | [ra-ap-rustc_parse_format](https://github.com/rust-lang/rust) | `0.140.0` | `0.141.0` | | [ra_ap_toolchain](https://github.com/rust-lang/rust-analyzer) | `0.0.308` | `0.0.309` | | [toml_edit](https://github.com/toml-rs/toml) | `0.23.7` | `0.23.9` | Updates `darling` from 0.21.3 to 0.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TedDriggs/darling/releases">darling's releases</a>.</em></p> <blockquote> <h2>v0.23.0</h2> <ul> <li>Bump MSRV to 1.88.0; there have been no code changes that caused this, but due to dependency issues CI no longer works on 1.56.0 <a href="https://redirect.github.com/TedDriggs/darling/issues/357">#357</a></li> <li>Revert dependency version pins which caused problems <a href="https://redirect.github.com/TedDriggs/darling/issues/385">#385</a></li> </ul> <h2>v0.22.0</h2> <p><strong>YANKED</strong> Pinned dependencies made this version cause conflicts with other crates.</p> <ul> <li><strong>BREAKING:</strong> Remove <code>fnv</code> dependency, as runtime performance gain does not justify additional dependency. This was exposed to users of <code>darling::usage</code>, so it may be breaking for them <a href="https://redirect.github.com/TedDriggs/darling/pull/373">#373</a></li> <li>Add <code>#[darling(default = || expr(val))]</code> support, allowing a closure where a path was previously required <a href="https://redirect.github.com/TedDriggs/darling/pull/380">#380</a></li> <li>Preserve span information for paths given to <code>darling::util::Callable</code> as literal strings</li> <li>Fix some documentation typos</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md">darling's changelog</a>.</em></p> <blockquote> <h2>v0.23.0 (December 3, 2025)</h2> <ul> <li>Bump MSRV to 1.88.0; there have been no code changes that caused this, but due to dependency issues CI no longer works on 1.56.0 <a href="https://redirect.github.com/TedDriggs/darling/issues/357">#357</a></li> </ul> <h2>v0.22.0 (December 2, 2025)</h2> <ul> <li><strong>BREAKING:</strong> Remove <code>fnv</code> dependency, as runtime performance gain does not justify additional dependency. This was exposed to users of <code>darling::usage</code>, so it may be breaking for them <a href="https://redirect.github.com/TedDriggs/darling/pull/373">#373</a></li> <li>Add <code>#[darling(default = || expr(val))]</code> support, allowing a closure where a path was previously required <a href="https://redirect.github.com/TedDriggs/darling/pull/380">#380</a></li> <li>Preserve span information for paths given to <code>darling::util::Callable</code> as literal strings</li> <li>Fix some documentation typos</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TedDriggs/darling/commit/cfef4e58225fb72edeb712b70ab984bd59d3baf2"><code>cfef4e5</code></a> Update compiletests to rustc 1.88.0</li> <li><a href="https://github.com/TedDriggs/darling/commit/334ee489cc3d443cbb3a95bcefc03998e6b8c337"><code>334ee48</code></a> Bump version to 0.23.0</li> <li><a href="https://github.com/TedDriggs/darling/commit/858b8695acca744e04f13c67bdba4d19b8015565"><code>858b869</code></a> Bump MSRV to 1.88.0</li> <li><a href="https://github.com/TedDriggs/darling/commit/dd9cb44d57779a9f661931ca6835e401f9527e79"><code>dd9cb44</code></a> Bump CI tests to 1.88.0</li> <li><a href="https://github.com/TedDriggs/darling/commit/4e57762f5d95d38a08998b1ca447f5c05580a599"><code>4e57762</code></a> Revert &quot;Lock quote version&quot;</li> <li><a href="https://github.com/TedDriggs/darling/commit/775a52342df124b3109f99520a67552f61da9fe4"><code>775a523</code></a> Revert &quot;Lock min version of proc-macro2&quot;</li> <li><a href="https://github.com/TedDriggs/darling/commit/394727845295c94324cb04786ffe3a84475c2446"><code>3947278</code></a> Bump version to 0.22.0</li> <li><a href="https://github.com/TedDriggs/darling/commit/cd33f9bdcf8361b0cdafea3543a33ef543abf720"><code>cd33f9b</code></a> chore: fix some minor issues in the comments</li> <li><a href="https://github.com/TedDriggs/darling/commit/2ca795bb1158eef581456013fc782c18ccef07db"><code>2ca795b</code></a> docs: fix minor typo in top-level doc comment ('its' → 'it’s')</li> <li><a href="https://github.com/TedDriggs/darling/commit/878b5ba12059dffc417f3e354bf39dab0d36068f"><code>878b5ba</code></a> Lock min version of proc-macro2</li> <li>Additional commits viewable in <a href="https://github.com/TedDriggs/darling/compare/v0.21.3...v0.23.0">compare view</a></li> </ul> </details> <br /> Updates `libc` from 0.2.177 to 0.2.178 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.178</h2> <h3>Added</h3> <ul> <li>BSD: Add <code>issetugid</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4744">#4744</a>)</li> <li>Cygwin: Add missing utmp/x.h, grp.h, and stdio.h interfaces (<a href="https://redirect.github.com/rust-lang/libc/pull/4827">#4827</a>)</li> <li>Linux s390x musl: Add <code>__psw_t</code>/<code>fprefset_t</code>/<code>*context_t</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4726">#4726</a>)</li> <li>Linux, Android: Add definition for IUCLC (<a href="https://redirect.github.com/rust-lang/libc/pull/4846">#4846</a>)</li> <li>Linux, FreeBSD: Add <code>AT_HWCAP{3,4}</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4734">#4734</a>)</li> <li>Linux: Add definitions from linux/can/bcm.h (<a href="https://redirect.github.com/rust-lang/libc/pull/4683">#4683</a>)</li> <li>Linux: Add syscalls 451-469 for m68k (<a href="https://redirect.github.com/rust-lang/libc/pull/4850">#4850</a>)</li> <li>Linux: PowerPC: Add 'ucontext.h' definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4696">#4696</a>)</li> <li>NetBSD: Define <code>eventfd</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4830">#4830</a>)</li> <li>Newlib: Add missing constants from <code>unistd.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4811">#4811</a>)</li> <li>QNX NTO: Add <code>cfmakeraw</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4704">#4704</a>)</li> <li>QNX NTO: Add <code>cfsetspeed</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4704">#4704</a>)</li> <li>Redox: Add <code>getresgid</code> and <code>getresuid</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4752">#4752</a>)</li> <li>Redox: Add <code>setresgid</code> and <code>setresuid</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4752">#4752</a>)</li> <li>VxWorks: Add definitions from <code>select.h</code>, <code>stat.h</code>, <code>poll.h</code>, <code>ttycom.h</code>, <code>utsname.h</code>, <code>resource.h</code>, <code>mman.h</code>, <code>udp.h</code>, <code>in.h</code>, <code>in6.h</code>, <code>if.h</code>, <code>fnmatch.h</code>, and <code>sioLibCommon.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4781">#4781</a>)</li> <li>VxWorks: Add missing defines/functions needed by rust stdlib (<a href="https://redirect.github.com/rust-lang/libc/pull/4779">#4779</a>)</li> <li>WASI: Add more definitions for libstd (<a href="https://redirect.github.com/rust-lang/libc/pull/4747">#4747</a>)</li> </ul> <h3>Deprecated:</h3> <ul> <li>Apple: Deprecate <code>TIOCREMOTE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4764">#4764</a>)</li> </ul> <h3>Fixed:</h3> <p>Note that there were a large number of fixes on NetBSD for this <code>libc</code> release, some of which include minor breakage.</p> <ul> <li>AIX: Change errno <code>EWOULDBLOCK</code> to make it an alias of <code>EAGAIN</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4790">#4790</a>)</li> <li>AIX: Resolve function comparison and <code>unnecessary_transmutes</code> warnings (<a href="https://redirect.github.com/rust-lang/libc/pull/4780">#4780</a>)</li> <li>Apple: Correct the value of <code>SF_SETTABLE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4764">#4764</a>)</li> <li>DragonflyBSD: Fix the type of <code>mcontext_t.mc_fpregs</code> (<a href="">#</a>)</li> <li>EspIDF: Fix the duplicate definition of <code>gethostname</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4773">#4773</a>)</li> <li>L4Re: Update available pthread API (<a href="https://redirect.github.com/rust-lang/libc/pull/4836">#4836</a>)</li> <li>Linux: Correct the value of <code>NFT_MSG_MAX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4761">#4761</a>)</li> <li>Linux: Remove incorrect <code>repr(align(8))</code> for <code>canxl_frame</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4760">#4760</a>)</li> <li>Make <code>eventfd</code> argument names match OS docs/headers (<a href="https://redirect.github.com/rust-lang/libc/pull/4830">#4830</a>)</li> <li>NetBSD: Account for upstream changes to ptrace with LWP (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Correct <code>ipc_perm</code>, split from OpenBSD as <code>ipc.rs</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Correct a number of symbol link names (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Correct the type of <code>kinfo_vmentry.kve_path</code> (<a href="">#</a>)</li> <li>NetBSD: Fix <code>uucred.cr_ngroups</code> from <code>int</code> to <code>short</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the type of <code>kevent.udata</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the type of <code>mcontext_t.__fpregs</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the value of <code>PT_SUSPEND</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the values of FNM_* constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Increase the size of <code>sockaddr_dl.sdl_data</code> from 12 to 24 (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Introduce <code>if_.rs</code>, fix the definition of <code>ifreq</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Introduce <code>time.rs</code>, fix the values of <code>CLOCK_*_CPUTIME_ID</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.177...0.2.178">0.2.178</a> - 2025-12-01</h2> <h3>Added</h3> <ul> <li>BSD: Add <code>issetugid</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4744">#4744</a>)</li> <li>Cygwin: Add missing utmp/x.h, grp.h, and stdio.h interfaces (<a href="https://redirect.github.com/rust-lang/libc/pull/4827">#4827</a>)</li> <li>Linux s390x musl: Add <code>__psw_t</code>/<code>fprefset_t</code>/<code>*context_t</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4726">#4726</a>)</li> <li>Linux, Android: Add definition for IUCLC (<a href="https://redirect.github.com/rust-lang/libc/pull/4846">#4846</a>)</li> <li>Linux, FreeBSD: Add <code>AT_HWCAP{3,4}</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4734">#4734</a>)</li> <li>Linux: Add definitions from linux/can/bcm.h (<a href="https://redirect.github.com/rust-lang/libc/pull/4683">#4683</a>)</li> <li>Linux: Add syscalls 451-469 for m68k (<a href="https://redirect.github.com/rust-lang/libc/pull/4850">#4850</a>)</li> <li>Linux: PowerPC: Add 'ucontext.h' definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4696">#4696</a>)</li> <li>NetBSD: Define <code>eventfd</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4830">#4830</a>)</li> <li>Newlib: Add missing constants from <code>unistd.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4811">#4811</a>)</li> <li>QNX NTO: Add <code>cfmakeraw</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4704">#4704</a>)</li> <li>QNX NTO: Add <code>cfsetspeed</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4704">#4704</a>)</li> <li>Redox: Add <code>getresgid</code> and <code>getresuid</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4752">#4752</a>)</li> <li>Redox: Add <code>setresgid</code> and <code>setresuid</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4752">#4752</a>)</li> <li>VxWorks: Add definitions from <code>select.h</code>, <code>stat.h</code>, <code>poll.h</code>, <code>ttycom.h</code>, <code>utsname.h</code>, <code>resource.h</code>, <code>mman.h</code>, <code>udp.h</code>, <code>in.h</code>, <code>in6.h</code>, <code>if.h</code>, <code>fnmatch.h</code>, and <code>sioLibCommon.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4781">#4781</a>)</li> <li>VxWorks: Add missing defines/functions needed by rust stdlib (<a href="https://redirect.github.com/rust-lang/libc/pull/4779">#4779</a>)</li> <li>WASI: Add more definitions for libstd (<a href="https://redirect.github.com/rust-lang/libc/pull/4747">#4747</a>)</li> </ul> <h3>Deprecated:</h3> <ul> <li>Apple: Deprecate <code>TIOCREMOTE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4764">#4764</a>)</li> </ul> <h3>Fixed:</h3> <p>Note that there were a large number of fixes on NetBSD for this <code>libc</code> release, some of which include minor breakage.</p> <ul> <li>AIX: Change errno <code>EWOULDBLOCK</code> to make it an alias of <code>EAGAIN</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4790">#4790</a>)</li> <li>AIX: Resolve function comparison and <code>unnecessary_transmutes</code> warnings (<a href="https://redirect.github.com/rust-lang/libc/pull/4780">#4780</a>)</li> <li>Apple: Correct the value of <code>SF_SETTABLE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4764">#4764</a>)</li> <li>DragonflyBSD: Fix the type of <code>mcontext_t.mc_fpregs</code> (<a href="">#</a>)</li> <li>EspIDF: Fix the duplicate definition of <code>gethostname</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4773">#4773</a>)</li> <li>L4Re: Update available pthread API (<a href="https://redirect.github.com/rust-lang/libc/pull/4836">#4836</a>)</li> <li>Linux: Correct the value of <code>NFT_MSG_MAX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4761">#4761</a>)</li> <li>Linux: Remove incorrect <code>repr(align(8))</code> for <code>canxl_frame</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4760">#4760</a>)</li> <li>Make <code>eventfd</code> argument names match OS docs/headers (<a href="https://redirect.github.com/rust-lang/libc/pull/4830">#4830</a>)</li> <li>NetBSD: Account for upstream changes to ptrace with LWP (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Correct <code>ipc_perm</code>, split from OpenBSD as <code>ipc.rs</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Correct a number of symbol link names (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Correct the type of <code>kinfo_vmentry.kve_path</code> (<a href="">#</a>)</li> <li>NetBSD: Fix <code>uucred.cr_ngroups</code> from <code>int</code> to <code>short</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the type of <code>kevent.udata</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the type of <code>mcontext_t.__fpregs</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the value of <code>PT_SUSPEND</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Fix the values of FNM_* constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Increase the size of <code>sockaddr_dl.sdl_data</code> from 12 to 24 (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> <li>NetBSD: Introduce <code>if_.rs</code>, fix the definition of <code>ifreq</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4782">#4782</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/2b95cbe1cecd28ab03d689b34c2696d70b65ff27"><code>2b95cbe</code></a> chore: release libc 0.2.178</li> <li><a href="https://github.com/rust-lang/libc/commit/bc25dfca2960fcd6bde9636e9fe9c87295765a5e"><code>bc25dfc</code></a> NetBSD: Only skip <code>sockaddr_dl</code> on NetBSD9</li> <li><a href="https://github.com/rust-lang/libc/commit/887133e45ee709ff941f4d07f1069489a81aa531"><code>887133e</code></a> add syscalls 451-469 for m68k linux</li> <li><a href="https://github.com/rust-lang/libc/commit/3cfeee46c2f28121771747f2e0bf9b5432a0eb29"><code>3cfeee4</code></a> build(deps): bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/rust-lang/libc/commit/999b4203ee3c450df6f6ef781fadd81fe51e7e78"><code>999b420</code></a> linux, android: Add definition for IUCLC</li> <li><a href="https://github.com/rust-lang/libc/commit/ae6df796e2c918726ffafb7878b621ffad6a2bb7"><code>ae6df79</code></a> Define eventfd on NetBSD</li> <li><a href="https://github.com/rust-lang/libc/commit/03b7438253fc4f111bf7ef3ca44902538dcce948"><code>03b7438</code></a> Make eventfd argument names match OS docs/headers</li> <li><a href="https://github.com/rust-lang/libc/commit/9ba7c90662818c9bd6733899e4718816fe8b6394"><code>9ba7c90</code></a> cygwin: Add missing utmp/x.h, grp.h, and stdio.h interfaces</li> <li><a href="https://github.com/rust-lang/libc/commit/5d284b0afd113ea6e92a5c7d2c1c93d1b7a60d07"><code>5d284b0</code></a> Fix test for cygwin</li> <li><a href="https://github.com/rust-lang/libc/commit/7516d382af0715deb7868f88bef4b3d36412062a"><code>7516d38</code></a> ci: Update <code>style.py</code> to work with visibility on enums</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.177...0.2.178">compare view</a></li> </ul> </details> <br /> Updates `ra-ap-rustc_parse_format` from 0.140.0 to 0.141.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/rust/commits">compare view</a></li> </ul> </details> <br /> Updates `ra_ap_toolchain` from 0.0.308 to 0.0.309 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/rust-analyzer/commits">compare view</a></li> </ul> </details> <br /> Updates `toml_edit` from 0.23.7 to 0.23.9 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/257b25d18afdd2b7edd69d41a96de9b0056f0dca"><code>257b25d</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/0bb935ade9635f83ef62b6bd5e90f74a1e95390b"><code>0bb935a</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/a6702eaba865fcf749d1ccd7ba2f2397fdfa7013"><code>a6702ea</code></a> Revert &quot;refactor: Allow <code>InlineTable</code> insert API to accept <code>Into\&lt;Value&gt;</code>&quot;</li> <li><a href="https://github.com/toml-rs/toml/commit/640f7587a1652fcb7e889b385ec3c6a61be3644b"><code>640f758</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/86982e804c313c94f9a0a69e40609f5e99ad93ba"><code>86982e8</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/18cee6bb622c0c3e54447f72b45c195e58a22d0c"><code>18cee6b</code></a> Allow <code>InlineTable</code> insert API to accept <code>Into\&lt;Value&gt;</code> (<a href="https://redirect.github.com/toml-rs/toml/issues/1069">#1069</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/6b8143955636eb0e0df277717cefc48e6f9385df"><code>6b81439</code></a> chore(deps): Update actions/checkout action to v6 (<a href="https://redirect.github.com/toml-rs/toml/issues/1072">#1072</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/c708adff3fa7eaa26a59036d2fe1efcdafec49c2"><code>c708adf</code></a> chore(deps): Update actions/checkout action to v6</li> <li><a href="https://github.com/toml-rs/toml/commit/86590e06f69be890fd8aa02f200cc7c4e9eb3f91"><code>86590e0</code></a> refactor: Allow <code>InlineTable</code> insert API to accept <code>Into\&lt;Value&gt;</code></li> <li><a href="https://github.com/toml-rs/toml/commit/e64436850fe1a7a64dc9d2475c238cf3f940668f"><code>e644368</code></a> chore(deps): Update github/codeql-action action to v4 (<a href="https://redirect.github.com/toml-rs/toml/issues/1061">#1061</a>)</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/v0.23.7...v0.23.9">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 dd14aa1 commit 91a6658

File tree

2 files changed

+381
-359
lines changed

2 files changed

+381
-359
lines changed

0 commit comments

Comments
 (0)