From 0597f047632c52c34dc7f2ac56af7add3a7e09fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:54:19 +0000 Subject: [PATCH] Bump smallvec from 0.4.5 to 1.4.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.4.5 to 1.4.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v0.4.5...v1.4.1) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +------- keystore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49110855ee..94f0f7a076 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "smallvec 0.4.5", + "smallvec 1.4.1", "tempdir", "time", ] @@ -2872,12 +2872,6 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" -[[package]] -name = "smallvec" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90c5e5fe535e48807ab94fc611d323935f39d4660c52b26b96446a7b33aef10" - [[package]] name = "smallvec" version = "0.6.13" diff --git a/keystore/Cargo.toml b/keystore/Cargo.toml index aeb8e45751..6f4bbd7f6e 100644 --- a/keystore/Cargo.toml +++ b/keystore/Cargo.toml @@ -18,7 +18,7 @@ rustc-hex = "1.0" time = "0.1.34" parking_lot = "0.11.0" codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.2" } -smallvec = "0.4" +smallvec = "1.4" tempdir = "0.3" [dev-dependencies]