diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 75c4923651b85618cd1a9e0a6b308903456a8a92..99f411be76c382612b96864f131051921901284b 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -14,7 +14,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } num-traits = { version = "0.2.14", default-features = false } -impl-trait-for-tuples = "0.1.3" +impl-trait-for-tuples = "0.2.1" frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false }