diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b4f35141e..8d57352c4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.3.4" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.9.10" +dprint-plugin-typescript = "0.9.11" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.1" @@ -47,14 +47,14 @@ regex = "1.3.6" reqwest = { version = "0.10.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } ring = "0.16.12" rustyline = "6.1.0" -serde = { version = "1.0.105", features = ["derive"] } -serde_derive = "1.0.105" -serde_json = { version = "1.0.50", features = [ "preserve_order" ] } +serde = { version = "1.0.106", features = ["derive"] } +serde_derive = "1.0.106" +serde_json = { version = "1.0.51", features = [ "preserve_order" ] } sys-info = "=0.5.8" # 0.5.9 and 0.5.10 are broken on windows. sourcemap = "5.0.0" tempfile = "3.1.0" termcolor = "1.1.0" -tokio = { version = "0.2.16", features = ["rt-core", "tcp", "udp", "uds", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } +tokio = { version = "0.2.18", features = ["rt-core", "tcp", "udp", "uds", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } tokio-rustls = "0.13.0" url = "2.1.1" utime = "0.2.1" |