From 8f3af299c821147f33422167a62a534fb671e909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:38:37 +0000 Subject: [PATCH] build(deps): bump ts-rs from 11.1.0 to 12.0.1 Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 11.1.0 to 12.0.1. - [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases) - [Changelog](https://github.com/Aleph-Alpha/ts-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aleph-Alpha/ts-rs/commits) --- updated-dependencies: - dependency-name: ts-rs dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c972134..def7fd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6808,9 +6808,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "ts-rs" -version = "11.1.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4994acea2522cd2b3b85c1d9529a55991e3ad5e25cdcd3de9d505972c4379424" +checksum = "756050066659291d47a554a9f558125db17428b073c5ffce1daf5dcb0f7231d8" dependencies = [ "chrono", "thiserror 2.0.18", @@ -6820,9 +6820,9 @@ dependencies = [ [[package]] name = "ts-rs-macros" -version = "11.1.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee6ff59666c9cbaec3533964505d39154dc4e0a56151fdea30a09ed0301f62e2" +checksum = "38d90eea51bc7988ef9e674bf80a85ba6804739e535e9cab48e4bb34a8b652aa" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b3c7f71..4b0477c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -188,7 +188,7 @@ similar = "2" # TypeScript declarations. Used to eliminate hand-maintained TS types # in `tauri/packages/types/`. The `chrono-impl` feature maps # `DateTime` → `string` (ISO-8601) to match the existing TS shape. -ts-rs = { version = "11", features = ["chrono-impl", "uuid-impl", "no-serde-warnings"] } +ts-rs = { version = "12", features = ["chrono-impl", "uuid-impl", "no-serde-warnings"] } # `pyo3` builds the Python C-API extension module for `springtale-py`. # `extension-module` lets us link against the host Python without # embedding a particular interpreter; `abi3-py39` produces a single .so