Bump parity-scale-codec from 3.3.0 to 3.4.0 (#2182)

Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.3.0 to 3.4.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/parity-scale-codec-3.3.0...v3.4.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-02-14 13:56:09 +01:00
committed by GitHub
parent fe85532990
commit c34f9b4f70
4 changed files with 5 additions and 5 deletions
@@ -23,7 +23,7 @@ tokio = { version = "1.25.0", features = ["sync"] }
futures = "0.3.26"
futures-timer = "3.0.2"
parity-scale-codec = "3.3.0"
parity-scale-codec = "3.4.0"
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
tracing = "0.1.37"
async-trait = "0.1.63"