diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-30 23:35:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 23:35:26 +0100 |
commit | 289c31c6382c1d67c1b75829a01ad9fdfc59c60c (patch) | |
tree | dc3db712436f8318e6c91cfc96dc1b72432c5429 /src-tauri/Cargo.toml | |
parent | 5c951a8b89fbb61c9d48283b9299b6dbf8cc31a8 (diff) | |
download | FlightCore-289c31c6382c1d67c1b75829a01ad9fdfc59c60c.tar.gz FlightCore-289c31c6382c1d67c1b75829a01ad9fdfc59c60c.zip |
chore: bump ts-rs from 8.0.0 to 8.1.0 in /src-tauri (#863)
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 8.0.0 to 8.1.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/v8.0.0...v8.1.0)
---
updated-dependencies:
- dependency-name: ts-rs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 60e8951d..c8d5cabd 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 = "8.0" +ts-rs = "8.1" # const formatting const_format = "0.2.32" # Logging libraries |