mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #26706 - servo:dependabot/cargo/block-padding-0.1.5, r=jdm
Bump block-padding from 0.1.2 to 0.1.5 Bumps [block-padding](https://github.com/RustCrypto/utils) from 0.1.2 to 0.1.5. <details> <summary>Commits</summary> <ul> <li><a href="78eca09668
"><code>78eca09</code></a> block-padding v0.1.5</li> <li><a href="3dcfab42f8
"><code>3dcfab4</code></a> NoPadding for block-padding (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/37">#37</a>)</li> <li><a href="2a5da5c115
"><code>2a5da5c</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/33">#33</a>)</li> <li><a href="7b6d5f27d3
"><code>7b6d5f2</code></a> Fix incorrect comment (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/31">#31</a>)</li> <li><a href="2373e467dd
"><code>2373e46</code></a> hex-literal(-impl) v0.2.1</li> <li><a href="9358ee1580
"><code>9358ee1</code></a> add no_std to hex-literal (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/30">#30</a>)</li> <li><a href="4a9addbcf6
"><code>4a9addb</code></a> bump opaque-debug version</li> <li><a href="cdc3ed8428
"><code>cdc3ed8</code></a> Don't depend on user crate's std feature (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/28">#28</a>)</li> <li><a href="30b57d799a
"><code>30b57d7</code></a> hex-literal v0.2.0</li> <li><a href="8c499f234e
"><code>8c499f2</code></a> Migrate hex-literal to the 2018 edition (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/13">#13</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/utils/compare/block-padding-v0.1.2...block-padding-v0.1.5">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=block-padding&package-manager=cargo&previous-version=0.1.2&new-version=0.1.5) 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
928d2a2276
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -325,9 +325,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "block-padding"
|
||||
version = "0.1.2"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4fc4358306e344bf9775d0197fd00d2603e5afb0771bb353538630f022068ea3"
|
||||
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
||||
dependencies = [
|
||||
"byte-tools",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue