Skip to content
Snippets Groups Projects
Commit 7f2238a2 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

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: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent c6322d2c
Branches
No related merge requests found
......@@ -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" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment