mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Update serde to 1.0.131 (#853)
This commit is contained in:
@@ -28,7 +28,7 @@ derive_more = "0.99.2"
|
||||
log = "0.4.14"
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
structopt = "0.3.8"
|
||||
serde = { version = "1.0.119", features = ["derive"] }
|
||||
serde = { version = "1.0.131", features = ["derive"] }
|
||||
hex-literal = "0.3.1"
|
||||
|
||||
# RPC related Dependencies
|
||||
|
||||
@@ -20,7 +20,7 @@ frame-support = { git = "https://github.com/paritytech/substrate", default-featu
|
||||
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde = { version = "1.0.119" }
|
||||
serde = { version = "1.0.131" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
|
||||
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
|
||||
|
||||
@@ -19,7 +19,7 @@ hex-literal = { version = "0.3.1", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]}
|
||||
log = { version = "0.4.14", default-features = false }
|
||||
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.119", optional = true, features = ["derive"] }
|
||||
serde = { version = "1.0.131", optional = true, features = ["derive"] }
|
||||
smallvec = "1.6.1"
|
||||
|
||||
# Local Dependencies
|
||||
|
||||
Reference in New Issue
Block a user