Bump parity-scale-codec from 3.6.2 to 3.6.3 (#2816)

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

---
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-07-04 13:06:41 +00:00
committed by GitHub
parent c6322d2cfe
commit 7f2238a218
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -8617,9 +8617,9 @@ dependencies = [
[[package]]
name = "parity-scale-codec"
version = "3.6.2"
version = "3.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7467bc45fea3d77e829a4df331b9e969e2ec6a4dcd4e126e660f8509b40a475"
checksum = "756d439303e94fae44f288ba881ad29670c65b0c4b0e05674ca81061bb65f2c5"
dependencies = [
"arrayvec 0.7.2",
"bitvec",
@@ -8632,9 +8632,9 @@ dependencies = [
[[package]]
name = "parity-scale-codec-derive"
version = "3.6.2"
version = "3.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9de611934c78014c455793552d0bf7d65a58211179c49996fde925aa667c38"
checksum = "9d884d78fcf214d70b1e239fcd1c6e5e95aa3be1881918da2e488cc946c7a476"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -18,4 +18,4 @@ futures = "0.3.28"
async-trait = "0.1.68"
thiserror = "1.0.40"
jsonrpsee-core = "0.16.2"
parity-scale-codec = "3.6.2"
parity-scale-codec = "3.6.3"
@@ -25,7 +25,7 @@ tokio = { version = "1.29.1", features = ["sync"] }
futures = "0.3.28"
futures-timer = "3.0.2"
parity-scale-codec = "3.6.2"
parity-scale-codec = "3.6.3"
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
tracing = "0.1.37"
async-trait = "0.1.68"
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
parity-scale-codec = { version = "3.6.2", default-features = false }
parity-scale-codec = { version = "3.6.3", 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" }