diff options
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 393f10396..7057fc2c7 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.42.0" } -serde_json = "1.0.51" +serde_json = "1.0.52" serde = { version = "1.0.106", features = ["derive"] } |