From 3b426928ec1b18b276dbb403e4f79bbc068535d5 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Thu, 1 Jun 2023 10:43:00 -0400 Subject: [PATCH] bump serde to 1.0.163 (#2661) * bump serde to 1.0.163 * bump bounded-collections to v0.1.7 for compatibility with substrate --- cumulus/parachain-template/pallets/template/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/parachain-template/pallets/template/Cargo.toml b/cumulus/parachain-template/pallets/template/Cargo.toml index f47d82c979..1ccdc6622b 100644 --- a/cumulus/parachain-template/pallets/template/Cargo.toml +++ b/cumulus/parachain-template/pallets/template/Cargo.toml @@ -21,7 +21,7 @@ frame-support = { git = "https://github.com/paritytech/substrate", default-featu frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } [dev-dependencies] -serde = { version = "1.0.132" } +serde = { version = "1.0.163" } # Substrate sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }