Skip to content

Commit a4977fe

Browse files
authored
bump scale codec (#910)
1 parent 54a4805 commit a4977fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

oracle/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
description = "RPC module for orml-oracle."
88

99
[dependencies]
10-
codec = { package = "parity-scale-codec", version = "3.0.0" }
10+
codec = { package = "parity-scale-codec", version = "3.4.0" }
1111
jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] }
1212
tracing = "0.1.29"
1313
tracing-core = "0.1.28"

tokens/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Laminar Developers <[email protected]>"]
77
edition = "2021"
88

99
[dependencies]
10-
codec = { package = "parity-scale-codec", version = "3.0.0" }
10+
codec = { package = "parity-scale-codec", version = "3.4.0" }
1111
jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] }
1212
tracing = "0.1.29"
1313
tracing-core = "0.1.28"

unknown-tokens/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ orml-xcm-support = { path = "../xcm-support", default-features = false }
2424
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
2525
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
2626
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
27-
hex-literal = "0.3.1"
27+
hex-literal = "0.3.4"
2828

2929
[features]
3030
default = ["std"]

weight-meter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight-meter-procedural = { path = "weight-meter-procedural", default-features =
1515

1616
[dev-dependencies]
1717
serde = "1.0.136"
18-
codec = { package = "parity-scale-codec", version = "3.0.0" }
18+
codec = { package = "parity-scale-codec", version = "3.4.0" }
1919
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
2020
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
2121
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }

0 commit comments

Comments
 (0)