aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlexander Bantyev2021-08-04 12:10:08 +0300
committerGitHub2021-08-04 12:10:08 +0300
commitd72174307d5b88ec24cc2e69e875228fe3d642ed (patch)
tree805a20aa25b93cc8b5d81387287d6d2eb4e2d5de /Cargo.toml
parenta0dd40684d292203b751f6e49c369503f83d1c2a (diff)
parent2d06590cb0ea6a6e0f54866661cc5e665433bc71 (diff)
Merge pull request #104 from nrdxp/as-lib
Use as library
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fce88bd..0ded125 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ serde = { version = "1.0.104", features = [ "derive" ] }
serde_json = "1.0.48"
signal-hook = "0.3"
thiserror = "1.0"
-tokio = { version = "0.3.5", features = [ "full" ] }
+tokio = { version = "1.9.0", features = [ "full" ] }
toml = "0.5"
whoami = "0.9.0"
yn = "0.1"