Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Mar 13, 2022
1 parent 1fa785d commit 842d4a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tokio-graceful-shutdown"
authors = ["Finomnis <finomnis@gmail.com>"]
version = "0.4.3"
version = "0.4.4"
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -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"
Expand Down

0 comments on commit 842d4a9

Please sign in to comment.