Auto merge of #28818 - servo:dependabot/cargo/instant-0.1.12, r=jdm

Bump instant from 0.1.9 to 0.1.12

Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.9 to 0.1.12.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md">instant's changelog</a>.</em></p>
<blockquote>
<h1>v0.1.12</h1>
<h2>Added</h2>
<ul>
<li>Add <code>SystemTime</code> which works in both native and WASM environments.</li>
</ul>
<h2>Modified</h2>
<ul>
<li>The <code>now</code> function is always available now: there is no need to enable the <code>now</code> feature any more. The <code>now</code> feature
still exists (but doesn’t do anything) for backwards compatibility.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9a486adeee"><code>9a486ad</code></a> Release v0.1.12</li>
<li><a href="5792fe6436"><code>5792fe6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sebcrozet/instant/issues/41">#41</a> from probable-forks/remove-time-crate</li>
<li><a href="d90a340c91"><code>d90a340</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sebcrozet/instant/issues/42">#42</a> from wngr/systemtime</li>
<li><a href="7b058d469f"><code>7b058d4</code></a> Merge remote-tracking branch 'upstream/master' into systemtime</li>
<li><a href="3c3b848930"><code>3c3b848</code></a> Deprecated the <code>now</code> feature flag.</li>
<li><a href="de92ac1db8"><code>de92ac1</code></a> Eradicated dependency on obsolete <code>time</code> 0.2</li>
<li><a href="b79ce7ea09"><code>b79ce7e</code></a> Corrected README code snippets.</li>
<li><a href="bd46ccb577"><code>bd46ccb</code></a> use Date::now for SystemTime::now</li>
<li><a href="c59ec9068d"><code>c59ec90</code></a> Merge remote-tracking branch 'upstream/master' into systemtime</li>
<li><a href="858c708ad3"><code>858c708</code></a> Tidy</li>
<li>Additional commits viewable in <a href="https://github.com/sebcrozet/instant/compare/v0.1.9...v0.1.12">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=instant&package-manager=cargo&previous-version=0.1.9&new-version=0.1.12)](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>
This commit is contained in:
bors-servo 2022-04-07 21:42:40 -04:00 committed by GitHub
commit 37f5d2673c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -3021,9 +3021,9 @@ dependencies = [
[[package]]
name = "instant"
version = "0.1.9"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
]