From a36efe9a3b502b8037ba11754a46bac6a8aa3e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 06:56:52 +0000 Subject: [PATCH] chore(deps): update parity-scale-codec requirement from 1.3.5 to 2.1.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/commits) 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..0c062d50 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.1.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"] }