diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-08 18:46:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 18:46:14 +0200 |
| commit | 4e70ff80c2f630875b73c9010d959b518a977715 (patch) | |
| tree | adf2f066d97fbc997e4f501fd2de0489dee5f8f7 /runtime | |
| parent | d050b491b10fe37b4461b37c56028a14c8674c95 (diff) | |
chore: update deps (#10058)
This commit updates crate dependencies.
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 22293f0a4..864b6b7f3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -50,25 +50,25 @@ dlopen = "0.1.8" encoding_rs = "0.8.28" filetime = "0.2.14" http = "0.2.3" -hyper = { version = "0.14.4", features = ["server"] } -indexmap = "1.6.1" +hyper = { version = "0.14.5", features = ["server"] } +indexmap = "1.6.2" lazy_static = "1.4.0" -libc = "0.2.86" +libc = "0.2.93" log = "0.4.14" -notify = "5.0.0-pre.4" +notify = "5.0.0-pre.6" percent-encoding = "2.1.0" regex = "1.4.3" ring = "0.16.20" -serde = { version = "1.0.123", features = ["derive"] } +serde = { version = "1.0.125", features = ["derive"] } sys-info = "0.8.0" termcolor = "1.1.2" tokio = { version = "1.4.0", features = ["full"] } tokio-rustls = "0.22.0" uuid = { version = "0.8.2", features = ["v4"] } webpki = "0.21.4" -webpki-roots = "0.21.0" -trust-dns-proto = "0.20.0" -trust-dns-resolver = { version = "0.20.0", features = ["tokio-runtime", "serde-config"] } +webpki-roots = "0.21.1" +trust-dns-proto = "0.20.1" +trust-dns-resolver = { version = "0.20.1", features = ["tokio-runtime", "serde-config"] } [target.'cfg(windows)'.dependencies] fwdansi = "1.1.0" |
