mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #28796 - servo:dependabot/cargo/either-1.6.1, r=jdm
Bump either from 1.5.3 to 1.6.1 Bumps [either](https://github.com/bluss/either) from 1.5.3 to 1.6.1. <details> <summary>Commits</summary> <ul> <li><a href="6d3216446d
"><code>6d32164</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/either/issues/51">#51</a> from spenserblack/feature/unwrap-expect</li> <li><a href="6e9590032b
"><code>6e95900</code></a> Release 1.6.1</li> <li><a href="7f3a36833d
"><code>7f3a368</code></a> Add expects</li> <li><a href="7f092c69d0
"><code>7f092c6</code></a> Add unwraps</li> <li><a href="1ed67aa0e5
"><code>1ed67aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/either/issues/50">#50</a> from cuviper/release-1.6.0</li> <li><a href="fd7188e2f0
"><code>fd7188e</code></a> Release 1.6.0</li> <li><a href="27a81dbb0f
"><code>27a81db</code></a> Add spacing to the untagged examples</li> <li><a href="89c0b2cc5e
"><code>89c0b2c</code></a> Pattern-match untagged serialization directly</li> <li><a href="4943fbbc0a
"><code>4943fbb</code></a> Avoid deprecated try!</li> <li><a href="8e61186f32
"><code>8e61186</code></a> Allow deprecated Error::description call</li> <li>Additional commits viewable in <a href="https://github.com/bluss/either/compare/1.5.3...1.6.1">compare view</a></li> </ul> </details> <br /> [](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:
commit
d65e0a395a
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1544,9 +1544,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.5.3"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
||||
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
||||
|
||||
[[package]]
|
||||
name = "embedder_traits"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue