diff --git a/Cargo.lock b/Cargo.lock index 6a3771c..39cfde9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,9 +1350,9 @@ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "umya-spreadsheet" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1baa4c23538eb22d667cd1a267c5b67d260814a382f89f300515b9f51d03dbb2" +checksum = "c86e0c283b4bb1765c68671b16c5eab6565253b9365e96b088a7723e3f931244" dependencies = [ "aes", "ahash", diff --git a/Cargo.toml b/Cargo.toml index 2bd4d65..7066440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ typst-plugin = ["wasm-minimal-protocol"] default = ["typst-plugin"] [dependencies] -umya-spreadsheet = { version = "2.2.1", features = ["js"] } +umya-spreadsheet = { version = "2.2.2", features = ["js"] } getrandom = { version = "0.2.15", features = ["custom"] } wasm-minimal-protocol = { git = "https://github.com/astrale-sharp/wasm-minimal-protocol.git", rev = "637508c", optional = true } serde = { version = "1.0.217", features = ["derive"] }