Skip to content

Commit

Permalink
Merge pull request Phala-Network#988 from Phala-Network/keep-impl-ser…
Browse files Browse the repository at this point in the history
…de-032

Keep using impl-serde 0.3.2, this should be upgraded in next time
  • Loading branch information
jasl authored Oct 9, 2022
2 parents a054cb6 + ff5342a commit e6d4402
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 43 deletions.
33 changes: 12 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/phala-node-rpc-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/phala-node-rpc-ext/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion crates/phala-trie-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/pink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
27 changes: 9 additions & 18 deletions standalone/pruntime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6d4402

Please sign in to comment.