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

Commit

Permalink
Bump serde from 1.0.124 to 1.0.125 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Mar 29, 2021
1 parent 9450b54 commit 58fa17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/beefy/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
futures = { version = "0.3.12", features = ["compat"] }
log = "0.4"
serde = { version = "1.0.124", features = ["derive"] }
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"

jsonrpc-core = "15.1.0"
Expand Down
2 changes: 1 addition & 1 deletion frame/beefy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

[dependencies]
codec = { version = "2.0.0", package = "parity-scale-codec", default-features = false, features = ["derive"] }
serde = { version = "1.0.124", optional = true }
serde = { version = "1.0.125", optional = true }

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

0 comments on commit 58fa17c

Please sign in to comment.