From 842d4a9e5d8857ce6d863b5e25b6ee71020fc854 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sun, 13 Mar 2022 15:10:39 +0100 Subject: [PATCH] Bump version and dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e70997d..4bc29cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-graceful-shutdown" authors = ["Finomnis "] -version = "0.4.3" +version = "0.4.4" edition = "2018" license = "Apache-2.0" readme = "README.md" @@ -24,9 +24,9 @@ anyhow = "1.0" # For async utilities tokio = { version = "1", default-features = false, features = ["signal", "rt", "macros", "time"] } -tokio-util = { version = "0.6", default-features = false } +tokio-util = { version = "0.7", default-features = false } futures = "0.3" -async-recursion = "0.3" +async-recursion = "1.0" # For logging log = "0.4"