Bump parity-scale-codec from 3.6.1 to 3.6.2 (#2804)

Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.6.1 to 3.6.2.
- [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-v3.6.1...parity-scale-codec-v3.6.2)

---
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>
This commit is contained in:
dependabot[bot]
2023-06-30 21:28:15 +00:00
committed by GitHub
parent 0105897ab8
commit 0305686e03
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -8612,9 +8612,9 @@ dependencies = [
[[package]]
name = "parity-scale-codec"
version = "3.6.1"
version = "3.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2287753623c76f953acd29d15d8100bcab84d29db78fb6f352adb3c53e83b967"
checksum = "d7467bc45fea3d77e829a4df331b9e969e2ec6a4dcd4e126e660f8509b40a475"
dependencies = [
"arrayvec 0.7.2",
"bitvec",
@@ -8627,9 +8627,9 @@ dependencies = [
[[package]]
name = "parity-scale-codec-derive"
version = "3.6.1"
version = "3.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b6937b5e67bfba3351b87b040d48352a2fcb6ad72f81855412ce97b45c8f110"
checksum = "2c9de611934c78014c455793552d0bf7d65a58211179c49996fde925aa667c38"
dependencies = [
"proc-macro-crate",
"proc-macro2",