From 53eccda448f45289da9b334a6651073b738b918b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aaro=20Per=C3=A4maa?= <aaro.peramaa@gmail.com>
Date: Fri, 26 Mar 2021 22:29:54 +0200
Subject: [PATCH] Bump impl-trait-for-tuples to 0.2.1 (#424)

---
 traits/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traits/Cargo.toml b/traits/Cargo.toml
index 75c4923..99f411b 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 }
 
-- 
GitLab