1159: build(deps): bump time from 0.3.14 to 0.3.15 r=delta1 a=dependabot[bot]

Bumps [time](https://github.com/time-rs/time) from 0.3.14 to 0.3.15.
<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.15</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.15 [2022-10-03]</h2>
<h3>Changed</h3>
<ul>
<li>Better gating for <code>tm_gmtoff</code> extension. This should eliminate build failures on some untested
platforms.</li>
<li><code>Debug</code> output for types are now human-readable. While this should not be relied upon, it is
currently the same as the output with <code>Display</code>.</li>
<li>Eliminate overflows in the constructors for `Duration. When there is an overflow, the methods now
panic. This was previously only the case in debug mode.</li>
<li>Panic if <code>NaN</code> is passed to <code>Duration::from_secs_f32</code> or <code>Duration::from_secs_f64</code>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix error when deserializing data types from bytes. This affects formats such as JSON.</li>
<li>Eliminate a panic in an edge case when converting <code>OffsetDateTime</code> to another <code>UtcOffset</code>. This
occurred due to an old assumption in code that was no longer the case.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a71691ddd1"><code>a71691d</code></a> v0.3.15 release</li>
<li><a href="60177321d2"><code>6017732</code></a> Fix CI permissions, update release action</li>
<li><a href="9295603ccb"><code>9295603</code></a> Fix potential panic in edge case</li>
<li><a href="44382c30f4"><code>44382c3</code></a> Remove use of <code>doc_cfg</code> feature</li>
<li><a href="64c84b0ec8"><code>64c84b0</code></a> Fix powerset check</li>
<li><a href="145f90df1a"><code>145f90d</code></a> Use nicer Debug implementations (<a href="https://github-redirect.dependabot.com/time-rs/time/issues/509">#509</a>)</li>
<li><a href="684e82db2f"><code>684e82d</code></a> Bump codecov version in CI</li>
<li><a href="950c958fae"><code>950c958</code></a> Remove Patreon reference</li>
<li><a href="36feb8defc"><code>36feb8d</code></a> Revamp CI</li>
<li><a href="9516a7e32b"><code>9516a7e</code></a> Panic if NaN is passed to <code>Duration</code> constructors</li>
<li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.14...v0.3.15">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.14&new-version=0.3.15)](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] 2022-10-04 14:39:31 +00:00 committed by GitHub
commit 96da6a8c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
Cargo.lock generated
View File

@ -4028,7 +4028,7 @@ dependencies = [
"tempfile",
"testcontainers 0.12.0",
"thiserror",
"time 0.3.14",
"time 0.3.15",
"tokio",
"tokio-socks",
"tokio-tar",
@ -4176,9 +4176,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
dependencies = [
"itoa 1.0.1",
"libc",
@ -4396,7 +4396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [
"crossbeam-channel",
"time 0.3.14",
"time 0.3.15",
"tracing-subscriber 0.3.15",
]
@ -4486,7 +4486,7 @@ dependencies = [
"serde_json",
"sharded-slab",
"thread_local",
"time 0.3.14",
"time 0.3.15",
"tracing",
"tracing-core",
"tracing-log",
@ -4725,7 +4725,7 @@ dependencies = [
"git2",
"rustversion",
"thiserror",
"time 0.3.14",
"time 0.3.15",
]
[[package]]