diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-20 00:32:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 00:32:21 +0100 |
commit | cba4c11033b18a950391198653c953c97e27505d (patch) | |
tree | d67ba604c9e1bbdc95f0c2becae6b2e6cc5a290f /src-tauri/Cargo.toml | |
parent | 00ccb7e399edae50f15e3beaafac64529f5f0efc (diff) | |
download | FlightCore-cba4c11033b18a950391198653c953c97e27505d.tar.gz FlightCore-cba4c11033b18a950391198653c953c97e27505d.zip |
chore: bump ts-rs from 7.1.1 to 8.0.0 in /src-tauri (#856)
* chore: bump ts-rs from 7.1.1 to 8.0.0 in /src-tauri
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 7.1.1 to 8.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/v7.1.1...v8.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>
* chore: Regenerate TypeScript bindings
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
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 8d290564..925eda8b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -51,7 +51,7 @@ async-recursion = "1.1.0" # For parsing timestamps chrono = "0.4.35" # TypeScript bindings -ts-rs = "7.1" +ts-rs = "8.0" # const formatting const_format = "0.2.32" # Logging libraries |