From a1c87e3c40f3089c0ba5a08fd3898f7bf7ec4be9 Mon Sep 17 00:00:00 2001 From: tkt <37575408+tktcorporation@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:45:54 +0900 Subject: [PATCH] Deps: Bump streamcatcher version -> 1.0 (#93) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b97df4b54..905dddd9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ version = "1" [dependencies.streamcatcher] optional = true -version = "0.1" +version = "1" [dependencies.tokio] optional = true