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 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"] } |