Bump parity-scale-codec from 3.4.0 to 3.5.0 (#2523)

Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.4.0 to 3.5.0.
- [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/v3.4.0...parity-scale-codec-v3.5.0)

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

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-05-04 21:30:01 +00:00
committed by GitHub
parent df68186063
commit ab7ce3bcf8
4 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -7918,9 +7918,9 @@ dependencies = [
[[package]]
name = "parity-scale-codec"
version = "3.4.0"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac"
checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"
dependencies = [
"arrayvec 0.7.2",
"bitvec",
+1 -1
View File
@@ -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.4.0"
parity-scale-codec = "3.5.0"
+1 -1
View File
@@ -25,7 +25,7 @@ tokio = { version = "1.28.0", features = ["sync"] }
futures = "0.3.28"
futures-timer = "3.0.2"
parity-scale-codec = "3.4.0"
parity-scale-codec = "3.5.0"
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
tracing = "0.1.37"
async-trait = "0.1.68"
+1 -1
View File
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
parity-scale-codec = { version = "3.4.0", default-features = false }
parity-scale-codec = { version = "3.5.0", 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" }