Bump smallvec from 1.8.0 to 1.9.0

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-19 16:32:09 +00:00 committed by GitHub
parent 3e55deded6
commit 0b747e8a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 21 deletions

40
Cargo.lock generated
View file

@ -1221,7 +1221,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"serde", "serde",
"smallvec 1.8.0", "smallvec 1.9.0",
"syn", "syn",
] ]
@ -1699,7 +1699,7 @@ dependencies = [
"half", "half",
"inflate", "inflate",
"lebe", "lebe",
"smallvec 1.8.0", "smallvec 1.9.0",
"threadpool", "threadpool",
] ]
@ -1714,7 +1714,7 @@ name = "fallible"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"hashglobe", "hashglobe",
"smallvec 1.8.0", "smallvec 1.9.0",
] ]
[[package]] [[package]]
@ -2120,7 +2120,7 @@ dependencies = [
"parking_lot 0.11.0", "parking_lot 0.11.0",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.8.0", "smallvec 1.9.0",
"spirv_cross", "spirv_cross",
"thunderdome", "thunderdome",
"winapi", "winapi",
@ -2142,7 +2142,7 @@ dependencies = [
"log", "log",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.8.0", "smallvec 1.9.0",
"spirv_cross", "spirv_cross",
"winapi", "winapi",
] ]
@ -2179,7 +2179,7 @@ dependencies = [
"parking_lot 0.11.0", "parking_lot 0.11.0",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.8.0", "smallvec 1.9.0",
"spirv_cross", "spirv_cross",
"storage-map", "storage-map",
] ]
@ -2200,7 +2200,7 @@ dependencies = [
"log", "log",
"objc", "objc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.8.0", "smallvec 1.9.0",
"winapi", "winapi",
] ]
@ -3483,7 +3483,7 @@ dependencies = [
"log", "log",
"servo-egl", "servo-egl",
"simpleservo", "simpleservo",
"smallvec 1.8.0", "smallvec 1.9.0",
"webxr", "webxr",
"webxr-api", "webxr-api",
] ]
@ -3665,7 +3665,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.8.0", "smallvec 1.9.0",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
"time", "time",
@ -4582,7 +4582,7 @@ dependencies = [
"cloudabi 0.0.3", "cloudabi 0.0.3",
"libc", "libc",
"redox_syscall 0.1.56", "redox_syscall 0.1.56",
"smallvec 1.8.0", "smallvec 1.9.0",
"winapi", "winapi",
] ]
@ -4597,7 +4597,7 @@ dependencies = [
"instant", "instant",
"libc", "libc",
"redox_syscall 0.1.56", "redox_syscall 0.1.56",
"smallvec 1.8.0", "smallvec 1.9.0",
"winapi", "winapi",
] ]
@ -4610,7 +4610,7 @@ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"libc", "libc",
"redox_syscall 0.2.13", "redox_syscall 0.2.13",
"smallvec 1.8.0", "smallvec 1.9.0",
"windows-sys", "windows-sys",
] ]
@ -5580,7 +5580,7 @@ dependencies = [
"phf_codegen 0.8.0", "phf_codegen 0.8.0",
"precomputed-hash", "precomputed-hash",
"servo_arc", "servo_arc",
"smallvec 1.8.0", "smallvec 1.9.0",
"to_shmem", "to_shmem",
"to_shmem_derive", "to_shmem_derive",
] ]
@ -6146,9 +6146,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.8.0" version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -6340,7 +6340,7 @@ dependencies = [
"servo_config", "servo_config",
"servo_url", "servo_url",
"smallbitvec", "smallbitvec",
"smallvec 1.8.0", "smallvec 1.9.0",
"string_cache", "string_cache",
"style_derive", "style_derive",
"style_traits", "style_traits",
@ -6672,7 +6672,7 @@ dependencies = [
"cssparser", "cssparser",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.8.0", "smallvec 1.9.0",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
] ]
@ -7207,7 +7207,7 @@ checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
dependencies = [ dependencies = [
"nix 0.20.0", "nix 0.20.0",
"once_cell", "once_cell",
"smallvec 1.8.0", "smallvec 1.9.0",
"wayland-sys 0.28.6", "wayland-sys 0.28.6",
] ]
@ -7370,7 +7370,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"sig", "sig",
"smallvec 1.8.0", "smallvec 1.9.0",
"svg_fmt", "svg_fmt",
"time", "time",
"tracy-rs", "tracy-rs",
@ -7490,7 +7490,7 @@ dependencies = [
"parking_lot 0.11.0", "parking_lot 0.11.0",
"ron 0.6.0", "ron 0.6.0",
"serde", "serde",
"smallvec 1.8.0", "smallvec 1.9.0",
"thiserror", "thiserror",
"tracing", "tracing",
"wgpu-types", "wgpu-types",

View file

@ -23,6 +23,6 @@ libservo = { path = "../../components/servo", features = ["no_static_freetype"]
log = "0.4" log = "0.4"
servo-egl = "0.2" servo-egl = "0.2"
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] } simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
smallvec = "1.6" smallvec = "1.9"
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] } webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] } webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }