summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2022-09-16 19:11:30 -0400
committerGitHub <noreply@github.com>2022-09-16 19:11:30 -0400
commit684841a18c90029df404e02fed7509bb0571053a (patch)
treea350038fcd60b90651b7aeea63deff3f9096a013 /runtime/Cargo.toml
parent38280990dae50f19c4e52eac5de2054e42f455e4 (diff)
upgrade deps (#15914)
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 77928531c..46e3c9504 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -76,7 +76,7 @@ libc = "0.2.126"
log = "0.4.16"
lzzzz = '1.0'
netif = "0.1.3"
-notify = "=5.0.0-pre.15"
+notify = "5.0"
once_cell = "1.10.0"
regex = "1.6.0"
ring = "0.16.20"
@@ -84,7 +84,7 @@ serde = { version = "1.0.136", features = ["derive"] }
signal-hook-registry = "1.4.0"
sys-info = "0.9.1"
termcolor = "1.1.3"
-tokio = { version = "1.19", features = ["full"] }
+tokio = { version = "1.21", features = ["full"] }
uuid = { version = "1.0.0", features = ["v4"] }
[target.'cfg(windows)'.dependencies]