1305: build(deps): bump time from 0.3.17 to 0.3.18 r=delta1 a=dependabot[bot]

Bumps [time](https://github.com/time-rs/time) from 0.3.17 to 0.3.18.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p>
<blockquote>
<h2>v0.3.18</h2>
<p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p>
</blockquote>
</details>
<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.18 [2022-02-16]</h2>
<h3>Changed</h3>
<ul>
<li>The minimum supported Rust version is now 1.62.0.</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>[first]</code> and <code>[optional]</code> items can now be included in format descriptions. To parse this at
runtime, you must use the <code>format_description::parse_owned</code> method.</li>
<li><code>format_description::parse_borrowed</code></li>
<li>An API has been added to opt out of soundness checks for obtaining the local offset. This replaces
the previous, officially unsupported <code>RUSTFLAGS=&quot;--cfg unsound_local_offset&quot;</code>. End users may call
<code>time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound)</code>. This
method is <code>unsafe</code> because it enables undefined behavior if its safety requirements are not
upheld. Note that libraries <strong>must not</strong> set this to <code>Unsound</code>, as it is impossible for a library
to guarantee end users uphold the required invariants.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Correctly parse offset sign when hour is zero. The parse was previously unconditionally positive,
even if the sign indicated otherwise.</li>
<li>Compilation is fixed for WebAssembly.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3df1120719"><code>3df1120</code></a> 0.3.18 release</li>
<li><a href="9615d56883"><code>9615d56</code></a> Require user to provide version to methods</li>
<li><a href="c45264ca4d"><code>c45264c</code></a> <code>#[derive(Default)]</code> on enums, bump MSRV to 1.62</li>
<li><a href="43862d2945"><code>43862d2</code></a> Run CI on ubuntu-latest</li>
<li><a href="b5c4bc1a5d"><code>b5c4bc1</code></a> Let user invoke UB if they choose</li>
<li><a href="8dfc955c46"><code>8dfc955</code></a> Lints for Rust 1.66</li>
<li><a href="2ef301fb7a"><code>2ef301f</code></a> Fix build status badge (<a href="https://github-redirect.dependabot.com/time-rs/time/issues/534">#534</a>)</li>
<li><a href="09818dae68"><code>09818da</code></a> Silence warning about unused method</li>
<li><a href="beac001c9e"><code>beac001</code></a> Change to <code>version=X</code>, implement for serde helper</li>
<li><a href="581c44a378"><code>581c44a</code></a> Make offset kind uninhabited</li>
<li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.17...v0.3.18">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.17&new-version=0.3.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>
This commit is contained in:
bors[bot] 2023-02-16 16:16:08 +00:00 committed by GitHub
commit 5cc289abe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
Cargo.lock generated
View File

@ -4085,7 +4085,7 @@ dependencies = [
"tempfile",
"testcontainers 0.12.0",
"thiserror",
"time 0.3.17",
"time 0.3.18",
"tokio",
"tokio-socks",
"tokio-tar",
@ -4233,9 +4233,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.17"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
checksum = "af0097eaf301d576d0b2aead7a59facab6d53cc636340f0291fab8446a2e8613"
dependencies = [
"itoa 1.0.1",
"serde",
@ -4470,7 +4470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [
"crossbeam-channel",
"time 0.3.17",
"time 0.3.18",
"tracing-subscriber 0.3.15",
]
@ -4560,7 +4560,7 @@ dependencies = [
"serde_json",
"sharded-slab",
"thread_local",
"time 0.3.17",
"time 0.3.18",
"tracing",
"tracing-core",
"tracing-log",
@ -4805,7 +4805,7 @@ dependencies = [
"git2",
"rustversion",
"thiserror",
"time 0.3.17",
"time 0.3.18",
]
[[package]]