Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the minor group across 1 directory with 11 updates #482

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps the minor group with 7 updates in the / directory:

Package From To
serde 1.0.215 1.0.216
spider 2.20.7 2.21.13
redb 2.2.0 2.3.0
bstr 1.11.0 1.11.1
hickory-proto 0.24.1 0.24.2
hickory-resolver 0.24.1 0.24.2
tree-sitter-language 0.1.2 0.1.3

Updates serde from 1.0.215 to 1.0.216

Release notes

Sourced from serde's releases.

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)
Commits
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • 9497463 Mark all generated trait impls as #[automatically_derived]
  • 46e9ecf Merge pull request #2866 from tdittr/mark-visitors-as-generated
  • e9c399c Mark generated impl de::Visitor blocks as #[automatically_derived]
  • b9dbfcb Switch out fnv in favor of foldhash in test
  • c270e27 Use BuildHasher instead of Hasher in collection macros
  • 0307f60 Resolve question_mark clippy lint in build script
  • See full diff in compare view

Updates spider from 2.20.7 to 2.21.13

Release notes

Sourced from spider's releases.

v2.21.11

Whats Changed

  • add balance feature flag to switch to global semaphores.
  • add remote_addr feature flag to get the page remote address / ip.
  • add re-usable chrome client and stream ws

Full Changelog: spider-rs/spider@v2.20.6...v2.21.11

Commits

Updates redb from 2.2.0 to 2.3.0

Release notes

Sourced from redb's releases.

2.3.0

  • Add WriteTransaction::set_two_phase_commit()
  • Add WriteTransaction::set_quick_repair() which enables a faster repair mechanism at the cost of slower transaction commits
  • Durability::Paranoid is now deprecated. Use set_two_phase_commit(true) instead
  • Fix various bugs when repairing the database after an unclean shutdown. These could result in panics, leaked space in the database file, or database corruption
Changelog

Sourced from redb's changelog.

2.3.0 - 2024-12-10

  • Add WriteTransaction::set_two_phase_commit()
  • Add WriteTransaction::set_quick_repair() which enables a faster repair mechanism at the cost of slower transaction commits
  • Durability::Paranoid is now deprecated. Use set_two_phase_commit(true) instead
  • Fix various bugs when repairing the database after an unclean shutdown. These could result in panics, leaked space in the database file, or database corruption
Commits
  • 3862242 Bump version to 2.3.0
  • 379f151 Update changelog
  • dc0460a Don't mark the region tracker page as allocated
  • 3ce4776 Don't flush allocator state after a failed repair
  • 7ff12bb Compaction also needs to use allocate_non_transactional()
  • 71e3b41 No need to flush non-durable commits anymore
  • 36c07ab Use rust-toolchain file in CI instead of hard coded version
  • f20d6d3 Change benchmark output format to always use milliseconds
  • 89a8236 Update benchmark numbers in readme
  • b95aebc explicitly set cache sizes
  • Additional commits viewable in compare view

Updates bstr from 1.11.0 to 1.11.1

Commits

Updates ego-tree from 0.6.3 to 0.10.0

Release notes

Sourced from ego-tree's releases.

0.10.0

What's Changed

New Contributors

Full Changelog: rust-scraper/ego-tree@v0.9.0...v0.10.0

0.9.0

What's Changed

New Contributors

Full Changelog: rust-scraper/ego-tree@v0.8.0...v0.9.0

0.8.0

What's Changed

New Contributors

Full Changelog: rust-scraper/ego-tree@v0.7.0...v0.8.0

0.7.0

What's Changed

Full Changelog: rust-scraper/ego-tree@v0.6.3...v0.7.0

Commits
  • a38b9c4 Version 0.10.0
  • 9ec8bec Merge pull request #41 from AuTa/sort
  • c34461b docs: add rust in code block
  • 62c8831 feature: add sort for tree NodeMut
  • b8adcd1 Merge pull request #40 from rust-scraper/noop-prepend-append-id
  • 8aba49f Do not produce invalid trees when no-op instances of append_id or prepend_id ...
  • 8127d31 Merge pull request #37 from rust-scraper/prevent-self-id-in-bare-modifiers
  • 78c6bd8 Add fn map(…) and fn map_ref(..) methods to Tree\<T>
  • 4e030f7 Prevent usage of self ID in modifiers working on bare ID
  • 95aaf8b provide examples
  • Additional commits viewable in compare view

Updates hickory-proto from 0.24.1 to 0.24.2

Release notes

Sourced from hickory-proto's releases.

v0.24.2

What's Changed

Changelog

Sourced from hickory-proto's changelog.

0.24.2

  • Upgrade to idna 1 due to RUSTSEC-2024-0421 (#2664)
Commits

Updates hickory-resolver from 0.24.1 to 0.24.2

Release notes

Sourced from hickory-resolver's releases.

v0.24.2

What's Changed

Changelog

Sourced from hickory-resolver's changelog.

0.24.2

  • Upgrade to idna 1 due to RUSTSEC-2024-0421 (#2664)
Commits

Updates idna from 0.4.0 to 1.0.3

Release notes

Sourced from idna's releases.

idna v1.0.3

What's Changed

New Contributors

Full Changelog: servo/rust-url@v2.5.2...idna-v1.0.3

idna v1.0.1

What's Changed

Full Changelog: servo/rust-url@v2.5.1...idna-v1.0.1

Commits

Updates serde_derive from 1.0.215 to 1.0.216

Release notes

Sourced from serde_derive's releases.

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)
Commits
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • 9497463 Mark all generated trait impls as #[automatically_derived]
  • 46e9ecf Merge pull request #2866 from tdittr/mark-visitors-as-generated
  • e9c399c Mark generated impl de::Visitor blocks as #[automatically_derived]
  • b9dbfcb Switch out fnv in favor of foldhash in test
  • c270e27 Use BuildHasher instead of Hasher in collection macros
  • 0307f60 Resolve question_mark clippy lint in build script
  • See full diff in compare view

Updates tree-sitter-language from 0.1.2 to 0.1.3

Commits

Updates windows-result from 0.2.0 to 0.1.2

Commits

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 commands and options

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

Bumps the minor group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` |
| [spider](https://github.com/spider-rs/spider) | `2.20.7` | `2.21.13` |
| [redb](https://github.com/cberner/redb) | `2.2.0` | `2.3.0` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.11.0` | `1.11.1` |
| [hickory-proto](https://github.com/hickory-dns/hickory-dns) | `0.24.1` | `0.24.2` |
| [hickory-resolver](https://github.com/hickory-dns/hickory-dns) | `0.24.1` | `0.24.2` |
| [tree-sitter-language](https://github.com/tree-sitter/tree-sitter) | `0.1.2` | `0.1.3` |



Updates `serde` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

Updates `spider` from 2.20.7 to 2.21.13
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spider-rs/spider/commits)

Updates `redb` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v2.2.0...v2.3.0)

Updates `bstr` from 1.11.0 to 1.11.1
- [Commits](BurntSushi/bstr@1.11.0...1.11.1)

Updates `ego-tree` from 0.6.3 to 0.10.0
- [Release notes](https://github.com/rust-scraper/ego-tree/releases)
- [Commits](rust-scraper/ego-tree@v0.6.3...v0.10.0)

Updates `hickory-proto` from 0.24.1 to 0.24.2
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.24.2/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.24.1...v0.24.2)

Updates `hickory-resolver` from 0.24.1 to 0.24.2
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.24.2/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.24.1...v0.24.2)

Updates `idna` from 0.4.0 to 1.0.3
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v0.4.0...idna-v1.0.3)

Updates `serde_derive` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

Updates `tree-sitter-language` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits)

Updates `windows-result` from 0.2.0 to 0.1.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: redb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: bstr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ego-tree
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: hickory-proto
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: hickory-resolver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: idna
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-language
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: windows-result
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 11, 2024
@timonv timonv merged commit 70d0e51 into master Dec 11, 2024
12 of 13 checks passed
@timonv timonv deleted the dependabot/cargo/minor-be04296870 branch December 11, 2024 23:29
shamb0 pushed a commit to shamb0/swiftide that referenced this pull request Dec 14, 2024
…osun-ai#482)

Bumps the minor group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` |
| [spider](https://github.com/spider-rs/spider) | `2.20.7` | `2.21.13` |
| [redb](https://github.com/cberner/redb) | `2.2.0` | `2.3.0` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.11.0` | `1.11.1` |
| [hickory-proto](https://github.com/hickory-dns/hickory-dns) | `0.24.1`
| `0.24.2` |
| [hickory-resolver](https://github.com/hickory-dns/hickory-dns) |
`0.24.1` | `0.24.2` |
| [tree-sitter-language](https://github.com/tree-sitter/tree-sitter) |
`0.1.2` | `0.1.3` |


Updates `serde` from 1.0.215 to 1.0.216
<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.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/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><a
href="https://github.com/serde-rs/serde/commit/9497463718813e83b69db4343bb6e8db5f28441e"><code>9497463</code></a>
Mark all generated trait impls as #[automatically_derived]</li>
<li><a
href="https://github.com/serde-rs/serde/commit/46e9ecfcdd5216929ebcf29e76adc072412c5380"><code>46e9ecf</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>
from tdittr/mark-visitors-as-generated</li>
<li><a
href="https://github.com/serde-rs/serde/commit/e9c399c822aad494ab1e935a95f1a591a99b44ad"><code>e9c399c</code></a>
Mark generated <code>impl de::Visitor</code> blocks as
<code>#[automatically_derived]</code></li>
<li><a
href="https://github.com/serde-rs/serde/commit/b9dbfcb4ac3b7a663d9efc6eb1387c62302a6fb4"><code>b9dbfcb</code></a>
Switch out fnv in favor of foldhash in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/c270e27a4d37f008c199523f223843e8659b7fd9"><code>c270e27</code></a>
Use BuildHasher instead of Hasher in collection macros</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0307f604ea5ca91de1f65d1db075d5cc5abb00ad"><code>0307f60</code></a>
Resolve question_mark clippy lint in build script</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216">compare
view</a></li>
</ul>
</details>
<br />

Updates `spider` from 2.20.7 to 2.21.13
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spider-rs/spider/releases">spider's
releases</a>.</em></p>
<blockquote>
<h2>v2.21.11</h2>
<h1>Whats Changed</h1>
<ul>
<li>add <code>balance</code> feature flag to switch to global
semaphores.</li>
<li>add <code>remote_addr</code> feature flag to get the page remote
address / ip.</li>
<li>add re-usable chrome client and stream ws</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spider-rs/spider/compare/v2.20.6...v2.21.11">https://github.com/spider-rs/spider/compare/v2.20.6...v2.21.11</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/spider-rs/spider/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `redb` from 2.2.0 to 2.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cberner/redb/releases">redb's
releases</a>.</em></p>
<blockquote>
<h2>2.3.0</h2>
<ul>
<li>Add <code>WriteTransaction::set_two_phase_commit()</code></li>
<li>Add <code>WriteTransaction::set_quick_repair()</code> which enables
a faster repair mechanism at the cost of
slower transaction commits</li>
<li><code>Durability::Paranoid</code> is now deprecated. Use
<code>set_two_phase_commit(true)</code> instead</li>
<li>Fix various bugs when repairing the database after an unclean
shutdown. These could result in
panics, leaked space in the database file, or database corruption</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cberner/redb/blob/master/CHANGELOG.md">redb's
changelog</a>.</em></p>
<blockquote>
<h2>2.3.0 - 2024-12-10</h2>
<ul>
<li>Add <code>WriteTransaction::set_two_phase_commit()</code></li>
<li>Add <code>WriteTransaction::set_quick_repair()</code> which enables
a faster repair mechanism at the cost of
slower transaction commits</li>
<li><code>Durability::Paranoid</code> is now deprecated. Use
<code>set_two_phase_commit(true)</code> instead</li>
<li>Fix various bugs when repairing the database after an unclean
shutdown. These could result in
panics, leaked space in the database file, or database corruption</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cberner/redb/commit/38622424c4ed8741f0c932ed21294864ecc954d4"><code>3862242</code></a>
Bump version to 2.3.0</li>
<li><a
href="https://github.com/cberner/redb/commit/379f1513a7d2e3fdb3a0a1a934a097e51337e2d5"><code>379f151</code></a>
Update changelog</li>
<li><a
href="https://github.com/cberner/redb/commit/dc0460aecde65fd800d984d95d7b8d9893191744"><code>dc0460a</code></a>
Don't mark the region tracker page as allocated</li>
<li><a
href="https://github.com/cberner/redb/commit/3ce47762d965761b795d64cb4e2c67e10234245d"><code>3ce4776</code></a>
Don't flush allocator state after a failed repair</li>
<li><a
href="https://github.com/cberner/redb/commit/7ff12bb7925e311748d08601eb3240d914aef0c7"><code>7ff12bb</code></a>
Compaction also needs to use allocate_non_transactional()</li>
<li><a
href="https://github.com/cberner/redb/commit/71e3b4103f651416db869149e31f5d9f68e475aa"><code>71e3b41</code></a>
No need to flush non-durable commits anymore</li>
<li><a
href="https://github.com/cberner/redb/commit/36c07abbb543b17c6e6d2cb30fca59c3d8df84e8"><code>36c07ab</code></a>
Use rust-toolchain file in CI instead of hard coded version</li>
<li><a
href="https://github.com/cberner/redb/commit/f20d6d37d32ea2868892835dd637d53c2f97d53a"><code>f20d6d3</code></a>
Change benchmark output format to always use milliseconds</li>
<li><a
href="https://github.com/cberner/redb/commit/89a82366d38d2ee4d113ec54ac5f45cf9b419034"><code>89a8236</code></a>
Update benchmark numbers in readme</li>
<li><a
href="https://github.com/cberner/redb/commit/b95aebc517128de054786fee1b7f468605e6163e"><code>b95aebc</code></a>
explicitly set cache sizes</li>
<li>Additional commits viewable in <a
href="https://github.com/cberner/redb/compare/v2.2.0...v2.3.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `bstr` from 1.11.0 to 1.11.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/bstr/commit/de55623f76f01dc9db4ca0f98966299b41146d6d"><code>de55623</code></a>
1.11.1</li>
<li><a
href="https://github.com/BurntSushi/bstr/commit/979b3435b4a9732f40e47c71cded1307a3d4f376"><code>979b343</code></a>
cargo: exclude Unicode data files</li>
<li>See full diff in <a
href="https://github.com/BurntSushi/bstr/compare/1.11.0...1.11.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `ego-tree` from 0.6.3 to 0.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-scraper/ego-tree/releases">ego-tree's
releases</a>.</em></p>
<blockquote>
<h2>0.10.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>fn map_values(…)</code> method to
<code>Tree&lt;T&gt;</code> by <a
href="https://github.com/regexident"><code>@​regexident</code></a> in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/36">rust-scraper/ego-tree#36</a></li>
<li>Prevent usage of self ID in modifiers working on bare ID by <a
href="https://github.com/adamreichold"><code>@​adamreichold</code></a>
in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/37">rust-scraper/ego-tree#37</a></li>
<li>Do not produce invalid trees when no-op instances of append_id or
prepend_id operations are performed. by <a
href="https://github.com/adamreichold"><code>@​adamreichold</code></a>
in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/40">rust-scraper/ego-tree#40</a></li>
<li>Add sort feature for tree NodeMut by <a
href="https://github.com/AuTa"><code>@​AuTa</code></a> in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/41">rust-scraper/ego-tree#41</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/regexident"><code>@​regexident</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/36">rust-scraper/ego-tree#36</a></li>
<li><a href="https://github.com/AuTa"><code>@​AuTa</code></a> made their
first contribution in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/41">rust-scraper/ego-tree#41</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-scraper/ego-tree/compare/v0.9.0...v0.10.0">https://github.com/rust-scraper/ego-tree/compare/v0.9.0...v0.10.0</a></p>
<h2>0.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Implement serde traits for ego-tree by <a
href="https://github.com/LoZack19"><code>@​LoZack19</code></a> in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/34">rust-scraper/ego-tree#34</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/LoZack19"><code>@​LoZack19</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/34">rust-scraper/ego-tree#34</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-scraper/ego-tree/compare/v0.8.0...v0.9.0">https://github.com/rust-scraper/ego-tree/compare/v0.8.0...v0.9.0</a></p>
<h2>0.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump to current Rust edition 2021. by <a
href="https://github.com/adamreichold"><code>@​adamreichold</code></a>
in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/31">rust-scraper/ego-tree#31</a></li>
<li>Implement FusedIterator trait for the various iterators provided by
this crate by <a
href="https://github.com/adamreichold"><code>@​adamreichold</code></a>
in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/32">rust-scraper/ego-tree#32</a></li>
<li>Provide consuming movement methods so that NodeMut can act as a
cursor. by <a
href="https://github.com/adamreichold"><code>@​adamreichold</code></a>
in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/33">rust-scraper/ego-tree#33</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/adamreichold"><code>@​adamreichold</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/31">rust-scraper/ego-tree#31</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-scraper/ego-tree/compare/v0.7.0...v0.8.0">https://github.com/rust-scraper/ego-tree/compare/v0.7.0...v0.8.0</a></p>
<h2>0.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>impl Display for Tree by <a
href="https://github.com/cfvescovo"><code>@​cfvescovo</code></a> in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/29">rust-scraper/ego-tree#29</a></li>
<li>Add support for appending and prepending subtree by <a
href="https://github.com/cfvescovo"><code>@​cfvescovo</code></a> in <a
href="https://redirect.github.com/rust-scraper/ego-tree/pull/30">rust-scraper/ego-tree#30</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-scraper/ego-tree/compare/v0.6.3...v0.7.0">https://github.com/rust-scraper/ego-tree/compare/v0.6.3...v0.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/a38b9c42cbf06049b2cc1859bfbf9d5895e4b018"><code>a38b9c4</code></a>
Version 0.10.0</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/9ec8bec223bde98aabbfa7ec2b20a157b0b594e6"><code>9ec8bec</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-scraper/ego-tree/issues/41">#41</a>
from AuTa/sort</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/c34461b057c875ede529e9e40a4572521d698555"><code>c34461b</code></a>
docs: add rust in code block</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/62c8831ae72ba95fd054c6f7af8a20f266fbcc00"><code>62c8831</code></a>
feature: add sort for tree NodeMut</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/b8adcd17625934454c1b51e8958500c3cb151e20"><code>b8adcd1</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-scraper/ego-tree/issues/40">#40</a>
from rust-scraper/noop-prepend-append-id</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/8aba49fe1c648c2be2974e605e91b9631833b844"><code>8aba49f</code></a>
Do not produce invalid trees when no-op instances of append_id or
prepend_id ...</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/8127d31ad200fd5b0f7d805bb20a3d2808fd18bd"><code>8127d31</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-scraper/ego-tree/issues/37">#37</a>
from rust-scraper/prevent-self-id-in-bare-modifiers</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/78c6bd8b6eb65295917d7ca89a748aa892eb17ce"><code>78c6bd8</code></a>
Add <code>fn map(…)</code> and <code>fn map_ref(..)</code> methods to
<code>Tree\&lt;T&gt;</code></li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/4e030f72d49326a5b1e4f5bb78e42cd88a7340e2"><code>4e030f7</code></a>
Prevent usage of self ID in modifiers working on bare ID</li>
<li><a
href="https://github.com/rust-scraper/ego-tree/commit/95aaf8b66a78986b31b7924be5a2e9bda4395023"><code>95aaf8b</code></a>
provide examples</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-scraper/ego-tree/compare/v0.6.3...v0.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `hickory-proto` from 0.24.1 to 0.24.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hickory-dns/hickory-dns/releases">hickory-proto's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.2</h2>
<h2>What's Changed</h2>
<ul>
<li>0.24: upgrade to idna 1 by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2664">hickory-dns/hickory-dns#2664</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hickory-dns/hickory-dns/blob/v0.24.2/CHANGELOG.md">hickory-proto's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.2</h2>
<ul>
<li>Upgrade to idna 1 due to RUSTSEC-2024-0421 (<a
href="https://redirect.github.com/hickory-dns/hickory-dns/issues/2664">#2664</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/9cdb4845a5f3f1485cc0766ee56532d575d042d6"><code>9cdb484</code></a>
Bump version to 0.24.2</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/1b84e3acf6e5e9c1ee741da6fe60a00bae315bba"><code>1b84e3a</code></a>
Upgrade h3 and h3-quinn to avoid instant</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/725cdf91cdccdcecd1d5760296db66f987605183"><code>725cdf9</code></a>
bump idna to 1.0</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/41cba4667ab204c83bdc8d6f0c73654039b74da0"><code>41cba46</code></a>
Apply suggestions from clippy 1.83</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/be64c1aa5749d4be5b49ca20d6a8610542abe4f4"><code>be64c1a</code></a>
Remove broken mtls code</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/41a276c84ebd1ca127d72fe461815e309263d0b6"><code>41a276c</code></a>
fix: update ip of <code>example.com</code></li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/a960090dbfcc89aa6c40ef3d0a8a91aa6bfb7bbe"><code>a960090</code></a>
fix: update ip of <code>example.com</code></li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/ef83cb46e7394e9c9e1adf720100997afd45d695"><code>ef83cb4</code></a>
Fix typo</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/015f468f7627b4d9a9e23ffee3db85be4668fbec"><code>015f468</code></a>
Regenerate test certificates</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/03c1bc1cefc6ee309d90e21c4398ca0614fa2260"><code>03c1bc1</code></a>
Fix up certificate generation scripts</li>
<li>Additional commits viewable in <a
href="https://github.com/hickory-dns/hickory-dns/compare/v0.24.1...v0.24.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `hickory-resolver` from 0.24.1 to 0.24.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hickory-dns/hickory-dns/releases">hickory-resolver's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.2</h2>
<h2>What's Changed</h2>
<ul>
<li>0.24: upgrade to idna 1 by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2664">hickory-dns/hickory-dns#2664</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hickory-dns/hickory-dns/blob/v0.24.2/CHANGELOG.md">hickory-resolver's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.2</h2>
<ul>
<li>Upgrade to idna 1 due to RUSTSEC-2024-0421 (<a
href="https://redirect.github.com/hickory-dns/hickory-dns/issues/2664">#2664</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/9cdb4845a5f3f1485cc0766ee56532d575d042d6"><code>9cdb484</code></a>
Bump version to 0.24.2</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/1b84e3acf6e5e9c1ee741da6fe60a00bae315bba"><code>1b84e3a</code></a>
Upgrade h3 and h3-quinn to avoid instant</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/725cdf91cdccdcecd1d5760296db66f987605183"><code>725cdf9</code></a>
bump idna to 1.0</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/41cba4667ab204c83bdc8d6f0c73654039b74da0"><code>41cba46</code></a>
Apply suggestions from clippy 1.83</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/be64c1aa5749d4be5b49ca20d6a8610542abe4f4"><code>be64c1a</code></a>
Remove broken mtls code</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/41a276c84ebd1ca127d72fe461815e309263d0b6"><code>41a276c</code></a>
fix: update ip of <code>example.com</code></li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/a960090dbfcc89aa6c40ef3d0a8a91aa6bfb7bbe"><code>a960090</code></a>
fix: update ip of <code>example.com</code></li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/ef83cb46e7394e9c9e1adf720100997afd45d695"><code>ef83cb4</code></a>
Fix typo</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/015f468f7627b4d9a9e23ffee3db85be4668fbec"><code>015f468</code></a>
Regenerate test certificates</li>
<li><a
href="https://github.com/hickory-dns/hickory-dns/commit/03c1bc1cefc6ee309d90e21c4398ca0614fa2260"><code>03c1bc1</code></a>
Fix up certificate generation scripts</li>
<li>Additional commits viewable in <a
href="https://github.com/hickory-dns/hickory-dns/compare/v0.24.1...v0.24.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `idna` from 0.4.0 to 1.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/servo/rust-url/releases">idna's
releases</a>.</em></p>
<blockquote>
<h2>idna v1.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: enable wasip2 feature for wasm32-wasip2 target by <a
href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a>
in <a
href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li>
<li>Fix idna tests with no_std by <a
href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li>
<li>Fix debugger_visualizer test failures. by <a
href="https://github.com/valenting"><code>@​valenting</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li>
<li>Add AsciiSet::EMPTY and boolean operators by <a
href="https://github.com/joshka"><code>@​joshka</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li>
<li>mention why we pin unicode-width by <a
href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in
<a
href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li>
<li>refactor and add tests for percent encoding by <a
href="https://github.com/joshka"><code>@​joshka</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li>
<li>Add a test for and fix issue <a
href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by
<a href="https://github.com/hansl"><code>@​hansl</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li>
<li><code>no_std</code> support for the <code>url</code> crate by <a
href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li>
<li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a
href="https://github.com/theskim"><code>@​theskim</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li>
<li>support Hermit by <a
href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a>
in <a
href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li>
<li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a
href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a>
in <a
href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li>
<li>Improve serde error output by <a
href="https://github.com/konstin"><code>@​konstin</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li>
<li>OSS-Fuzz: Add more fuzzer by <a
href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a>
in <a
href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li>
<li>Merge idna-v1x to main by <a
href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a>
made their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li>
<li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a>
made their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li>
<li><a href="https://github.com/joshka"><code>@​joshka</code></a> made
their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li>
<li><a href="https://github.com/hansl"><code>@​hansl</code></a> made
their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li>
<li><a href="https://github.com/theskim"><code>@​theskim</code></a> made
their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li>
<li><a
href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a>
made their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li>
<li><a href="https://github.com/konstin"><code>@​konstin</code></a> made
their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li>
<li><a
href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a>
made their first contribution in <a
href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/servo/rust-url/compare/v2.5.2...idna-v1.0.3">https://github.com/servo/rust-url/compare/v2.5.2...idna-v1.0.3</a></p>
<h2>idna v1.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix panic on <code>xn--55555577</code> by <a
href="https://github.com/Byron"><code>@​Byron</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/940">servo/rust-url#940</a></li>
<li>Update idna to 1.0.1 by <a
href="https://github.com/valenting"><code>@​valenting</code></a> in <a
href="https://redirect.github.com/servo/rust-url/pull/945">servo/rust-url#945</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/servo/rust-url/compare/v2.5.1...idna-v1.0.1">https://github.com/servo/rust-url/compare/v2.5.1...idna-v1.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a>
Merge idna-v1x to main (<a
href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a>
OSS-Fuzz: Add more fuzzers (<a
href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a>
Improve serde error output (<a
href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a>
fix: support wasm32-wasip2 on stable channel (<a
href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a>
support hermit (<a
href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a>
Normalize URL paths: convert /.//p, /..//p, and //p to p (<a
href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a>
<code>no_std</code>support for the <code>url</code> crate (<a
href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a>
Add a test for and fix issue <a
href="https://redirect.github.com/servo/rust-url/issues/974">#974</a>
(<a
href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a>
refactor and add tests for percent encoding (<a
href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a>
mention why we pin unicode-width (<a
href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/servo/rust-url/compare/v0.4.0...idna-v1.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_derive` from 1.0.215 to 1.0.216
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde_derive's
releases</a>.</em></p>
<blockquote>
<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/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><a
href="https://github.com/serde-rs/serde/commit/9497463718813e83b69db4343bb6e8db5f28441e"><code>9497463</code></a>
Mark all generated trait impls as #[automatically_derived]</li>
<li><a
href="https://github.com/serde-rs/serde/commit/46e9ecfcdd5216929ebcf29e76adc072412c5380"><code>46e9ecf</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>
from tdittr/mark-visitors-as-generated</li>
<li><a
href="https://github.com/serde-rs/serde/commit/e9c399c822aad494ab1e935a95f1a591a99b44ad"><code>e9c399c</code></a>
Mark generated <code>impl de::Visitor</code> blocks as
<code>#[automatically_derived]</code></li>
<li><a
href="https://github.com/serde-rs/serde/commit/b9dbfcb4ac3b7a663d9efc6eb1387c62302a6fb4"><code>b9dbfcb</code></a>
Switch out fnv in favor of foldhash in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/c270e27a4d37f008c199523f223843e8659b7fd9"><code>c270e27</code></a>
Use BuildHasher instead of Hasher in collection macros</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0307f604ea5ca91de1f65d1db075d5cc5abb00ad"><code>0307f60</code></a>
Resolve question_mark clippy lint in build script</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216">compare
view</a></li>
</ul>
</details>
<br />

Updates `tree-sitter-language` from 0.1.2 to 0.1.3
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/tree-sitter/tree-sitter/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `windows-result` from 0.2.0 to 0.1.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/microsoft/windows-rs/commits">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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant