diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-14 09:31:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 09:31:29 -0400 |
commit | cb5dd69dda4872533b05a4e9184f7e35f21c2010 (patch) | |
tree | 51667d96ec75f14b95056ca042325236d81f4a61 /deno_typescript | |
parent | ff60b311299e11d1cf761b29e38ea54ad1744bff (diff) |
upgrade: rust crates (#4742)
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml index 8c0faf0b6..f29677e26 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -20,5 +20,5 @@ path = "lib.rs" [dependencies] deno_core = { path = "../core", version = "0.40.0" } -serde_json = "1.0.50" -serde = { version = "1.0.105", features = ["derive"] } +serde_json = "1.0.51" +serde = { version = "1.0.106", features = ["derive"] } |