From 1e9ace409f3607d1609e61a8915041f98d89a447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 05:30:43 +0000 Subject: [PATCH] Bump smallvec from 1.4.2 to 1.5.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.4.2...v1.5.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3082a23..ad7da3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -510,9 +510,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" +checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85" [[package]] name = "spin" diff --git a/Cargo.toml b/Cargo.toml index 8907749..af40537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ring = "0.16" privdrop = "0.5" byteorder = "1.3" thiserror = "1.0" -smallvec = "1.4" +smallvec = "1.5" [dev-dependencies] tempfile = "3"