From 3b490cb8b1d474d1be3545eefb0f3d23ce9999c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Oct 2021 17:20:40 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.13.0 --- dummy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dummy/Cargo.toml b/dummy/Cargo.toml index 1fcf2dc..dbd2910 100644 --- a/dummy/Cargo.toml +++ b/dummy/Cargo.toml @@ -11,7 +11,7 @@ prosto = { path = "../" } rand = "0.8" tracing-subscriber = "0.3" proptest = "1.0" -tokio = { version = "1.12.0", features = ["rt-multi-thread", "sync"]} +tokio = { version = "1.13.0", features = ["rt-multi-thread", "sync"]} tonic = "0.6" anyhow = "1.0"