Skip to content

Commit

Permalink
Bump the minor group with 7 updates (#76)
Browse files Browse the repository at this point in the history
Bumps the minor group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.81` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.114`
|
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` |
`1.0.58` |
| [lettre](https://github.com/lettre/lettre) | `0.10.4` | `0.11.2` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.29.1` | `1.36.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.23.1` |
`0.25.4` |
| [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` |

Updates `anyhow` from 1.0.80 to 1.0.81
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.81</h2>
<ul>
<li>Make backtrace support available when using -Dwarnings (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/354">#354</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/4aad4edebd9f09247d6c6b6784419a74bb116829"><code>4aad4ed</code></a>
Release 1.0.81</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8be90917c603199c5d1fdd73984237f023768e22"><code>8be9091</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/354">#354</a>
from dtolnay/deadcode</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/a2eb7dd5e13add83f254b6dac0f68e043effc521"><code>a2eb7dd</code></a>
Make compatible with -Dwarnings</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.113 to 1.0.114
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.114</h2>
<ul>
<li>Fix unused_imports warnings when compiled by rustc 1.78</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/e1b3a6d8a161ff5ec4865b487d148c17d0188e3e"><code>e1b3a6d</code></a>
Release 1.0.114</li>
<li><a
href="https://github.com/serde-rs/json/commit/6fb70262e894168ac631b2232a1b7b3a7781ebe5"><code>6fb7026</code></a>
Work around prelude redundant import warnings</li>
<li><a
href="https://github.com/serde-rs/json/commit/34a04c5f7febdf80e05743e38d5cb1880a83b6f6"><code>34a04c5</code></a>
Ignore incompatible_msrv clippy false positives in test</li>
<li><a
href="https://github.com/serde-rs/json/commit/ca05f69943e18d70c2219ea41fcb67f2849b7eed"><code>ca05f69</code></a>
Remove unused Float::is_sign_negative trait method</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114">compare
view</a></li>
</ul>
</details>
<br />

Updates `thiserror` from 1.0.57 to 1.0.58
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.58</h2>
<ul>
<li>Make backtrace support available when using -Dwarnings (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/292">#292</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/df8bffad18e408e9b88d3360797506fc1282babe"><code>df8bffa</code></a>
Release 1.0.58</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/14be209a74e075861fc754d41c376d2d5c6da06b"><code>14be209</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/292">#292</a>
from dtolnay/deadcode</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/15a1d647cf5e98835e800e5b6d17ec260dcb89cc"><code>15a1d64</code></a>
Make compatible with -Dwarnings</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/f55a5d28da7114b44e967451f697d8d0fedb20be"><code>f55a5d2</code></a>
Ignore mixed_attributes_style clippy lint</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/f770921a4fc7fc972b9fe00a841831b886e83f10"><code>f770921</code></a>
Resolve assigning_clones clippy lint</li>
<li>See full diff in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58">compare
view</a></li>
</ul>
</details>
<br />

Updates `lettre` from 0.10.4 to 0.11.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lettre/lettre/releases">lettre's
releases</a>.</em></p>
<blockquote>
<h2>v0.11.2 - Dependency updates</h2>
<h4>Upgrade notes</h4>
<ul>
<li>MSRV is now 1.70 (<a
href="https://redirect.github.com/lettre/lettre/issues/916">#916</a>)</li>
</ul>
<h4>Misc</h4>
<ul>
<li>Bump <code>idna</code> to v0.5 (<a
href="https://redirect.github.com/lettre/lettre/issues/918">#918</a>)</li>
<li>Bump <code>boring</code> and <code>tokio-boring</code> to v4 (<a
href="https://redirect.github.com/lettre/lettre/issues/915">#915</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/lettre/lettre/issues/915">#915</a>: <a
href="https://redirect.github.com/lettre/lettre/pull/915">lettre/lettre#915</a>
<a href="https://redirect.github.com/lettre/lettre/issues/916">#916</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/916">lettre/lettre#916</a>
<a href="https://redirect.github.com/lettre/lettre/issues/918">#918</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/918">lettre/lettre#918</a></p>
<h2>v0.11.1 - Fix rustls webpki-roots certificate store</h2>
<h4>Bug fixes</h4>
<ul>
<li>Fix <code>webpki-roots</code> certificate store setup (<a
href="https://redirect.github.com/lettre/lettre/issues/909">#909</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/lettre/lettre/issues/909">#909</a>: <a
href="https://redirect.github.com/lettre/lettre/pull/909">lettre/lettre#909</a></p>
<h2>v0.11.0</h2>
<p>While this release technically contains breaking changes, we expect
most projects
to be able to upgrade by only bumping the version in
<code>Cargo.toml</code>.</p>
<h4>Upgrade notes</h4>
<ul>
<li>MSRV is now 1.65 (<a
href="https://redirect.github.com/lettre/lettre/issues/869">#869</a> and
<a
href="https://redirect.github.com/lettre/lettre/issues/881">#881</a>)</li>
<li><code>AddressError</code> is now marked as
<code>#[non_exhaustive]</code> (<a
href="https://redirect.github.com/lettre/lettre/issues/839">#839</a>)</li>
</ul>
<h4>Features</h4>
<ul>
<li>Improve mailbox parsing (<a
href="https://redirect.github.com/lettre/lettre/issues/839">#839</a>)</li>
<li>Add construction of SMTP transport from URL (<a
href="https://redirect.github.com/lettre/lettre/issues/901">#901</a>)</li>
<li>Add <code>From&lt;Address&gt;</code> implementation for
<code>Mailbox</code> (<a
href="https://redirect.github.com/lettre/lettre/issues/879">#879</a>)</li>
</ul>
<h4>Misc</h4>
<ul>
<li>Bump <code>socket2</code> to v0.5 (<a
href="https://redirect.github.com/lettre/lettre/issues/868">#868</a>)</li>
<li>Bump <code>idna</code> to v0.4, <code>fastrand</code> to v2,
<code>quoted_printable</code> to v0.5, <code>rsa</code> to v0.9 (<a
href="https://redirect.github.com/lettre/lettre/issues/882">#882</a>)</li>
<li>Bump <code>webpki-roots</code> to v0.25 (<a
href="https://redirect.github.com/lettre/lettre/issues/884">#884</a> and
<a
href="https://redirect.github.com/lettre/lettre/issues/890">#890</a>)</li>
<li>Bump <code>ed25519-dalek</code> to v2 fixing RUSTSEC-2022-0093 (<a
href="https://redirect.github.com/lettre/lettre/issues/896">#896</a>)</li>
<li>Bump <code>boring</code>ssl crates to v3 (<a
href="https://redirect.github.com/lettre/lettre/issues/897">#897</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/lettre/lettre/issues/839">#839</a>: <a
href="https://redirect.github.com/lettre/lettre/pull/839">lettre/lettre#839</a>
<a href="https://redirect.github.com/lettre/lettre/issues/868">#868</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/868">lettre/lettre#868</a>
<a href="https://redirect.github.com/lettre/lettre/issues/869">#869</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/869">lettre/lettre#869</a>
<a href="https://redirect.github.com/lettre/lettre/issues/879">#879</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/879">lettre/lettre#879</a>
<a href="https://redirect.github.com/lettre/lettre/issues/881">#881</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/881">lettre/lettre#881</a>
<a href="https://redirect.github.com/lettre/lettre/issues/882">#882</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/882">lettre/lettre#882</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lettre/lettre/blob/master/CHANGELOG.md">lettre's
changelog</a>.</em></p>
<blockquote>
<h3>v0.11.2 (2023-11-23)</h3>
<h4>Upgrade notes</h4>
<ul>
<li>MSRV is now 1.70 (<a
href="https://redirect.github.com/lettre/lettre/issues/916">#916</a>)</li>
</ul>
<h4>Misc</h4>
<ul>
<li>Bump <code>idna</code> to v0.5 (<a
href="https://redirect.github.com/lettre/lettre/issues/918">#918</a>)</li>
<li>Bump <code>boring</code> and <code>tokio-boring</code> to v4 (<a
href="https://redirect.github.com/lettre/lettre/issues/915">#915</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/lettre/lettre/issues/915">#915</a>: <a
href="https://redirect.github.com/lettre/lettre/pull/915">lettre/lettre#915</a>
<a href="https://redirect.github.com/lettre/lettre/issues/916">#916</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/916">lettre/lettre#916</a>
<a href="https://redirect.github.com/lettre/lettre/issues/918">#918</a>:
<a
href="https://redirect.github.com/lettre/lettre/pull/918">lettre/lettre#918</a></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h3>v0.11.1 (2023-10-24)</h3>
<h4>Bug fixes</h4>
<ul>
<li>Fix <code>webpki-roots</code> certificate store setup (<a
href="https://redirect.github.com/lettre/lettre/issues/909">#909</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/lettre/lettre/issues/909">#909</a>: <a
href="https://redirect.github.com/lettre/lettre/pull/909">lettre/lettre#909</a></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h3>v0.11.0 (2023-10-15)</h3>
<p>While this release technically contains breaking changes, we expect
most projects
to be able to upgrade by only bumping the version in
<code>Cargo.toml</code>.</p>
<h4>Upgrade notes</h4>
<ul>
<li>MSRV is now 1.65 (<a
href="https://redirect.github.com/lettre/lettre/issues/869">#869</a> and
<a
href="https://redirect.github.com/lettre/lettre/issues/881">#881</a>)</li>
<li><code>AddressError</code> is now marked as
<code>#[non_exhaustive]</code> (<a
href="https://redirect.github.com/lettre/lettre/issues/839">#839</a>)</li>
</ul>
<h4>Features</h4>
<ul>
<li>Improve mailbox parsing (<a
href="https://redirect.github.com/lettre/lettre/issues/839">#839</a>)</li>
<li>Add construction of SMTP transport from URL (<a
href="https://redirect.github.com/lettre/lettre/issues/901">#901</a>)</li>
<li>Add <code>From&lt;Address&gt;</code> implementation for
<code>Mailbox</code> (<a
href="https://redirect.github.com/lettre/lettre/issues/879">#879</a>)</li>
</ul>
<h4>Misc</h4>
<ul>
<li>Bump <code>socket2</code> to v0.5 (<a
href="https://redirect.github.com/lettre/lettre/issues/868">#868</a>)</li>
<li>Bump <code>idna</code> to v0.4, <code>fastrand</code> to v2,
<code>quoted_printable</code> to v0.5, <code>rsa</code> to v0.9 (<a
href="https://redirect.github.com/lettre/lettre/issues/882">#882</a>)</li>
<li>Bump <code>webpki-roots</code> to v0.25 (<a
href="https://redirect.github.com/lettre/lettre/issues/884">#884</a> and
<a
href="https://redirect.github.com/lettre/lettre/issues/890">#890</a>)</li>
<li>Bump <code>ed25519-dalek</code> to v2 fixing RUSTSEC-2022-0093 (<a
href="https://redirect.github.com/lettre/lettre/issues/896">#896</a>)</li>
<li>Bump <code>boring</code>ssl crates to v3 (<a
href="https://redirect.github.com/lettre/lettre/issues/897">#897</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/lettre/lettre/issues/839">#839</a>: <a
href="https://redirect.github.com/lettre/lettre/pull/839">lettre/lettre#839</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lettre/lettre/commit/8b6cee30eeea45581be1338c18010682cc39c40b"><code>8b6cee3</code></a>
Prepare 0.11.2 (<a
href="https://redirect.github.com/lettre/lettre/issues/919">#919</a>)</li>
<li><a
href="https://github.com/lettre/lettre/commit/62c16e90ef187776b5dafa0c68872a4e70bf95e5"><code>62c16e9</code></a>
Bump idna to v0.5 (<a
href="https://redirect.github.com/lettre/lettre/issues/918">#918</a>)</li>
<li><a
href="https://github.com/lettre/lettre/commit/e0494a5f9de1de8bbc12dfef0104785ba663bb4c"><code>e0494a5</code></a>
Bump boringssl crates to v4 (<a
href="https://redirect.github.com/lettre/lettre/issues/915">#915</a>)</li>
<li><a
href="https://github.com/lettre/lettre/commit/8c3bffa728c7744e1c60c7d4d5105cc659d31550"><code>8c3bffa</code></a>
Bump MSRV to 1.70 (<a
href="https://redirect.github.com/lettre/lettre/issues/916">#916</a>)</li>
<li><a
href="https://github.com/lettre/lettre/commit/47eda90433e0ac5aa9cef3dbf9c15e70806e3e9d"><code>47eda90</code></a>
Prepare 0.11.1 (<a
href="https://redirect.github.com/lettre/lettre/issues/910">#910</a>)</li>
<li><a
href="https://github.com/lettre/lettre/commit/46ea8c48ac8fd1b4a740de9a114a21420d04c5e9"><code>46ea8c4</code></a>
Ignore rustls deprecation warning</li>
<li><a
href="https://github.com/lettre/lettre/commit/5f7063fdc374c21141e727df86edfd1a7703ec31"><code>5f7063f</code></a>
Fix accidental disabling of webpki-roots setup (<a
href="https://redirect.github.com/lettre/lettre/issues/909">#909</a>)</li>
<li><a
href="https://github.com/lettre/lettre/commit/61c1f6bc6f2974ea68326cd2ce9e902c8bf80d1b"><code>61c1f6b</code></a>
Fix date in changelog</li>
<li><a
href="https://github.com/lettre/lettre/commit/283e21f8d684651230aa5009f40278bf060d626c"><code>283e21f</code></a>
Prepare 0.11.0 (<a
href="https://redirect.github.com/lettre/lettre/issues/899">#899</a>)</li>
<li><a
href="https://github.com/lettre/lettre/commit/20c3701eb0a97c551f588abfea71fedf0f056957"><code>20c3701</code></a>
Fix doctests (<a
href="https://redirect.github.com/lettre/lettre/issues/906">#906</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/lettre/lettre/compare/v0.10.4...v0.11.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.29.1 to 1.36.0
<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.36.0</h2>
<h1>1.36.0 (February 2nd, 2024)</h1>
<h3>Added</h3>
<ul>
<li>io: add <code>tokio::io::Join</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6220">#6220</a>)</li>
<li>io: implement <code>AsyncWrite</code> for <code>Empty</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6235">#6235</a>)</li>
<li>net: add support for anonymous unix pipes (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6127">#6127</a>)</li>
<li>net: add <code>UnixSocket</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6290">#6290</a>)</li>
<li>net: expose keepalive option on <code>TcpSocket</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6311">#6311</a>)</li>
<li>sync: add <code>{Receiver,UnboundedReceiver}::poll_recv_many</code>
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6236">#6236</a>)</li>
<li>sync: add <code>Sender::{try_,}reserve_many</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6205">#6205</a>)</li>
<li>sync: add <code>watch::Receiver::mark_unchanged</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6252">#6252</a>)</li>
<li>task: add <code>JoinSet::try_join_next</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6280">#6280</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>io: make <code>copy</code> cooperative (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6265">#6265</a>)</li>
<li>io: make <code>repeat</code> and <code>sink</code> cooperative (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6254">#6254</a>)</li>
<li>io: simplify check for empty slice (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6293">#6293</a>)</li>
<li>process: use pidfd on Linux when available (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6152">#6152</a>)</li>
<li>sync: use AtomicBool in broadcast channel future (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6298">#6298</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>io: clarify <code>clear_ready</code> docs (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6304">#6304</a>)</li>
<li>net: document that <code>*Fd</code> traits on <code>TcpSocket</code>
are unix-only (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6294">#6294</a>)</li>
<li>sync: document FIFO behavior of <code>tokio::sync::Mutex</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6279">#6279</a>)</li>
<li>chore: typographic improvements (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6262">#6262</a>)</li>
<li>runtime: remove obsolete comment (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6303">#6303</a>)</li>
<li>task: fix typo (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6261">#6261</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6220">#6220</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6220">tokio-rs/tokio#6220</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6235">#6235</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6235">tokio-rs/tokio#6235</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6127">#6127</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6127">tokio-rs/tokio#6127</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6290">#6290</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6290">tokio-rs/tokio#6290</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6311">#6311</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6311">tokio-rs/tokio#6311</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6236">#6236</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6236">tokio-rs/tokio#6236</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6205">#6205</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6205">tokio-rs/tokio#6205</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6252">#6252</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6252">tokio-rs/tokio#6252</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6280">#6280</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6280">tokio-rs/tokio#6280</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6265">#6265</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6265">tokio-rs/tokio#6265</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6254">#6254</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6254">tokio-rs/tokio#6254</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6293">#6293</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6293">tokio-rs/tokio#6293</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6238">#6238</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6238">tokio-rs/tokio#6238</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6152">#6152</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6152">tokio-rs/tokio#6152</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6298">#6298</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6298">tokio-rs/tokio#6298</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6262">#6262</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6262">tokio-rs/tokio#6262</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6303">#6303</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6303">tokio-rs/tokio#6303</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6261">#6261</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6261">tokio-rs/tokio#6261</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/eaf81ed324e7cca0fa9b497a6747746da37eea93"><code>eaf81ed</code></a>
chore: prepare Tokio v1.36.0 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6312">#6312</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/53f9e5a357c7bc30b01c738d325b4f4a9acc32a6"><code>53f9e5a</code></a>
ci: make sure dictionary words are sorted and unique (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6316">#6316</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/9077762545da312c3527ba45b0bba37ba4b4fb7f"><code>9077762</code></a>
net: expose keepalive option on <code>TcpSocket</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6311">#6311</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/131e7b4e49c8849298ba54b4e0c99f4b81d869e3"><code>131e7b4</code></a>
ci: add spellchecking (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6297">#6297</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/e53b92a9939565edb33575fff296804279e5e419"><code>e53b92a</code></a>
io: clarify <code>clear_ready</code> docs (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6304">#6304</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/753613206566d3e818b8a6e2466121f0f18c70f4"><code>7536132</code></a>
sync: use AtomicBool in broadcast channel future (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6298">#6298</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/b6d0c9091d4f3c6a90ad8764d3c65f8480a48676"><code>b6d0c90</code></a>
macros: fix trait_method breaking change detection (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6308">#6308</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/4846959e8a534cf2aff63f8613e5f69a7d2ce5f8"><code>4846959</code></a>
runtime: remove obsolete comment (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6303">#6303</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/ec3038357f8dbbae0ab4daf55ff27937ad42abb2"><code>ec30383</code></a>
net: add <code>UnixSocket</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6290">#6290</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/f80bbec28ff790d15481a29583c9b778bf0cc40e"><code>f80bbec</code></a>
io: simplify check for empty slice (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6293">#6293</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.36.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpki-roots` from 0.23.1 to 0.25.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rustls/webpki-roots/releases">webpki-roots's
releases</a>.</em></p>
<blockquote>
<h2>0.25.4</h2>
<h2>Removed trust anchors:</h2>
<ul>
<li>Expired <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1865450">SECOM
Trust.net - Security Communication RootCA1</a></li>
</ul>
<h2>New trust anchors:</h2>
<ul>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1820592">Telekom
Security TLS ECC Root 2020</a></li>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1820592">Telekom
Security TLS RSA Root 2023</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Prepare 0.25.4, process upstream February root updates by <a
href="https://github.com/cpu"><code>@​cpu</code></a> in <a
href="https://redirect.github.com/rustls/webpki-roots/pull/61">rustls/webpki-roots#61</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rustls/webpki-roots/compare/v/0.25.3...v/0.25.4">https://github.com/rustls/webpki-roots/compare/v/0.25.3...v/0.25.4</a></p>
<h2>0.25.3</h2>
<h2>New trust anchors:</h2>
<ul>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1763177">CommScope
Public Trust RSA Root-01</a></li>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1763177">CommScope
Public Trust RSA Root-02</a></li>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1763177">CommScope
Public Trust ECC Root-01</a></li>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1763177">CommScope
Public Trust ECC Root-02</a></li>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1688854">TrustAsia
Global Root CA G4</a></li>
<li><a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1688854">TrustAsia
Global Root CA G3</a></li>
</ul>
<h2>Removed trust anchors:</h2>
<ul>
<li>Duplicated <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1842935">Autoridad de
Certificacion Firmaprofesional CIF A62634068</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>tests: add name constraints integration test. by <a
href="https://github.com/cpu"><code>@​cpu</code></a> in <a
href="https://redirect.github.com/rustls/webpki-roots/pull/40">rustls/webpki-roots#40</a></li>
<li>Replace <code>mkcert.org</code> with <code>ccadb.org</code> as the
source of truth by <a
href="https://github.com/cpu"><code>@​cpu</code></a> in <a
href="https://redirect.github.com/rustls/webpki-roots/pull/41">rustls/webpki-roots#41</a></li>
<li>docs: update README for CCADB change, webpki fork. by <a
href="https://github.com/cpu"><code>@​cpu</code></a> in <a
href="https://redirect.github.com/rustls/webpki-roots/pull/42">rustls/webpki-roots#42</a></li>
<li>tests: better DER sequence wrap w/ yasna. by <a
href="https://github.com/cpu"><code>@​cpu</code></a> in <a
href="https://redirect.github.com/rustls/webpki-roots/pull/43">rustls/webpki-roots#43</a></li>
<li>Refresh certificates by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/rustls/webpki-roots/pull/52">rustls/webpki-roots#52</a></li>
<li>v0.25.3 release preparation by <a
href="https://github.com/cpu"><code>@​cpu</code></a> in <a
href="https://redirect.github.com/rustls/webpki-roots/pull/53">rustls/webpki-roots#53</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rustls/webpki-roots/compare/v/0.25.2...v/0.25.3">https://github.com/rustls/webpki-roots/compare/v/0.25.2...v/0.25.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/webpki-roots/commit/56a48f107273719904b3749010c35ef40e737039"><code>56a48f1</code></a>
Cargo: v0.25.3 -&gt; v0.25.4</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/0d7bac775ed47c1cd64179d791a2d33857252fd6"><code>0d7bac7</code></a>
process upstream February root updates</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/54ccefaf42a5aa6a81f665950ea8e958907334c2"><code>54ccefa</code></a>
Cargo: v0.25.2 -&gt; v0.25.3</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/5cfec6590ba77954734e1b56af34bba9d8ae4a0a"><code>5cfec65</code></a>
Refresh certificates</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/22702f5e206604890349983f9c334dbc244d6f18"><code>22702f5</code></a>
tests: better DER sequence wrap w/ yasna.</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/a63eec3f7ff565817bee11603f1a6e76fbee2fc0"><code>a63eec3</code></a>
docs: update README for CCADB change, webpki fork.</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/08972db98bafca0bb1ed682b018f0e37352a2767"><code>08972db</code></a>
codegen: use CCADB as the source of truth.</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/9322eb9424be72a292eb6578ba8bd2c0a3a51459"><code>9322eb9</code></a>
lib: remove MD5 and SHA1 fingerprint metadata.</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/9cd38916d8b021fd1e48aab00c894eb372a81a05"><code>9cd3891</code></a>
ci: add clippy to build workflow.</li>
<li><a
href="https://github.com/rustls/webpki-roots/commit/b106e85153c66dd15f09913cba59562c9c188bef"><code>b106e85</code></a>
tests: clippy fixes for verify.</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/webpki-roots/compare/v/0.23.1...v/0.25.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `regex` from 1.10.3 to 1.10.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/regex/commit/aa2d8bd8be283471b17b4ab6faeae5b751553572"><code>aa2d8bd</code></a>
1.10.4</li>
<li><a
href="https://github.com/rust-lang/regex/commit/088d7f3269665a11aabadd89335eb09316e9c785"><code>088d7f3</code></a>
api: add Cow guarantee to replace API</li>
<li><a
href="https://github.com/rust-lang/regex/commit/a5ae35153a6ec61e64cb297155f7d91c11b629c7"><code>a5ae351</code></a>
regex-automata-0.4.6</li>
<li><a
href="https://github.com/rust-lang/regex/commit/9cf4a42a9361f42d9aa6afd1245c0e37dc0c8771"><code>9cf4a42</code></a>
automata: fix bug where reverse NFA lacked an unanchored prefix</li>
<li><a
href="https://github.com/rust-lang/regex/commit/10fe722a3fcfdc17068b21f3262189cc52227bb5"><code>10fe722</code></a>
style: clean up some recent lint violations</li>
<li><a
href="https://github.com/rust-lang/regex/commit/d7f9347f2a8a7f4e7583c88876411da12a09b572"><code>d7f9347</code></a>
regex-automata-0.4.5</li>
<li><a
href="https://github.com/rust-lang/regex/commit/07ef7f1550d59a548ee58631cf2bca263e67cb8e"><code>07ef7f1</code></a>
automata: make additional prefileter metadata public</li>
<li>See full diff in <a
href="https://github.com/rust-lang/regex/compare/1.10.3...1.10.4">compare
view</a></li>
</ul>
</details>
<br />


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>
  • Loading branch information
OJFord authored Mar 27, 2024
2 parents a69556a + 40d197e commit 3bd8e4b
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 93 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
run: |
wget -qO - 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null
echo "deb [arch=all,$(dpkg --print-architecture) signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list
sudo apt-get update
# From tauri's Actions workflow
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt update
sudo apt-get install -y libnotmuch-dev
sudo apt-get install -y just
# Tauri pre-reqs
sudo apt-get install -y libwebkit2gtk-4.1-dev
- name: Run pre-commit hooks
run: pre-commit run --all-files
Loading

0 comments on commit 3bd8e4b

Please sign in to comment.