From 17aef86d537f2c90939b881ee95b4a47d2e84a1a Mon Sep 17 00:00:00 2001 From: gianfra-t <96739519+gianfra-t@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:01:14 -0300 Subject: [PATCH] Update pallets/vesting-manager/Cargo.toml Co-authored-by: Marcel Ebert --- pallets/vesting-manager/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/vesting-manager/Cargo.toml b/pallets/vesting-manager/Cargo.toml index 0b732e224..22b90799d 100644 --- a/pallets/vesting-manager/Cargo.toml +++ b/pallets/vesting-manager/Cargo.toml @@ -9,7 +9,7 @@ version = "0.0.1" log = { version = "0.4.17", default-features = false } parity-scale-codec = {version = "3.1.5", default-features = false, features = ["derive"]} scale-info = {version = "2.1.1", default-features = false, features = ["derive"]} -serde = {version = "1.0.142" ,default-features = false, optional = true} +serde = {version = "1.0.142", default-features = false, optional = true} sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }