Skip to content

Commit 8f3af29

Browse files
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] <support@github.com>
1 parent 62aefa8 commit 8f3af29

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ similar = "2"
188188
# TypeScript declarations. Used to eliminate hand-maintained TS types
189189
# in `tauri/packages/types/`. The `chrono-impl` feature maps
190190
# `DateTime<Utc>` → `string` (ISO-8601) to match the existing TS shape.
191-
ts-rs = { version = "11", features = ["chrono-impl", "uuid-impl", "no-serde-warnings"] }
191+
ts-rs = { version = "12", features = ["chrono-impl", "uuid-impl", "no-serde-warnings"] }
192192
# `pyo3` builds the Python C-API extension module for `springtale-py`.
193193
# `extension-module` lets us link against the host Python without
194194
# embedding a particular interpreter; `abi3-py39` produces a single .so

0 commit comments

Comments
 (0)