Skip to content

Commit

Permalink
unpin serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Nov 14, 2024
1 parent a11ac0d commit 6e5bc65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/aura/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sc-simnode = { path = "../../../simnode", features = ["aura"] }

# CLI-specific dependencies
try-runtime-cli = { optional = true, workspace = true }
serde_json = "1.0.116"
serde_json = "1.0"

[build-dependencies]
substrate-build-script-utils = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/babe/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sc-simnode = { path = "../../../simnode", features = ["babe"] }
sc-cli = { optional = true, workspace = true }
frame-benchmarking-cli = { optional = true, workspace = true }
try-runtime-cli = { optional = true, workspace = true }
serde_json = "1.0.85"
serde_json = "1.0"

[dev-dependencies]
tempfile = "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.17"
codec = { workspace = true }
serde = { version = "1.0.152", features = ["derive"] }
jsonrpsee = { workspace = true, features = ["server"] }
serde_json = "1.0.116"
serde_json = "1.0"

# Local
parachain-runtime = { path = "../runtime" }
Expand Down

0 comments on commit 6e5bc65

Please sign in to comment.