From ff6ee706a85fc3fff35111cbf29cc76cbd87bf0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 18:05:36 +1000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.22.0 (#21) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 795c8ee..3b22c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ futures = "0.3.25" [dev-dependencies] anyhow = "1.0.66" -tokio = { version = "1.21.2", features=["macros"] } +tokio = { version = "1.22.0", features=["macros"] } tokio-test = "0.4.2"