diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-01 16:25:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 16:25:10 -0400 |
commit | b693ca7f7f21f9775c08dfbf038e6d3557f6daeb (patch) | |
tree | ec7c61e71f6655ec9cd7590d716172ba3183957f /deno_typescript | |
parent | c81399080686bb5293869f30714a6d1b97a75801 (diff) |
upgrade: crates (#6032)
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml index c195e62cc..d745607a5 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -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"] } |