mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Update serde because substrate->trybuild needs a newer version (#6505)
companion PR for https://github.com/paritytech/substrate/pull/13073
This commit is contained in:
committed by
GitHub
parent
ecaf232a36
commit
f380710130
@@ -10,7 +10,7 @@ parity-scale-codec = { version = "3.1.5", default-features = false, features = [
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
rustc-hex = { version = "2.1.0", default-features = false }
|
||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.137", features = [ "derive" ], optional = true }
|
||||
serde = { version = "1.0.139", features = [ "derive" ], optional = true }
|
||||
derive_more = "0.99.17"
|
||||
bitflags = "1.3.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user