summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-06-01 16:25:10 -0400
committerGitHub <noreply@github.com>2020-06-01 16:25:10 -0400
commitb693ca7f7f21f9775c08dfbf038e6d3557f6daeb (patch)
treeec7c61e71f6655ec9cd7590d716172ba3183957f /deno_typescript
parentc81399080686bb5293869f30714a6d1b97a75801 (diff)
upgrade: crates (#6032)
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/Cargo.toml2
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"] }