From 826d2fc7bcd37a3ce558954cecc456dab7df8e5a Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 11 Oct 2021 09:35:03 +1100 Subject: [PATCH] Bump xtra version to reduce trait-bound noise See https://github.com/Restioson/xtra/pull/42. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 628d528..dc44da2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3126,7 +3126,7 @@ dependencies = [ [[package]] name = "xtra" version = "0.6.0" -source = "git+https://github.com/Restioson/xtra#1ba8cb3f98502363fdea8008b47b9c9b5eba6b5f" +source = "git+https://github.com/Restioson/xtra#7ae9140dbc30127aaa5f701078b72ac143babeb4" dependencies = [ "async-trait", "barrage",