From 17fe455c25d4b8e9565d93b4c4e7cf3fd8879350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 02:08:34 +0000 Subject: [PATCH] Bump smallvec from 1.9.0 to 1.10.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- runtime/arctic/Cargo.toml | 2 +- runtime/frost/Cargo.toml | 2 +- runtime/snow/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af20deb..9a23bf72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10940,9 +10940,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" +checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "snap" @@ -12626,7 +12626,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "digest 0.10.3", "rand 0.8.5", "static_assertions", diff --git a/runtime/arctic/Cargo.toml b/runtime/arctic/Cargo.toml index 35ac18d4..dcb73150 100644 --- a/runtime/arctic/Cargo.toml +++ b/runtime/arctic/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.138", optional = true, features = ["derive"] } scale-info = { version = "2.1.0", default-features = false, features = [ "derive", ] } -smallvec = "1.9.0" +smallvec = "1.10.0" static_assertions = "1.1.0" bstringify = "0.1.2" diff --git a/runtime/frost/Cargo.toml b/runtime/frost/Cargo.toml index c01fadbe..eabd2c17 100644 --- a/runtime/frost/Cargo.toml +++ b/runtime/frost/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.138", optional = true, features = ["derive"] } scale-info = { version = "2.0.1", default-features = false, features = [ "derive", ] } -smallvec = "1.9.0" +smallvec = "1.10.0" static_assertions = "1.1.0" # frame dependencies diff --git a/runtime/snow/Cargo.toml b/runtime/snow/Cargo.toml index b4db3225..cab43235 100644 --- a/runtime/snow/Cargo.toml +++ b/runtime/snow/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.138", optional = true, features = ["derive"] } scale-info = { version = "2.1.0", default-features = false, features = [ "derive", ] } -smallvec = "1.9.0" +smallvec = "1.10.0" static_assertions = "1.1.0" # frame dependencies