diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-08 18:19:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 18:19:30 +0200 |
commit | 6a7e235a27c9aeaa3636202947723c160a9f61fd (patch) | |
tree | 2bc94fadf57a5fc84163aca3c1a5fb53a3ff9c38 /src-tauri/Cargo.toml | |
parent | 4c562ca497c738a9ab33b6b5d00f1ebac6067fd3 (diff) | |
download | FlightCore-6a7e235a27c9aeaa3636202947723c160a9f61fd.tar.gz FlightCore-6a7e235a27c9aeaa3636202947723c160a9f61fd.zip |
chore: bump ts-rs from 6.2.1 to 7.0.0 in /src-tauri (#496)
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 6.2.1 to 7.0.0.
- [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases)
- [Commits](https://github.com/Aleph-Alpha/ts-rs/commits)
---
updated-dependencies:
- dependency-name: ts-rs
dependency-type: direct:production
update-type: version-update:semver-major
...
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 4c267789..1cb24c33 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -51,7 +51,7 @@ async-recursion = "1.0.0" # For parsing timestamps chrono = "0.4.23" # TypeScript bindings -ts-rs = "6.1" +ts-rs = "7.0" # const formatting const_format = "0.2.30" # Logging libraries |