From 8eecce01a3a452bdb09475e2ba3b918910db11a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:06:53 +0000 Subject: [PATCH] Update primitive-types requirement from 0.9 to 0.11 Updates the requirements on [primitive-types](https://github.com/paritytech/parity-common) to permit the latest version. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/primitive-types-v0.9.0...primitive-types-v0.11.0) --- updated-dependencies: - dependency-name: primitive-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 47b7543..226c29a 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -26,4 +26,4 @@ serde = { version = "1.0", features = ["derive"], optional = true } impl-serde = { version = "0.3", optional = true } impl-codec = { version = "0.5", default-features = false } -primitive-types = { version = "0.9", default-features = false, features = ["codec"] } +primitive-types = { version = "0.11", default-features = false, features = ["codec"] }