aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-30 23:35:26 +0100
committerGitHub <noreply@github.com>2024-03-30 23:35:26 +0100
commit289c31c6382c1d67c1b75829a01ad9fdfc59c60c (patch)
treedc3db712436f8318e6c91cfc96dc1b72432c5429 /src-tauri/Cargo.lock
parent5c951a8b89fbb61c9d48283b9299b6dbf8cc31a8 (diff)
downloadFlightCore-289c31c6382c1d67c1b75829a01ad9fdfc59c60c.tar.gz
FlightCore-289c31c6382c1d67c1b75829a01ad9fdfc59c60c.zip
chore: bump ts-rs from 8.0.0 to 8.1.0 in /src-tauri (#863)
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 8.0.0 to 8.1.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/v8.0.0...v8.1.0) --- 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.lock')
-rw-r--r--src-tauri/Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 4c7679c2..878c3458 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -5197,9 +5197,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "ts-rs"
-version = "8.0.0"
+version = "8.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ceb8fe78a9de6544a6c5a027900e38e12d769e3cb6206543a0d6ee66685c9caa"
+checksum = "09d3fa4606cdab1e9b668cc65ce2545941d01f52bc27536a195c66c55b91cb84"
dependencies = [
"thiserror",
"ts-rs-macros",
@@ -5207,9 +5207,9 @@ dependencies = [
[[package]]
name = "ts-rs-macros"
-version = "8.0.0"
+version = "8.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c5f502d23d0afc51313c02c2d2ca75d90fb421478d27b8eaa37b518a67b8d77"
+checksum = "f86ae36cbb2d58b86677ad413054feeb0712e382e822131cf9a4a1e580c419b5"
dependencies = [
"Inflector",
"proc-macro2",