Skip to content

Commit ff5342a

Browse files
committed
Keep using impl-serde 0.3.2, this should be upgraded in next time
1 parent a054cb6 commit ff5342a

File tree

6 files changed

+25
-43
lines changed

6 files changed

+25
-43
lines changed

Cargo.lock

Lines changed: 12 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/phala-node-rpc-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/Phala-Network/phala-blockchain"
1212
serde = { version = "1.0.102", features = ["derive"] }
1313
thiserror = "1.0"
1414
jsonrpsee = { version = "0.15.1", features = ["server"] }
15-
impl-serde = "0.3"
15+
impl-serde = "0.3.2"
1616
log = { version = "0.4.14", default-features = false }
1717
hex = { version = "0.4.3", default-features = false }
1818
codec = { package = "parity-scale-codec", version = "3.1" }

crates/phala-node-rpc-ext/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
serde = { version = "1.0", features = ["derive"] }
8-
impl-serde = "0.3.1"
8+
impl-serde = "0.3.2"
99
scale-info = { version = "2.1", default-features = false }
1010
scale = { package = "parity-scale-codec", version = "3.1" }

crates/phala-trie-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
2626
hash256-std-hasher = { version = "0.15", default-features = false }
2727
hex = "0.4"
2828
serde_json = "1.0"
29-
impl-serde = "0.3"
29+
impl-serde = "0.3.2"
3030
keccak-hasher = "0.15.3"
3131

3232
[features]

crates/pink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ wasmi-validation = { version = "0.5.0", default-features = false }
3333
paste = "1.0"
3434
wat = "1.0"
3535
call-trace = "*"
36-
impl-serde = "0.4.0"
36+
impl-serde = "0.3.2"
3737
hex = "0.4.3"
3838
serde = { version = "1.0.101", features = ["derive"] }
3939
serde_json = "1.0.67"

standalone/pruntime/Cargo.lock

Lines changed: 9 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)