mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
upgrade: rust crates (#4742)
This commit is contained in:
parent
ff60b31129
commit
cb5dd69dda
4 changed files with 23 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue