From 41a3a00ef3f2786fc9c411780f8047b93137052e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jun 2022 12:45:28 +0200
Subject: [PATCH] Bump parity-scale-codec from 3.1.3 to 3.1.5 (#1356)

Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.1.3 to 3.1.5.
- [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-3.1.3...parity-scale-codec-3.1.5)

---
updated-dependencies:
- dependency-name: parity-scale-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 cumulus/Cargo.lock                                  | 4 ++--
 cumulus/client/relay-chain-interface/Cargo.toml     | 2 +-
 cumulus/client/relay-chain-rpc-interface/Cargo.toml | 2 +-
 cumulus/pallets/session-benchmarking/Cargo.toml     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock
index a07f3c23c89..251d1849b45 100644
--- a/cumulus/Cargo.lock
+++ b/cumulus/Cargo.lock
@@ -6651,9 +6651,9 @@ dependencies = [
 
 [[package]]
 name = "parity-scale-codec"
-version = "3.1.3"
+version = "3.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04bc9583b5e01cc8c70d89acc9af14ef9b1c29ee3a0074b2a9eea8c0fa396690"
+checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"
 dependencies = [
  "arrayvec 0.7.2",
  "bitvec",
diff --git a/cumulus/client/relay-chain-interface/Cargo.toml b/cumulus/client/relay-chain-interface/Cargo.toml
index 90f0d562bc1..994ca86f916 100644
--- a/cumulus/client/relay-chain-interface/Cargo.toml
+++ b/cumulus/client/relay-chain-interface/Cargo.toml
@@ -23,4 +23,4 @@ derive_more = "0.99.2"
 async-trait = "0.1.56"
 thiserror = "1.0.31"
 jsonrpsee-core = "0.13.1"
-parity-scale-codec = "3.1.3"
+parity-scale-codec = "3.1.5"
diff --git a/cumulus/client/relay-chain-rpc-interface/Cargo.toml b/cumulus/client/relay-chain-rpc-interface/Cargo.toml
index 9cc287256e7..3a4f57db70a 100644
--- a/cumulus/client/relay-chain-rpc-interface/Cargo.toml
+++ b/cumulus/client/relay-chain-rpc-interface/Cargo.toml
@@ -21,7 +21,7 @@ sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master
 
 futures = "0.3.21"
 futures-timer = "3.0.2"
-parity-scale-codec = "3.1.3"
+parity-scale-codec = "3.1.5"
 parking_lot = "0.12.1"
 jsonrpsee = { version = "0.13.1", features = ["ws-client"] }
 tracing = "0.1.34"
diff --git a/cumulus/pallets/session-benchmarking/Cargo.toml b/cumulus/pallets/session-benchmarking/Cargo.toml
index e4d8319e281..a9e87247148 100644
--- a/cumulus/pallets/session-benchmarking/Cargo.toml
+++ b/cumulus/pallets/session-benchmarking/Cargo.toml
@@ -13,7 +13,7 @@ readme = "README.md"
 targets = ["x86_64-unknown-linux-gnu"]
 
 [dependencies]
-parity-scale-codec = { version = "3.1.3", default-features = false }
+parity-scale-codec = { version = "3.1.5", default-features = false }
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
 frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-- 
GitLab