Bump smallvec from 1.4.1 to 1.4.2

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-12 08:00:53 +00:00 committed by GitHub
parent 6d0cc4a1b7
commit 4e51e77a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

34
Cargo.lock generated
View file

@ -1120,7 +1120,7 @@ dependencies = [
"proc-macro2 1.0.17", "proc-macro2 1.0.17",
"quote 1.0.2", "quote 1.0.2",
"serde", "serde",
"smallvec 1.4.1", "smallvec 1.4.2",
"syn", "syn",
] ]
@ -1552,7 +1552,7 @@ name = "fallible"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"hashglobe", "hashglobe",
"smallvec 1.4.1", "smallvec 1.4.2",
] ]
[[package]] [[package]]
@ -1934,7 +1934,7 @@ dependencies = [
"parking_lot 0.10.2", "parking_lot 0.10.2",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.1", "smallvec 1.4.2",
"spirv_cross", "spirv_cross",
"winapi", "winapi",
"wio", "wio",
@ -1953,7 +1953,7 @@ dependencies = [
"log", "log",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.1", "smallvec 1.4.2",
"spirv_cross", "spirv_cross",
"winapi", "winapi",
] ]
@ -1989,7 +1989,7 @@ dependencies = [
"parking_lot 0.10.2", "parking_lot 0.10.2",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.1", "smallvec 1.4.2",
"spirv_cross", "spirv_cross",
"storage-map", "storage-map",
] ]
@ -2009,7 +2009,7 @@ dependencies = [
"log", "log",
"objc", "objc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.1", "smallvec 1.4.2",
"winapi", "winapi",
] ]
@ -3190,7 +3190,7 @@ dependencies = [
"log", "log",
"servo-egl", "servo-egl",
"simpleservo", "simpleservo",
"smallvec 1.4.1", "smallvec 1.4.2",
"webxr", "webxr",
"webxr-api", "webxr-api",
] ]
@ -3388,7 +3388,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.4.1", "smallvec 1.4.2",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
"time", "time",
@ -4157,7 +4157,7 @@ dependencies = [
"cloudabi", "cloudabi",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.4.1", "smallvec 1.4.2",
"winapi", "winapi",
] ]
@ -5030,7 +5030,7 @@ dependencies = [
"phf_codegen", "phf_codegen",
"precomputed-hash", "precomputed-hash",
"servo_arc", "servo_arc",
"smallvec 1.4.1", "smallvec 1.4.2",
"thin-slice", "thin-slice",
"to_shmem", "to_shmem",
"to_shmem_derive", "to_shmem_derive",
@ -5604,9 +5604,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.4.1" version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f" checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -5789,7 +5789,7 @@ dependencies = [
"servo_config", "servo_config",
"servo_url", "servo_url",
"smallbitvec", "smallbitvec",
"smallvec 1.4.1", "smallvec 1.4.2",
"string_cache", "string_cache",
"style_derive", "style_derive",
"style_traits", "style_traits",
@ -6098,7 +6098,7 @@ dependencies = [
"cssparser", "cssparser",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.4.1", "smallvec 1.4.2",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
] ]
@ -6474,7 +6474,7 @@ version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
dependencies = [ dependencies = [
"smallvec 1.4.1", "smallvec 1.4.2",
] ]
[[package]] [[package]]
@ -6860,7 +6860,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"sig", "sig",
"smallvec 1.4.1", "smallvec 1.4.2",
"svg_fmt", "svg_fmt",
"time", "time",
"tracy-rs", "tracy-rs",
@ -6973,7 +6973,7 @@ dependencies = [
"parking_lot 0.10.2", "parking_lot 0.10.2",
"ron", "ron",
"serde", "serde",
"smallvec 1.4.1", "smallvec 1.4.2",
"thiserror", "thiserror",
"tracing", "tracing",
"wgpu-types", "wgpu-types",