Skip to content

Commit

Permalink
Bump the non-critical group with 5 updates (#1391)
Browse files Browse the repository at this point in the history
Bumps the non-critical group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [libloading](https://github.com/nagisa/rust_libloading) | `0.8.3` |
`0.8.4` |
| [ntest](https://github.com/becheran/ntest) | `0.9.2` | `0.9.3` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.85` |
`1.0.86` |
| [syn](https://github.com/dtolnay/syn) | `2.0.66` | `2.0.68` |
| [url](https://github.com/servo/rust-url) | `2.5.1` | `2.5.2` |

Updates `libloading` from 0.8.3 to 0.8.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nagisa/rust_libloading/commit/b3965f834413e7a140d67bfc88a874f3ad7cd031"><code>b3965f8</code></a>
0.8.4</li>
<li><a
href="https://github.com/nagisa/rust_libloading/commit/ddcbfda1ab2c66b400c0eb4c3b795ee37a241c91"><code>ddcbfda</code></a>
chore: fix nightly lints</li>
<li><a
href="https://github.com/nagisa/rust_libloading/commit/cd30ba3ae2f0edd9fabc5acfa8bf83317973eb7b"><code>cd30ba3</code></a>
apple: add cfgs for tvos/watchos/visionos</li>
<li>See full diff in <a
href="https://github.com/nagisa/rust_libloading/compare/0.8.3...0.8.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `ntest` from 0.9.2 to 0.9.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/becheran/ntest/commit/5f025ba9cd586249c6d011d3c4580d12d551e533"><code>5f025ba</code></a>
chore: Release</li>
<li><a
href="https://github.com/becheran/ntest/commit/53d1aa1900404f297947c4693b24d102d9ab3d92"><code>53d1aa1</code></a>
Allow attributes after #[timeout]</li>
<li><a
href="https://github.com/becheran/ntest/commit/6ae723d15b319fa4b22dac3f39b47448b390770a"><code>6ae723d</code></a>
ci: upgrad mlc</li>
<li><a
href="https://github.com/becheran/ntest/commit/b7210fda1ba8f7c0facb3b1a7266146fa289bafc"><code>b7210fd</code></a>
build: run debug mlc</li>
<li><a
href="https://github.com/becheran/ntest/commit/6268ee407db9344eed52f12d6707e00f72bb1fcd"><code>6268ee4</code></a>
build: upgrade mlc link checker</li>
<li>See full diff in <a
href="https://github.com/becheran/ntest/compare/ntest-v0.9.2...ntest-v0.9.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `proc-macro2` from 1.0.85 to 1.0.86
<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.86</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/aa9476b27932ae1b1b50bbfe0530b3b261fc1b72"><code>aa9476b</code></a>
Release 1.0.86</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/19613587b70633e8bd383dd2fc29856d2d080f45"><code>1961358</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/466">#466</a>
from dtolnay/buildrs</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/e1bd2cc29da09be421555bb0e1156c5e2b87df5d"><code>e1bd2cc</code></a>
Bring build script comments up to date</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/5b271279521e11ac6eada5435e5a8d87f46d3619"><code>5b27127</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/465">#465</a>
from dtolnay/ignorereason</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/0da4629757024ac6dac1680ba3be44bac24af809"><code>0da4629</code></a>
Fill in ignore reasons in all #[ignore] attributes</li>
<li>See full diff in <a
href="https://github.com/dtolnay/proc-macro2/compare/1.0.85...1.0.86">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.66 to 2.0.68
<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.68</h2>
<ul>
<li>Improve panic location when <code>parse_quote!</code> parses invalid
syntax (<a
href="https://redirect.github.com/dtolnay/syn/issues/1690">#1690</a>,
thanks <a
href="https://github.com/stepancheg"><code>@​stepancheg</code></a>)</li>
<li>More efficient peek implementation for <code>Group</code> and
<code>Lifetime</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1687">#1687</a>)</li>
</ul>
<h2>2.0.67</h2>
<ul>
<li>Produce more accurate error message locations for errors located at
the end of a nested group (<a
href="https://redirect.github.com/dtolnay/syn/issues/1679">#1679</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1680">#1680</a>)</li>
<li>Support peeking <code>LitCStr</code> in ParseStream::peek (<a
href="https://redirect.github.com/dtolnay/syn/issues/1682">#1682</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/ecb0429297d3da2f20ab8559e41ddf8a2137d83b"><code>ecb0429</code></a>
Release 2.0.68</li>
<li><a
href="https://github.com/dtolnay/syn/commit/37edbd23908006e77c42dae3e64f13f53470c5b6"><code>37edbd2</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1690">#1690</a>
from stepancheg/track-called</li>
<li><a
href="https://github.com/dtolnay/syn/commit/43387720a3d52db3c148e5383cd6d9ef3b766611"><code>4338772</code></a>
track-caller in parse_quote_spanned</li>
<li><a
href="https://github.com/dtolnay/syn/commit/537b0c58f4d00c1f412fb83d258900843f65814e"><code>537b0c5</code></a>
Update test suite to nightly-2024-06-22</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b088d5c2242478edb5b07e5a7221c37507287840"><code>b088d5c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1688">#1688</a>
from dtolnay/peeklit</li>
<li><a
href="https://github.com/dtolnay/syn/commit/9b4e478a98aeb90a113eeac2bf882402c8574dfb"><code>9b4e478</code></a>
Relocate Lit peek impls into lit module</li>
<li><a
href="https://github.com/dtolnay/syn/commit/38f2ddb7632a39d7ef98a836369acaf8fb9babf1"><code>38f2ddb</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1687">#1687</a>
from dtolnay/fastpeek</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ef20bfdfbf32c06a4930b26d683b61defb34b043"><code>ef20bfd</code></a>
Optimize the peek impl of Group and Lifetime</li>
<li><a
href="https://github.com/dtolnay/syn/commit/4b6c96a642be81c8020e0d4a6502b91facf5026e"><code>4b6c96a</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1686">#1686</a>
from dtolnay/isempty</li>
<li><a
href="https://github.com/dtolnay/syn/commit/87d57920513951b05a4dd64a39d1d8a39c314624"><code>87d5792</code></a>
Reword explanation of ParseBuffer::is_empty</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/2.0.66...2.0.68">compare
view</a></li>
</ul>
</details>
<br />

Updates `url` from 2.5.1 to 2.5.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/servo/rust-url/commit/54346fa288e16b25b71c45149d7067c752b450e0"><code>54346fa</code></a>
Revert &quot;Reimplement idna on top of ICU4X&quot; (<a
href="https://redirect.github.com/servo/rust-url/issues/946">#946</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/dcfbed3e90b4bbbb70f121f802f1d9b25adb8f89"><code>dcfbed3</code></a>
Update idna to 1.0.1 (<a
href="https://redirect.github.com/servo/rust-url/issues/945">#945</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/467ef63969f477ee44b7456bb450fba95af25780"><code>467ef63</code></a>
fix panic on <code>xn--55555577</code> (<a
href="https://redirect.github.com/servo/rust-url/issues/940">#940</a>)</li>
<li>See full diff in <a
href="https://github.com/servo/rust-url/compare/v2.5.1...v2.5.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
dependabot[bot] authored Jun 24, 2024
1 parent f449e7a commit a52b2f3
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 306 deletions.
Loading

0 comments on commit a52b2f3

Please sign in to comment.