upgrade: Rust crates (#5959)

This commit is contained in:
Ryan Dahl 2020-05-30 05:35:44 -04:00 committed by GitHub
parent a82f24e9a8
commit dad551a3a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 258 additions and 331 deletions

View file

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