diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-17 14:12:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 14:12:37 +0100 |
commit | 6658c7e7be0c29b3d3386869e78fc708084f2b88 (patch) | |
tree | 28335390c907ac3235d2e43430ff635f300336ed /src-tauri/Cargo.toml | |
parent | 935e159ccd4852cad061716583f48706cf8b633e (diff) | |
download | FlightCore-6658c7e7be0c29b3d3386869e78fc708084f2b88.tar.gz FlightCore-6658c7e7be0c29b3d3386869e78fc708084f2b88.zip |
chore: bump ts-rs from 7.0.0 to 7.1.0 in /src-tauri (#754)
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 7.0.0 to 7.1.0.
- [Commits](https://github.com/Aleph-Alpha/ts-rs/commits)
---
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 969ef1e7..c29d61ce 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -51,7 +51,7 @@ async-recursion = "1.0.5" # For parsing timestamps chrono = "0.4.31" # TypeScript bindings -ts-rs = "7.0" +ts-rs = "7.1" # const formatting const_format = "0.2.32" # Logging libraries |