upgrade: crates (#6032)

This commit is contained in:
Ryan Dahl 2020-06-01 16:25:10 -04:00 committed by GitHub
parent c813990806
commit b693ca7f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 60 deletions

View file

@ -21,4 +21,4 @@ path = "lib.rs"
[dependencies]
deno_core = { path = "../core", version = "0.46.0" }
serde_json = "1.0.53"
serde = { version = "1.0.110", features = ["derive"] }
serde = { version = "1.0.111", features = ["derive"] }