Bump smallvec from 1.4.2 to 1.5.1

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.4.2...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-07 06:23:15 +00:00 committed by GitHub
parent 8cfb2db78f
commit b31419c8f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
Cargo.lock generated
View file

@ -1183,7 +1183,7 @@ dependencies = [
"proc-macro2 1.0.24", "proc-macro2 1.0.24",
"quote 1.0.2", "quote 1.0.2",
"serde", "serde",
"smallvec 1.4.2", "smallvec 1.5.1",
"syn", "syn",
] ]
@ -1618,7 +1618,7 @@ name = "fallible"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"hashglobe", "hashglobe",
"smallvec 1.4.2", "smallvec 1.5.1",
] ]
[[package]] [[package]]
@ -2017,7 +2017,7 @@ dependencies = [
"parking_lot 0.11.0", "parking_lot 0.11.0",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec 1.5.1",
"spirv_cross", "spirv_cross",
"thunderdome", "thunderdome",
"winapi", "winapi",
@ -2039,7 +2039,7 @@ dependencies = [
"log", "log",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec 1.5.1",
"spirv_cross", "spirv_cross",
"winapi", "winapi",
] ]
@ -2076,7 +2076,7 @@ dependencies = [
"parking_lot 0.11.0", "parking_lot 0.11.0",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec 1.5.1",
"spirv_cross", "spirv_cross",
"storage-map", "storage-map",
] ]
@ -2097,7 +2097,7 @@ dependencies = [
"log", "log",
"objc", "objc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec 1.5.1",
"winapi", "winapi",
] ]
@ -3290,7 +3290,7 @@ dependencies = [
"log", "log",
"servo-egl", "servo-egl",
"simpleservo", "simpleservo",
"smallvec 1.4.2", "smallvec 1.5.1",
"webxr", "webxr",
"webxr-api", "webxr-api",
] ]
@ -3497,7 +3497,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.4.2", "smallvec 1.5.1",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
"time", "time",
@ -4287,7 +4287,7 @@ dependencies = [
"cloudabi 0.0.3", "cloudabi 0.0.3",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.4.2", "smallvec 1.5.1",
"winapi", "winapi",
] ]
@ -4302,7 +4302,7 @@ dependencies = [
"instant", "instant",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.4.2", "smallvec 1.5.1",
"winapi", "winapi",
] ]
@ -5217,7 +5217,7 @@ dependencies = [
"phf_codegen", "phf_codegen",
"precomputed-hash", "precomputed-hash",
"servo_arc", "servo_arc",
"smallvec 1.4.2", "smallvec 1.5.1",
"thin-slice", "thin-slice",
"to_shmem", "to_shmem",
"to_shmem_derive", "to_shmem_derive",
@ -5791,9 +5791,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.4.2" version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -5976,7 +5976,7 @@ dependencies = [
"servo_config", "servo_config",
"servo_url", "servo_url",
"smallbitvec", "smallbitvec",
"smallvec 1.4.2", "smallvec 1.5.1",
"string_cache", "string_cache",
"style_derive", "style_derive",
"style_traits", "style_traits",
@ -6306,7 +6306,7 @@ dependencies = [
"cssparser", "cssparser",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.4.2", "smallvec 1.5.1",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
] ]
@ -7060,7 +7060,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"sig", "sig",
"smallvec 1.4.2", "smallvec 1.5.1",
"svg_fmt", "svg_fmt",
"time", "time",
"tracy-rs", "tracy-rs",
@ -7180,7 +7180,7 @@ dependencies = [
"parking_lot 0.11.0", "parking_lot 0.11.0",
"ron 0.6.0", "ron 0.6.0",
"serde", "serde",
"smallvec 1.4.2", "smallvec 1.5.1",
"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.4" smallvec = "1.5"
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"] }