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

Commit

Permalink
bump(deps): update rust crate serde to 1.0.147
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent 04345f6 commit 83fea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/meta-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde = { default-features = false, version = "1.0.144", features = ["derive"], optional = true }
serde = { default-features = false, version = "1.0.147", features = ["derive"], optional = true }
# Parity
codec = { default-features = false, version = "3.1.5", features = ["derive"], package = "parity-scale-codec" }
scale-info = { default-features = false, version = "2.1.2", features = ["derive"] }
Expand Down

0 comments on commit 83fea4c

Please sign in to comment.