--- a/Cargo.lock +++ b/Cargo.lock @@ -6676,7 +6676,7 @@ "frame-support", "frame-system", "pallet-unique-scheduler", - "parity-scale-codec 3.1.5", + "parity-scale-codec 3.2.1", "scale-info", ] --- a/test-pallets/utils/Cargo.toml +++ b/test-pallets/utils/Cargo.toml @@ -8,8 +8,8 @@ [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" } +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29" } +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29" } pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false } [features]