Browse Source

Merge #432

432: Bump time from 0.3.3 to 0.3.4 r=da-kami a=dependabot[bot]

Bumps [time](https://github.com/time-rs/time) from 0.3.3 to 0.3.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p>
<blockquote>
<h2>0.3.4 [2021-10-26]</h2>
<h3>Added</h3>
<ul>
<li><code>error::DifferentVariant</code> and <code>Error::DifferentVariant</code></li>
<li><code>impl From&lt;Component&gt; for FormatItem&lt;'_&gt;</code></li>
<li><code>impl TryFrom&lt;FormatItem&lt;'_&gt;&gt; for Component</code></li>
<li><code>impl&lt;'a&gt; From&lt;&amp;'a [FormatItem&lt;'_&gt;]&gt; for FormatItem&lt;'a&gt;</code></li>
<li><code>impl&lt;'a&gt; TryFrom&lt;FormatItem&lt;'a&gt;&gt; for &amp;[FormatItem&lt;'a&gt;]</code></li>
<li><code>impl PartialEq&lt;Component&gt; for FormatItem&lt;'_&gt;</code></li>
<li><code>impl PartialEq&lt;FormatItem&lt;'_&gt;&gt; for Component</code></li>
<li><code>impl PartialEq&lt;&amp;[FormatItem&lt;'_&gt;]&gt; for FormatItem&lt;'_&gt;</code></li>
<li><code>impl PartialEq&lt;FormatItem&lt;'_&gt;&gt; for &amp;[FormatItem&lt;'_&gt;]</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::TryFromParsed</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::Parse</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::ParseFromDescription</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::InvalidFormatDescription</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::IndeterminateOffset</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::Format</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::ConversionRange</code></li>
<li><code>impl TryFrom&lt;Error&gt; for error::ComponentRange</code></li>
<li><code>impl TryFrom&lt;error::TryFromParsed&gt; for error::ComponentRange</code></li>
<li><code>impl TryFrom&lt;error::Parse&gt; for error::TryFromParsed</code></li>
<li><code>impl TryFrom&lt;error::Parse&gt; for error::ParseFromDescription</code></li>
<li><code>impl TryFrom&lt;error::Format&gt; for std::io::Error</code></li>
<li><code>impl Sum for Duration</code></li>
<li><code>impl Sum&lt;&amp;Duration&gt; for Duration</code></li>
<li>A <code>const fn default()</code> has been added to all modifiers that are <code>struct</code>s. These methods exist to
permit construction in <code>const</code> contexts and may be removed (without being considered a breaking
change) once <code>impl const Default</code> is stabilized.</li>
<li><code>FormatItem::Optional</code>, which will consume the contained value if present but still succeed
otherwise.</li>
<li><code>FormatItem::First</code>, which will consume the first successful parse, ignoring any prior errors.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Cross-building to Windows now succeeds.</li>
<li>A parse error on a <code>UtcOffset</code> component now indicates the error comes from the offset.</li>
<li>Some arithmetic no longer panics in edge cases.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8ec5f4ef2f"><code>8ec5f4e</code></a> v0.3.4 release</li>
<li><a href="9514bd0937"><code>9514bd0</code></a> Implement <code>FormatItem::First</code></li>
<li><a href="32ed115bb3"><code>32ed115</code></a> Fix error in changelog</li>
<li><a href="bcde313a74"><code>bcde313</code></a> Eliminate more panics in edge cases</li>
<li><a href="ea8e71c278"><code>ea8e71c</code></a> Avoid panics on checked, saturating arithmetic</li>
<li><a href="421788218e"><code>4217882</code></a> Fix error when parsing <code>UtcOffset</code></li>
<li><a href="974be79f42"><code>974be79</code></a> Update CI</li>
<li><a href="a28507f4d3"><code>a28507f</code></a> Lowercase lib name in Windows link attribute (<a href="https://github-redirect.dependabot.com/time-rs/time/issues/355">#355</a>)</li>
<li><a href="a63b31dbff"><code>a63b31d</code></a> Remove doc-hidden modifier default methods</li>
<li><a href="f850171132"><code>f850171</code></a> Lazily mutate <code>self</code> when parsing</li>
<li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.3...v0.3.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.3&new-version=0.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
burn-down-handle
bors[bot] 3 years ago
committed by GitHub
parent
commit
84157d9020
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      Cargo.lock

12
Cargo.lock

@ -418,7 +418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "188a7c2ae2a1026b9831889fd6461db5d33c4f6d54d6f862bd8b81a2fcefbdba"
dependencies = [
"percent-encoding",
"time 0.3.3",
"time 0.3.4",
"version_check",
]
@ -548,7 +548,7 @@ dependencies = [
"sha2",
"sqlx",
"thiserror",
"time 0.3.3",
"time 0.3.4",
"tokio",
"tokio-tungstenite",
"tokio-util",
@ -2132,7 +2132,7 @@ dependencies = [
"serde_json",
"state",
"tempfile",
"time 0.3.3",
"time 0.3.4",
"tokio",
"tokio-stream",
"tokio-util",
@ -2186,7 +2186,7 @@ dependencies = [
"smallvec",
"stable-pattern",
"state",
"time 0.3.3",
"time 0.3.4",
"tokio",
"uncased",
]
@ -2888,9 +2888,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03"
checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd"
dependencies = [
"itoa",
"libc",

Loading…
Cancel
Save