diff --git a/Cargo.lock b/Cargo.lock index fb6fa4c..b4b6f93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3474,6 +3474,7 @@ dependencies = [ "pallet-multisig", "pallet-passport", "pallet-proposal", + "pallet-session", "pallet-sudo", "pallet-timestamp", "pallet-token-swap", @@ -7308,9 +7309,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.10.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60" +checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" dependencies = [ "bitvec", "cfg-if", @@ -7322,9 +7323,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.10.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19" +checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", diff --git a/pallets/bounties/Cargo.toml b/pallets/bounties/Cargo.toml index 5a03520..f5d7b42 100644 --- a/pallets/bounties/Cargo.toml +++ b/pallets/bounties/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"], default-features = false } primitives = { package = 'jur-primitives', path = '../../primitives', default-features = false } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { version = "2.11.2", default-features = false, features = ["derive"] } pallet-balances = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } # Substrate diff --git a/pallets/community/Cargo.toml b/pallets/community/Cargo.toml index d8436e4..cbe0c92 100644 --- a/pallets/community/Cargo.toml +++ b/pallets/community/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] log = { version = "0.4" } codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"], default-features = false } primitives = { package = 'jur-primitives', path = '../../primitives', default-features = false } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { version = "2.11.2", default-features = false, features = ["derive"] } pallet-balances = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } # Substrate diff --git a/pallets/event/Cargo.toml b/pallets/event/Cargo.toml index 71c0bc3..f4592d5 100644 --- a/pallets/event/Cargo.toml +++ b/pallets/event/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"], default-features = false } primitives = { package = 'jur-primitives', path = '../../primitives', default-features = false } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { version = "2.11.2", default-features = false, features = ["derive"] } pallet-balances = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } # Substrate diff --git a/pallets/passport/Cargo.toml b/pallets/passport/Cargo.toml index 32d0b2a..0cb20c7 100644 --- a/pallets/passport/Cargo.toml +++ b/pallets/passport/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] log = { version = "0.4" } codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"], default-features = false } primitives = { package = 'jur-primitives', path = '../../primitives', default-features = false } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { version = "2.11.2", default-features = false, features = ["derive"] } pallet-balances = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } # Substrate diff --git a/pallets/proposal/Cargo.toml b/pallets/proposal/Cargo.toml index 09b8f22..1177f72 100644 --- a/pallets/proposal/Cargo.toml +++ b/pallets/proposal/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"], default-features = false } primitives = { package = 'jur-primitives', path = '../../primitives', default-features = false } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { version = "2.11.2", default-features = false, features = ["derive"] } pallet-balances = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } # Substrate diff --git a/pallets/token-swap/Cargo.toml b/pallets/token-swap/Cargo.toml index 1058161..d55338e 100644 --- a/pallets/token-swap/Cargo.toml +++ b/pallets/token-swap/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] parity-scale-codec = { default-features = false, features = ["derive"] } primitives = { package = 'jur-primitives', path = '../../primitives', default-features = false } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { version = "2.11.2", default-features = false, features = ["derive"] } frame-support = { default-features = false, version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0"} frame-system = { default-features = false, version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } frame-benchmarking = { default-features = false, version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0", optional = true } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3dddf16..9b823bb 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -10,7 +10,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { version = "2.11.2", default-features = false, features = ["derive"] } pallet-aura = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } pallet-assets = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } pallet-balances = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" }