diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index 45f35ccca..8cfdb238a 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Interlay Ltd, etc"] edition = "2021" [dependencies] -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 5183254ac..ff210e5c0 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index dcce5f22f..d903e79e3 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.145", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/bencher/test/Cargo.toml b/bencher/test/Cargo.toml index d064c843d..9d8084637 100644 --- a/bencher/test/Cargo.toml +++ b/bencher/test/Cargo.toml @@ -13,7 +13,7 @@ required-features = ["bench"] [dependencies] serde = { version = "1.0.136", optional = true } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 4f84ec5d0..a2bc711ee 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } log = { version = "0.4.17", default-features = false } paste = "1.0.7" -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } @@ -24,7 +24,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } [dev-dependencies] -hex-literal = "0.3.4" +hex-literal = "0.4.1" frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 2c7bc7e1d..ccc806943 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index da6fd434d..837946a1e 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/nft/Cargo.toml b/nft/Cargo.toml index ea76db438..c9ec4b135 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 3a1f2f4ff..c85b3e1c6 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/payments/Cargo.toml b/payments/Cargo.toml index d2eb3237b..18e5b15fb 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } log = { version = "0.4.17", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index ef09a75cc..1f8891118 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 6fa9c3e8f..0fa0000a1 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 8677a4ec8..9003dda33 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } num-traits = { version = "0.2.14", default-features = false } diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 6d0398d50..131669d6e 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } @@ -24,7 +24,7 @@ orml-xcm-support = { path = "../xcm-support", default-features = false } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -hex-literal = "0.3.4" +hex-literal = "0.4.1" [features] default = ["std"] diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index fb162486f..b07e8a68c 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 9ee8c6199..1b81a4599 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/weight-meter/Cargo.toml b/weight-meter/Cargo.toml index 777de81df..06dfe39f9 100644 --- a/weight-meter/Cargo.toml +++ b/weight-meter/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } weight-meter-procedural = { path = "weight-meter-procedural", default-features = false } diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index 85d1c206d..aba7f3b0a 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" } diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index b31248c6f..ba269acdf 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } +scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } # substrate