diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 60f11d703..fd09a9bc3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -69,7 +69,7 @@ fs3 = "0.5.0" http = "0.2.4" hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] } lazy_static = "1.4.0" -libc = "0.2.101" +libc = "0.2.106" log = "0.4.14" notify = "=5.0.0-pre.12" regex = "1.5.4" |