mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 15:44:36 +00:00
Upgrade rust crates (#3292)
This commit is contained in:
parent
c57207e96a
commit
adab69bccc
5 changed files with 358 additions and 396 deletions
|
@ -14,12 +14,12 @@ repository = "https://github.com/denoland/deno"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
downcast-rs = "1.1.0"
|
||||
downcast-rs = "1.1.1"
|
||||
futures = "0.1.29"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.62"
|
||||
libc = "0.2.65"
|
||||
log = "0.4.8"
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
url = "1.7.2"
|
||||
|
||||
[[example]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue