mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #26555 - servo:dependabot/cargo/cookie-0.11.2, r=jdm
Bump cookie from 0.11.0 to 0.11.2 Bumps [cookie](https://github.com/alexcrichton/cookie-rs) from 0.11.0 to 0.11.2. <details> <summary>Commits</summary> <ul> <li><a href="d0de872749
"><code>d0de872</code></a> Bump to 0.11.2.</li> <li><a href="f949c498da
"><code>f949c49</code></a> Add 'CookieJar::reset_delta()' to reset delta ops.</li> <li><a href="dc0c3f3f07
"><code>dc0c3f3</code></a> Bump to 0.11.1.</li> <li><a href="c253a23703
"><code>c253a23</code></a> force the order of the internal iterators in Iter</li> <li><a href="5d6c817499
"><code>5d6c817</code></a> Update travis config</li> <li><a href="4f1dd589ba
"><code>4f1dd58</code></a> Update version in README.</li> <li>See full diff in <a href="https://github.com/alexcrichton/cookie-rs/compare/0.11.0...0.11.2">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=cookie&package-manager=cargo&previous-version=0.11.0&new-version=0.11.2) 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
87c26a3a0d
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -851,9 +851,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cookie"
|
||||
version = "0.11.0"
|
||||
version = "0.11.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1465f8134efa296b4c19db34d909637cb2bf0f7aaf21299e23e18fa29ac557cf"
|
||||
checksum = "d9fac5e7bdefb6160fb181ee0eaa6f96704b625c70e6d61c465cb35750a4ea12"
|
||||
dependencies = [
|
||||
"time",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue