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.lock | |
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.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ca934dc5..73b99a26 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5197,9 +5197,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "ts-rs" -version = "7.1.1" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc2cae1fc5d05d47aa24b64f9a4f7cba24cdc9187a2084dd97ac57bef5eccae6" +checksum = "ceb8fe78a9de6544a6c5a027900e38e12d769e3cb6206543a0d6ee66685c9caa" dependencies = [ "thiserror", "ts-rs-macros", @@ -5207,9 +5207,9 @@ dependencies = [ [[package]] name = "ts-rs-macros" -version = "7.1.1" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73f7f9b821696963053a89a7bd8b292dc34420aea8294d7b225274d488f3ec92" +checksum = "6c5f502d23d0afc51313c02c2d2ca75d90fb421478d27b8eaa37b518a67b8d77" dependencies = [ "Inflector", "proc-macro2", |