summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-26 17:00:40 +0100
committerGitHub <noreply@github.com>2021-01-26 17:00:40 +0100
commit40fc5f55ea582755d221a3445a2f5f388845bc23 (patch)
treebb9a8110ba797cb802a08643343c423abcd0b75c /runtime
parenteb30c6f510ba49fbabcd0121fde5159605eddd77 (diff)
chore: update crates (#9251)
Updates SWC, dprint, deno_lint, deno_doc, serde, and Tokio (to 1.1.0). Co-authored-by: Kitson Kelly <me@kitsonkelly.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 1ee338733..5c0bb0898 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -39,7 +39,7 @@ atty = "0.2.14"
dlopen = "0.1.8"
encoding_rs = "0.8.26"
env_logger = "0.8.2"
-filetime = "0.2.13"
+filetime = "0.2.14"
http = "0.2.3"
hyper = { version = "0.14.2", features = ["server"] }
indexmap = "1.6.1"
@@ -52,11 +52,11 @@ regex = "1.4.3"
ring = "0.16.19"
rustyline = { version = "7.1.0", default-features = false }
rustyline-derive = "0.4.0"
-serde = { version = "1.0.116", features = ["derive"] }
+serde = { version = "1.0.121", features = ["derive"] }
shell-escape = "0.1.5"
sys-info = "0.7.0"
termcolor = "1.1.2"
-tokio = { version = "1.0.1", features = ["full"] }
+tokio = { version = "1.1.0", features = ["full"] }
tokio-rustls = "0.22.0"
uuid = { version = "0.8.2", features = ["v4"] }
webpki = "0.21.4"