From d28abaee25fd297ac6ae4bc0d7df8c48848487d4 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 3 May 2023 16:27:06 +1200 Subject: [PATCH] bump scale codec --- oracle/rpc/Cargo.toml | 2 +- tokens/rpc/Cargo.toml | 2 +- unknown-tokens/Cargo.toml | 2 +- weight-meter/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oracle/rpc/Cargo.toml b/oracle/rpc/Cargo.toml index 2bbaed96c..c08869f4c 100644 --- a/oracle/rpc/Cargo.toml +++ b/oracle/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" description = "RPC module for orml-oracle." [dependencies] -codec = { package = "parity-scale-codec", version = "3.0.0" } +codec = { package = "parity-scale-codec", version = "3.4.0" } jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] } tracing = "0.1.29" tracing-core = "0.1.28" diff --git a/tokens/rpc/Cargo.toml b/tokens/rpc/Cargo.toml index a488c180c..0cd44ef9a 100644 --- a/tokens/rpc/Cargo.toml +++ b/tokens/rpc/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -codec = { package = "parity-scale-codec", version = "3.0.0" } +codec = { package = "parity-scale-codec", version = "3.4.0" } jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] } tracing = "0.1.29" tracing-core = "0.1.28" diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 2a293ecbc..ca9541bf9 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -24,7 +24,7 @@ orml-xcm-support = { path = "../xcm-support", default-features = false } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -hex-literal = "0.3.1" +hex-literal = "0.3.4" [features] default = ["std"] diff --git a/weight-meter/Cargo.toml b/weight-meter/Cargo.toml index d526dc0de..48c4ff1f7 100644 --- a/weight-meter/Cargo.toml +++ b/weight-meter/Cargo.toml @@ -15,7 +15,7 @@ weight-meter-procedural = { path = "weight-meter-procedural", default-features = [dev-dependencies] serde = "1.0.136" -codec = { package = "parity-scale-codec", version = "3.0.0" } +codec = { package = "parity-scale-codec", version = "3.4.0" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }