From 7fa06dbf493873ed76a556017ea2f3c8017955bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 08:30:47 +0000 Subject: [PATCH] chore(deps): update parity-scale-codec requirement from 1.3.5 to 2.0.1 Updates the requirements on [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) to permit the latest version. - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-scale-codec/compare/parity-scale-codec-1.3.6...parity-scale-codec-v2.0.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8d2fe3b..e3304966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ strobe = ["strobe-rs"] [dependencies] generic-array = "0.14.4" -parity-scale-codec = { version = "1.3.5", optional = true, default-features = false, features = ["derive"] } +parity-scale-codec = { version = "2.0.1", optional = true, default-features = false, features = ["derive"] } quickcheck = { version = "0.9.2", optional = true } rand = { version = "0.7.3", optional = true } serde = { version = "1.0.116", optional = true, default-features = false, features = ["derive"] }