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 09a0538bc5
commit 45841c0ce9
4 changed files with 5 additions and 5 deletions
@@ -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"