From 6a3b9f9f536aafff1852652d64374c8dd083a0eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 22:10:20 +0000 Subject: [PATCH] build(deps): bump smallvec from 1.5.1 to 1.6.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- swf/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cdd20307..3b31765ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3372,9 +3372,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.5.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75" +checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0" [[package]] name = "smithay-client-toolkit" diff --git a/core/Cargo.toml b/core/Cargo.toml index 13dedb0fc..52c9e7554 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ puremp3 = { version = "0.1", optional = true } ruffle_macros = { path = "macros" } swf = { path = "../swf" } enumset = "1.0.1" -smallvec = "1.5.1" +smallvec = "1.6.0" num_enum = "0.5.1" quick-xml = "0.20.0" downcast-rs = "1.2.0" diff --git a/swf/Cargo.toml b/swf/Cargo.toml index d6233f2d9..32a7c627f 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -16,7 +16,7 @@ num-derive = "0.3" num-traits = "0.2" libflate = {version = "1.0", optional = true} log = "0.4" -smallvec = "1.5.1" +smallvec = "1.6.0" flate2 = {version = "1.0", optional = true} lzma-rs = {version = "0.1.3", optional = true }