diff --git a/Cargo.lock b/Cargo.lock index fb6fa4c..aeb055f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7308,9 +7308,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60" +checksum = "2ef2175c2907e7c8bc0a9c3f86aeb5ec1f3b275300ad58a44d0c3ae379a5e52e" dependencies = [ "bitvec", "cfg-if", diff --git a/pallets/bounties/Cargo.toml b/pallets/bounties/Cargo.toml index 5a03520..e861bda 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.0", 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..35cb2ee 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.0", 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..1118983 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.0", 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..038dd03 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.0", 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..4d8f589 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.0", 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..ae27935 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.0", 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 a523ea4..ab46dbd 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.0", 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" }