Bump serde_json from 1.0.73 to 1.0.74 (#4659)

Signed-off-by: acatangiu <adrian@parity.io>
This commit is contained in:
Adrian Catangiu
2022-01-05 15:09:21 +02:00
committed by GitHub
parent 18532b671a
commit 8a6ca36ad0
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -59,6 +59,6 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc
[dev-dependencies]
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
serde_json = "1.0.73"
serde_json = "1.0.74"
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
tokio = { version = "1.15", features = ["macros"] }