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"