mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #27794 - servo:dependabot/cargo/instant-0.1.9, r=jdm
Bump instant from 0.1.6 to 0.1.9 Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.6 to 0.1.9. <details> <summary>Commits</summary> <ul> <li><a href="eff71cffcc
"><code>eff71cf</code></a> Release v0.1.9</li> <li><a href="c023a97039
"><code>c023a97</code></a> Add inaccurate time option</li> <li><a href="3819881b22
"><code>3819881</code></a> Release v0.1.8</li> <li><a href="5bfaad2835
"><code>5bfaad2</code></a> Update to cfg-if 1.0</li> <li><a href="96feb8a208
"><code>96feb8a</code></a> Release v0.1.7</li> <li><a href="024d577393
"><code>024d577</code></a> Remove unused function</li> <li><a href="3b45cb8b31
"><code>3b45cb8</code></a> Add back use Duration</li> <li><a href="347631608c
"><code>3476316</code></a> Use cfg-if for cfgs in wasm</li> <li><a href="5c5f6519db
"><code>5c5f651</code></a> Fix for wasm32-wasi target</li> <li>See full diff in <a href="https://github.com/sebcrozet/instant/compare/v0.1.6...v0.1.9">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=instant&package-manager=cargo&previous-version=0.1.6&new-version=0.1.9) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
802d37d353
1 changed files with 5 additions and 2 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -2808,9 +2808,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "instant"
|
||||
version = "0.1.6"
|
||||
version = "0.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
|
||||
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "io-surface"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue