diff --git a/Cargo.lock b/Cargo.lock index f31ca72c84..d65ec1690c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2726,7 +2726,7 @@ dependencies = [ "crunchy", "fixed-hash", "impl-rlp", - "impl-serde 0.3.2", + "impl-serde", "tiny-keccak", ] @@ -2739,7 +2739,7 @@ dependencies = [ "ethbloom", "fixed-hash", "impl-rlp", - "impl-serde 0.3.2", + "impl-serde", "primitive-types", "uint", ] @@ -4099,15 +4099,6 @@ dependencies = [ "serde", ] -[[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" -dependencies = [ - "serde", -] - [[package]] name = "impl-trait-for-tuples" version = "0.2.2" @@ -4212,7 +4203,7 @@ dependencies = [ "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", "either", "heck 0.4.0", - "impl-serde 0.3.2", + "impl-serde", "ink_lang_ir", "itertools", "parity-scale-codec", @@ -4256,7 +4247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d442f4f5dcbf120aa84cae9e399065ad99d143d5a920b06d3da286e91c03ec70" dependencies = [ "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.3.2", + "impl-serde", "ink_prelude", "ink_primitives", "scale-info", @@ -7652,7 +7643,7 @@ name = "phala-node-rpc-ext" version = "0.1.0" dependencies = [ "hex", - "impl-serde 0.3.2", + "impl-serde", "jsonrpsee", "log", "pallet-mq-runtime-api", @@ -7676,7 +7667,7 @@ dependencies = [ name = "phala-node-rpc-ext-types" version = "0.1.0" dependencies = [ - "impl-serde 0.3.2", + "impl-serde", "parity-scale-codec", "scale-info", "serde", @@ -7835,7 +7826,7 @@ dependencies = [ "hash256-std-hasher", "hex", "im", - "impl-serde 0.3.2", + "impl-serde", "keccak-hasher", "parity-scale-codec", "parity-util-mem", @@ -8002,7 +7993,7 @@ dependencies = [ "frame-system", "hex", "hex-literal", - "impl-serde 0.4.0", + "impl-serde", "insta", "log", "once_cell", @@ -8316,7 +8307,7 @@ dependencies = [ "fixed-hash", "impl-codec", "impl-rlp", - "impl-serde 0.3.2", + "impl-serde", "scale-info", "uint", ] @@ -11587,7 +11578,7 @@ dependencies = [ "futures", "hash-db", "hash256-std-hasher", - "impl-serde 0.3.2", + "impl-serde", "lazy_static", "libsecp256k1", "log", @@ -11936,7 +11927,7 @@ name = "sp-storage" version = "6.0.0" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d" dependencies = [ - "impl-serde 0.3.2", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", @@ -12038,7 +12029,7 @@ name = "sp-version" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d" dependencies = [ - "impl-serde 0.3.2", + "impl-serde", "parity-scale-codec", "parity-wasm 0.45.0", "scale-info", diff --git a/crates/phala-node-rpc-ext/Cargo.toml b/crates/phala-node-rpc-ext/Cargo.toml index ce88d2896a..716a69fb83 100644 --- a/crates/phala-node-rpc-ext/Cargo.toml +++ b/crates/phala-node-rpc-ext/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/Phala-Network/phala-blockchain" serde = { version = "1.0.102", features = ["derive"] } thiserror = "1.0" jsonrpsee = { version = "0.15.1", features = ["server"] } -impl-serde = "0.3" +impl-serde = "0.3.2" log = { version = "0.4.14", default-features = false } hex = { version = "0.4.3", default-features = false } codec = { package = "parity-scale-codec", version = "3.1" } diff --git a/crates/phala-node-rpc-ext/types/Cargo.toml b/crates/phala-node-rpc-ext/types/Cargo.toml index 072ff32c1a..0dcd06ef2f 100644 --- a/crates/phala-node-rpc-ext/types/Cargo.toml +++ b/crates/phala-node-rpc-ext/types/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] serde = { version = "1.0", features = ["derive"] } -impl-serde = "0.3.1" +impl-serde = "0.3.2" scale-info = { version = "2.1", default-features = false } scale = { package = "parity-scale-codec", version = "3.1" } diff --git a/crates/phala-trie-storage/Cargo.toml b/crates/phala-trie-storage/Cargo.toml index d5e33937ee..321103ac56 100644 --- a/crates/phala-trie-storage/Cargo.toml +++ b/crates/phala-trie-storage/Cargo.toml @@ -26,7 +26,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc hash256-std-hasher = { version = "0.15", default-features = false } hex = "0.4" serde_json = "1.0" -impl-serde = "0.3" +impl-serde = "0.3.2" keccak-hasher = "0.15.3" [features] diff --git a/crates/pink/Cargo.toml b/crates/pink/Cargo.toml index b5e7ed22ff..78c119e488 100644 --- a/crates/pink/Cargo.toml +++ b/crates/pink/Cargo.toml @@ -33,7 +33,7 @@ wasmi-validation = { version = "0.5.0", default-features = false } paste = "1.0" wat = "1.0" call-trace = "*" -impl-serde = "0.4.0" +impl-serde = "0.3.2" hex = "0.4.3" serde = { version = "1.0.101", features = ["derive"] } serde_json = "1.0.67" diff --git a/standalone/pruntime/Cargo.lock b/standalone/pruntime/Cargo.lock index 32e303d323..9d7fb604bd 100644 --- a/standalone/pruntime/Cargo.lock +++ b/standalone/pruntime/Cargo.lock @@ -1537,7 +1537,7 @@ dependencies = [ "crunchy", "fixed-hash", "impl-rlp", - "impl-serde 0.3.2", + "impl-serde", "tiny-keccak", ] @@ -1550,7 +1550,7 @@ dependencies = [ "ethbloom", "fixed-hash", "impl-rlp", - "impl-serde 0.3.2", + "impl-serde", "primitive-types", "uint", ] @@ -2551,15 +2551,6 @@ dependencies = [ "serde", ] -[[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" -dependencies = [ - "serde", -] - [[package]] name = "impl-trait-for-tuples" version = "0.2.2" @@ -2664,7 +2655,7 @@ dependencies = [ "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", "either", "heck 0.4.0", - "impl-serde 0.3.2", + "impl-serde", "ink_lang_ir", "itertools", "parity-scale-codec", @@ -2708,7 +2699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d442f4f5dcbf120aa84cae9e399065ad99d143d5a920b06d3da286e91c03ec70" dependencies = [ "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.3.2", + "impl-serde", "ink_prelude", "ink_primitives", "scale-info", @@ -4826,7 +4817,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "impl-serde 0.4.0", + "impl-serde", "log", "once_cell", "pallet-balances", @@ -4955,7 +4946,7 @@ dependencies = [ "fixed-hash", "impl-codec", "impl-rlp", - "impl-serde 0.3.2", + "impl-serde", "scale-info", "uint", ] @@ -6451,7 +6442,7 @@ dependencies = [ "futures", "hash-db", "hash256-std-hasher", - "impl-serde 0.3.2", + "impl-serde", "lazy_static", "libsecp256k1", "log", @@ -6781,7 +6772,7 @@ name = "sp-storage" version = "6.0.0" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d" dependencies = [ - "impl-serde 0.3.2", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", @@ -6854,7 +6845,7 @@ name = "sp-version" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d" dependencies = [ - "impl-serde 0.3.2", + "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info",