diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-19 14:43:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 14:43:42 +0100 |
commit | c70e1db2831e2c138fd231a7e5a6e919a871b6f9 (patch) | |
tree | caebea240ae09e0f28b61668613263a00b97c377 /src-tauri/Cargo.lock | |
parent | 2021eea0453a24c5f85dde8423e8eb9db26d4b37 (diff) | |
download | FlightCore-c70e1db2831e2c138fd231a7e5a6e919a871b6f9.tar.gz FlightCore-c70e1db2831e2c138fd231a7e5a6e919a871b6f9.zip |
chore: bump ts-rs from 7.1.0 to 7.1.1 in /src-tauri (#759)
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 7.1.0 to 7.1.1.
- [Commits](https://github.com/Aleph-Alpha/ts-rs/commits)
---
updated-dependencies:
- dependency-name: ts-rs
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a75b6634..4d33bd1b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4655,9 +4655,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "ts-rs" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee928abbcfd4d13e0a65a30c5e9904aad823d3053cbdc4327e4c7fa053140c6e" +checksum = "fc2cae1fc5d05d47aa24b64f9a4f7cba24cdc9187a2084dd97ac57bef5eccae6" dependencies = [ "thiserror", "ts-rs-macros", @@ -4665,9 +4665,9 @@ dependencies = [ [[package]] name = "ts-rs-macros" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89d1f9819299b55836a08a7a6f7cfe3a6f405c03831c81b2e45f8a38b1b1531c" +checksum = "73f7f9b821696963053a89a7bd8b292dc34420aea8294d7b225274d488f3ec92" dependencies = [ "Inflector", "proc-macro2", |