diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-01 11:40:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 11:40:35 +0000 |
commit | fcd0ee50908d39eacecd515783dcd30b6c783c4f (patch) | |
tree | ab7dc04efb8359fd634f8d13c69b5182052bf991 /src-tauri/Cargo.toml | |
parent | 2e3da454f7e55ffd5146058fff227fe3a3586051 (diff) | |
download | FlightCore-fcd0ee50908d39eacecd515783dcd30b6c783c4f.tar.gz FlightCore-fcd0ee50908d39eacecd515783dcd30b6c783c4f.zip |
chore: bump ts-rs from 9.0.1 to 10.0.0 in /src-tauridependabot/cargo/src-tauri/ts-rs-10.0.0
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 9.0.1 to 10.0.0.
- [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/compare/v9.0.1...v10.0.0)
---
updated-dependencies:
- dependency-name: ts-rs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0d2508fd..dd93b193 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -51,7 +51,7 @@ async-recursion = "1.1.1" # For parsing timestamps chrono = "0.4.38" # TypeScript bindings -ts-rs = "9.0" +ts-rs = "10.0" # const formatting const_format = "0.2.32" # Logging libraries |