Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 80eaa52

Browse files
Bump serde from 1.0.123 to 1.0.124 (#106)
1 parent ab1039d commit 80eaa52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/beefy/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88
[dependencies]
99
futures = { version = "0.3.12", features = ["compat"] }
1010
log = "0.4"
11-
serde = { version = "1.0.123", features = ["derive"] }
11+
serde = { version = "1.0.124", features = ["derive"] }
1212
serde_json = "1.0.64"
1313

1414
jsonrpc-core = "15.1.0"

frame/beefy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
77

88
[dependencies]
99
codec = { version = "2.0.0", package = "parity-scale-codec", default-features = false, features = ["derive"] }
10-
serde = { version = "1.0.123", optional = true }
10+
serde = { version = "1.0.124", optional = true }
1111

1212
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
1313
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }

0 commit comments

Comments
 (0)