mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #28866 - servo:dependabot/cargo/opaque-debug-0.2.3, r=jdm
Bump opaque-debug from 0.2.1 to 0.2.3 Bumps [opaque-debug](https://github.com/RustCrypto/utils) from 0.2.1 to 0.2.3. <details> <summary>Commits</summary> <ul> <li><a href="32c30ef327
"><code>32c30ef</code></a> der v0.2.3 (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/258">#258</a>)</li> <li><a href="a357e70a92
"><code>a357e70</code></a> der_derive v0.2.1 (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/257">#257</a>)</li> <li><a href="eb1285a249
"><code>eb1285a</code></a> der_derive: improve rustdoc documentation (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/256">#256</a>)</li> <li><a href="a2b1fab8ee
"><code>a2b1fab</code></a> build(deps): bump quote from 1.0.8 to 1.0.9 (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/255">#255</a>)</li> <li><a href="0b322580a6
"><code>0b32258</code></a> der_derive: custom derive support for enums (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/254">#254</a>)</li> <li><a href="75bf0026f2
"><code>75bf002</code></a> der: add notes about ASN.1 ANY type (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/252">#252</a>)</li> <li><a href="0ea7bbceb9
"><code>0ea7bbc</code></a> Rename deps to deps-link</li> <li><a href="cda46767af
"><code>cda4676</code></a> der v0.2.2 (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/251">#251</a>)</li> <li><a href="6fc45c92c8
"><code>6fc45c9</code></a> der: UTCTime and GeneralizedTime support (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/250">#250</a>)</li> <li><a href="0eb16d3e72
"><code>0eb16d3</code></a> block-buffer: add delimiter argument to digest_pad (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/248">#248</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/utils/compare/opaque-debug-v0.2.1...der-v0.2.3">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
c70f41e980
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -4455,9 +4455,9 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|||
|
||||
[[package]]
|
||||
name = "opaque-debug"
|
||||
version = "0.2.1"
|
||||
version = "0.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "51ecbcb821e1bd256d456fe858aaa7f380b63863eab2eb86eee1bd9f33dd6682"
|
||||
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
||||
|
||||
[[package]]
|
||||
name = "opaque-debug"
|
||||
|
@ -5994,7 +5994,7 @@ dependencies = [
|
|||
"block-buffer 0.7.3",
|
||||
"digest 0.8.1",
|
||||
"fake-simd",
|
||||
"opaque-debug 0.2.1",
|
||||
"opaque-debug 0.2.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6030,7 +6030,7 @@ dependencies = [
|
|||
"block-buffer 0.7.3",
|
||||
"digest 0.8.1",
|
||||
"fake-simd",
|
||||
"opaque-debug 0.2.1",
|
||||
"opaque-debug 0.2.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue