mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28038 - servo:dependabot/cargo/smallvec-1.6.1, r=jdm
Bump smallvec from 1.5.1 to 1.6.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.5.1 to 1.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.6.1</h2> <ul> <li>Fix a possible buffer overflow in <code>insert_many</code> (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/252">#252</a>, <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/254">#254</a>).</li> </ul> <h2>v1.6.0</h2> <ul> <li>The <code>"union"</code> feature is now compatible with stable Rust 1.49 (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/248">#248</a>, <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/247">#247</a>).</li> <li>Fixed warnings when compiling with Rust 1.51 nightly (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/242">#242</a>, <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/246">#246</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4e53e07280
"><code>4e53e07</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/254">#254</a> - mbrubeck:overflow, r=emilio</li> <li><a href="9998ba0694
"><code>9998ba0</code></a> Fix potential buffer overflow in <code>insert_many</code></li> <li><a href="0b2b4e53a5
"><code>0b2b4e5</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/249">#249</a> - mbrubeck:bump, r=jdm</li> <li><a href="7ec5548c1b
"><code>7ec5548</code></a> Version 1.6.0</li> <li><a href="73a8953835
"><code>73a8953</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/248">#248</a> - saethlin:master, r=mbrubeck</li> <li><a href="2785548293
"><code>2785548</code></a> make union feature work on 1.50</li> <li><a href="f5f1a22c76
"><code>f5f1a22</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/246">#246</a> - mbrubeck:warnings, r=jdm</li> <li><a href="d00f4d4736
"><code>d00f4d4</code></a> Silence warnings about deprecated LayoutErr</li> <li><a href="e4c73e4cac
"><code>e4c73e4</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/242">#242</a> - c410-f3r:patch-2, r=mbrubeck</li> <li><a href="2964a8469b
"><code>2964a84</code></a> Remove <code>min_const_generics</code> feature</li> <li>See full diff in <a href="https://github.com/servo/rust-smallvec/compare/v1.5.1...v1.6.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.5.1&new-version=1.6.1) 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
8a42710915
2 changed files with 18 additions and 18 deletions
34
Cargo.lock
generated
34
Cargo.lock
generated
|
@ -1183,7 +1183,7 @@ dependencies = [
|
|||
"proc-macro2 1.0.24",
|
||||
"quote 1.0.2",
|
||||
"serde",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"syn",
|
||||
]
|
||||
|
||||
|
@ -1618,7 +1618,7 @@ name = "fallible"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"hashglobe",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2017,7 +2017,7 @@ dependencies = [
|
|||
"parking_lot 0.11.0",
|
||||
"range-alloc",
|
||||
"raw-window-handle",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"spirv_cross",
|
||||
"thunderdome",
|
||||
"winapi",
|
||||
|
@ -2039,7 +2039,7 @@ dependencies = [
|
|||
"log",
|
||||
"range-alloc",
|
||||
"raw-window-handle",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"spirv_cross",
|
||||
"winapi",
|
||||
]
|
||||
|
@ -2076,7 +2076,7 @@ dependencies = [
|
|||
"parking_lot 0.11.0",
|
||||
"range-alloc",
|
||||
"raw-window-handle",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"spirv_cross",
|
||||
"storage-map",
|
||||
]
|
||||
|
@ -2097,7 +2097,7 @@ dependencies = [
|
|||
"log",
|
||||
"objc",
|
||||
"raw-window-handle",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
|
@ -3290,7 +3290,7 @@ dependencies = [
|
|||
"log",
|
||||
"servo-egl",
|
||||
"simpleservo",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"webxr",
|
||||
"webxr-api",
|
||||
]
|
||||
|
@ -3497,7 +3497,7 @@ dependencies = [
|
|||
"serde_bytes",
|
||||
"servo_arc",
|
||||
"smallbitvec",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"string_cache",
|
||||
"thin-slice",
|
||||
"time",
|
||||
|
@ -4287,7 +4287,7 @@ dependencies = [
|
|||
"cloudabi 0.0.3",
|
||||
"libc",
|
||||
"redox_syscall",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
|
@ -4302,7 +4302,7 @@ dependencies = [
|
|||
"instant",
|
||||
"libc",
|
||||
"redox_syscall",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
|
@ -5217,7 +5217,7 @@ dependencies = [
|
|||
"phf_codegen",
|
||||
"precomputed-hash",
|
||||
"servo_arc",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"thin-slice",
|
||||
"to_shmem",
|
||||
"to_shmem_derive",
|
||||
|
@ -5791,9 +5791,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "smallvec"
|
||||
version = "1.5.1"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
|
||||
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
@ -5976,7 +5976,7 @@ dependencies = [
|
|||
"servo_config",
|
||||
"servo_url",
|
||||
"smallbitvec",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"string_cache",
|
||||
"style_derive",
|
||||
"style_traits",
|
||||
|
@ -6306,7 +6306,7 @@ dependencies = [
|
|||
"cssparser",
|
||||
"servo_arc",
|
||||
"smallbitvec",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"string_cache",
|
||||
"thin-slice",
|
||||
]
|
||||
|
@ -7060,7 +7060,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"sig",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"svg_fmt",
|
||||
"time",
|
||||
"tracy-rs",
|
||||
|
@ -7180,7 +7180,7 @@ dependencies = [
|
|||
"parking_lot 0.11.0",
|
||||
"ron 0.6.0",
|
||||
"serde",
|
||||
"smallvec 1.5.1",
|
||||
"smallvec 1.6.1",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
"wgpu-types",
|
||||
|
|
|
@ -23,6 +23,6 @@ libservo = { path = "../../components/servo", features = ["no_static_freetype"]
|
|||
log = "0.4"
|
||||
servo-egl = "0.2"
|
||||
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
|
||||
smallvec = "1.5"
|
||||
smallvec = "1.6"
|
||||
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue