From ab9ac2773c77abe5b5fc6741e4aae743b4d73587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:31:05 +0800 Subject: [PATCH] chore(deps): bump umya-spreadsheet from 2.2.1 to 2.2.2 (#3) Bumps [umya-spreadsheet](https://github.com/MathNya/umya-spreadsheet) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/MathNya/umya-spreadsheet/releases) - [Changelog](https://github.com/MathNya/umya-spreadsheet/blob/master/CHANGELOG.md) - [Commits](https://github.com/MathNya/umya-spreadsheet/commits) --- updated-dependencies: - dependency-name: umya-spreadsheet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }