summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml
index 54cb495dd..113f3a716 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.28.1" }
-serde_json = "1.0.41"
-serde = { version = "1.0.102", features = ["derive"] }
+serde_json = "1.0.44"
+serde = { version = "1.0.104", features = ["derive"] }