From 3c61c6c969775fe3197f08051aa82d96567fdbb2 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Thu, 18 May 2023 14:03:21 +0800 Subject: [PATCH] dev: update lock --- Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 475ab6c2d..121d12da0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2725,6 +2725,7 @@ dependencies = [ "rustc-hash", "same-file", "serde", + "serde-wasm-bindgen", "serde_json", "sha2", "siphasher", @@ -2743,10 +2744,12 @@ version = "0.1.6" dependencies = [ "base64 0.13.1", "comemo", + "hex", "once_cell", "serde", "serde_json", "serde_with", + "sha2", "siphasher", "ttf-parser", "typst", @@ -2865,6 +2868,7 @@ dependencies = [ "elsa", "js-sys", "once_cell", + "serde-wasm-bindgen", "siphasher", "typst", "typst-library",