Upgrade crates (#5104)

This commit is contained in:
Ryan Dahl 2020-05-06 10:10:51 -04:00 committed by GitHub
parent e18aaf49cf
commit 2b15e53d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 41 additions and 34 deletions

View file

@ -20,5 +20,5 @@ path = "lib.rs"
[dependencies]
deno_core = { path = "../core", version = "0.42.0" }
serde_json = "1.0.51"
serde_json = "1.0.52"
serde = { version = "1.0.106", features = ["derive"] }