build(deps): bump smallvec from 1.3.0 to 1.4.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-07 08:14:13 +00:00 committed by GitHub
parent 1b38197812
commit 790dc14f66
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

@ -1031,7 +1031,7 @@ dependencies = [
"proc-macro2 1.0.17", "proc-macro2 1.0.17",
"quote 1.0.2", "quote 1.0.2",
"serde", "serde",
"smallvec 1.3.0", "smallvec 1.4.1",
"syn", "syn",
] ]
@ -1461,7 +1461,7 @@ name = "fallible"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"hashglobe", "hashglobe",
"smallvec 1.3.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@ -1783,7 +1783,7 @@ dependencies = [
"parking_lot 0.10.2", "parking_lot 0.10.2",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.3.0", "smallvec 1.4.1",
"spirv_cross", "spirv_cross",
"winapi", "winapi",
"wio", "wio",
@ -1802,7 +1802,7 @@ dependencies = [
"log", "log",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.3.0", "smallvec 1.4.1",
"spirv_cross", "spirv_cross",
"winapi", "winapi",
] ]
@ -1839,7 +1839,7 @@ dependencies = [
"parking_lot 0.10.2", "parking_lot 0.10.2",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.3.0", "smallvec 1.4.1",
"spirv_cross", "spirv_cross",
"storage-map", "storage-map",
] ]
@ -1859,7 +1859,7 @@ dependencies = [
"log", "log",
"objc", "objc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.3.0", "smallvec 1.4.1",
"winapi", "winapi",
] ]
@ -3017,7 +3017,7 @@ dependencies = [
"log", "log",
"servo-egl", "servo-egl",
"simpleservo", "simpleservo",
"smallvec 1.3.0", "smallvec 1.4.1",
"webxr", "webxr",
"webxr-api", "webxr-api",
] ]
@ -3205,7 +3205,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.3.0", "smallvec 1.4.1",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
"time", "time",
@ -3905,7 +3905,7 @@ dependencies = [
"cloudabi", "cloudabi",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.3.0", "smallvec 1.4.1",
"winapi", "winapi",
] ]
@ -4728,7 +4728,7 @@ dependencies = [
"phf_codegen", "phf_codegen",
"precomputed-hash", "precomputed-hash",
"servo_arc", "servo_arc",
"smallvec 1.3.0", "smallvec 1.4.1",
"thin-slice", "thin-slice",
"to_shmem", "to_shmem",
"to_shmem_derive", "to_shmem_derive",
@ -5297,9 +5297,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.3.0" version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a" checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -5482,7 +5482,7 @@ dependencies = [
"servo_config", "servo_config",
"servo_url", "servo_url",
"smallbitvec", "smallbitvec",
"smallvec 1.3.0", "smallvec 1.4.1",
"string_cache", "string_cache",
"style_derive", "style_derive",
"style_traits", "style_traits",
@ -5771,7 +5771,7 @@ dependencies = [
"cssparser", "cssparser",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.3.0", "smallvec 1.4.1",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
] ]
@ -6090,7 +6090,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.3.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@ -6478,7 +6478,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"sig", "sig",
"smallvec 1.3.0", "smallvec 1.4.1",
"svg_fmt", "svg_fmt",
"time", "time",
"tracy-rs", "tracy-rs",
@ -6592,7 +6592,7 @@ dependencies = [
"parking_lot 0.10.2", "parking_lot 0.10.2",
"ron", "ron",
"serde", "serde",
"smallvec 1.3.0", "smallvec 1.4.1",
"spirv_headers", "spirv_headers",
"tracing", "tracing",
"vec_map", "vec_map",

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.3" smallvec = "1.4"
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"] }