mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #28483 - servo:dependabot/cargo/nodrop-0.1.14, r=jdm
Bump nodrop from 0.1.12 to 0.1.14 Bumps [nodrop](https://github.com/bluss/arrayvec) from 0.1.12 to 0.1.14. <details> <summary>Commits</summary> <ul> <li><a href="c110696a96
"><code>c110696</code></a> nodrop, nodrop-union: Mark deprecated</li> <li><a href="87ad71366c
"><code>87ad713</code></a> DOC: Update README</li> <li><a href="ea591bc2de
"><code>ea591bc</code></a> 0.5.0</li> <li><a href="70a9ad67af
"><code>70a9ad6</code></a> DOC: Copyedit the Array doc comment again</li> <li><a href="abf1bb5a0a
"><code>abf1bb5</code></a> TEST: Update .travis for serde-1 to serde rename</li> <li><a href="46ba20ed38
"><code>46ba20e</code></a> DOC: Update Readme for 0.5</li> <li><a href="babae41d21
"><code>babae41</code></a> DOC: Add safety documentation on Array trait</li> <li><a href="ba4d98c5c7
"><code>ba4d98c</code></a> TEST: Update tests for passing without std feature</li> <li><a href="cac792e633
"><code>cac792e</code></a> API: Rename feature flag serde-1 to serde</li> <li><a href="8c3dfbc2b8
"><code>8c3dfbc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/arrayvec/issues/132">#132</a> from bluss/range-bounds</li> <li>Additional commits viewable in <a href="https://github.com/bluss/arrayvec/compare/nodrop-0.1.12...nodrop-0.1.14">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
b80b3ea02c
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4084,9 +4084,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nodrop"
|
||||
version = "0.1.12"
|
||||
version = "0.1.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
||||
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue