Browse Source
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<Component> for FormatItem<'_></code></li> <li><code>impl TryFrom<FormatItem<'_>> for Component</code></li> <li><code>impl<'a> From<&'a [FormatItem<'_>]> for FormatItem<'a></code></li> <li><code>impl<'a> TryFrom<FormatItem<'a>> for &[FormatItem<'a>]</code></li> <li><code>impl PartialEq<Component> for FormatItem<'_></code></li> <li><code>impl PartialEq<FormatItem<'_>> for Component</code></li> <li><code>impl PartialEq<&[FormatItem<'_>]> for FormatItem<'_></code></li> <li><code>impl PartialEq<FormatItem<'_>> for &[FormatItem<'_>]</code></li> <li><code>impl TryFrom<Error> for error::TryFromParsed</code></li> <li><code>impl TryFrom<Error> for error::Parse</code></li> <li><code>impl TryFrom<Error> for error::ParseFromDescription</code></li> <li><code>impl TryFrom<Error> for error::InvalidFormatDescription</code></li> <li><code>impl TryFrom<Error> for error::IndeterminateOffset</code></li> <li><code>impl TryFrom<Error> for error::Format</code></li> <li><code>impl TryFrom<Error> for error::ConversionRange</code></li> <li><code>impl TryFrom<Error> for error::ComponentRange</code></li> <li><code>impl TryFrom<error::TryFromParsed> for error::ComponentRange</code></li> <li><code>impl TryFrom<error::Parse> for error::TryFromParsed</code></li> <li><code>impl TryFrom<error::Parse> for error::ParseFromDescription</code></li> <li><code>impl TryFrom<error::Format> for std::io::Error</code></li> <li><code>impl Sum for Duration</code></li> <li><code>impl Sum<&Duration> 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="burn-down-handle8ec5f4ef2f
"><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>
bors[bot]
3 years ago
committed by
GitHub
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue