serde_json: bumped to 1.0.108 (#2168)

This PR updates the version of `serde_json` to `1.0.108` throughout the
codebase.
This commit is contained in:
Michal Kucharczyk
2023-11-06 13:00:06 +01:00
committed by GitHub
parent 7b06e634fe
commit 305aefc43d
52 changed files with 55 additions and 55 deletions
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
scale-codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.163", default-features = false, features = ["derive"], optional = true }
serde = { version = "1.0.188", default-features = false, features = ["derive"], optional = true }
sp-api = { default-features = false, path = "../../api" }
sp-application-crypto = { default-features = false, path = "../../application-crypto", features = ["bandersnatch-experimental"] }
sp-consensus-slots = { default-features = false, path = "../slots" }
+1 -1
View File
@@ -62,7 +62,7 @@ bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "cbc342e",
[dev-dependencies]
criterion = "0.4.0"
serde_json = "1.0"
serde_json = "1.0.108"
sp-core-hashing-proc-macro = { path = "hashing/proc-macro" }
[[bench]]
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
sp-api = { path = "../api", default-features = false}
sp-runtime = { path = "../runtime", default-features = false}
sp-std = { path = "../std", default-features = false}
serde_json = { version = "1.0.107", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0.108", default-features = false, features = ["alloc"] }
[features]
default = [ "std" ]
+1 -1
View File
@@ -18,4 +18,4 @@ serde = { version = "1.0.188", features = ["derive"] }
sp-core = { path = "../core" }
[dev-dependencies]
serde_json = "1.0.107"
serde_json = "1.0.108"
+1 -1
View File
@@ -32,7 +32,7 @@ sp-weights = { path = "../weights", default-features = false}
[dev-dependencies]
rand = "0.8.5"
serde_json = "1.0.107"
serde_json = "1.0.108"
zstd = { version = "0.12.4", default-features = false }
sp-api = { path = "../api" }
sp-state-machine = { path = "../state-machine" }