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.lock | |
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.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 480fe355..c0350043 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4520,9 +4520,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "ts-rs" -version = "6.2.1" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4added4070a4fdf9df03457206cd2e4b12417c8560a2954d91ffcbe60177a56a" +checksum = "e1ff1f8c90369bc172200013ac17ae86e7b5def580687df4e6127883454ff2b0" dependencies = [ "thiserror", "ts-rs-macros", @@ -4530,14 +4530,14 @@ dependencies = [ [[package]] name = "ts-rs-macros" -version = "6.2.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f807fdb3151fee75df7485b901a89624358cd07a67a8fb1a5831bf5a07681ff" +checksum = "a6f41cc0aeb7a4a55730188e147d3795a7349b501f8334697fd37629b896cdc2" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.28", "termcolor", ] |