aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 14:12:37 +0100
committerGitHub <noreply@github.com>2024-01-17 14:12:37 +0100
commit6658c7e7be0c29b3d3386869e78fc708084f2b88 (patch)
tree28335390c907ac3235d2e43430ff635f300336ed
parent935e159ccd4852cad061716583f48706cf8b633e (diff)
downloadFlightCore-6658c7e7be0c29b3d3386869e78fc708084f2b88.tar.gz
FlightCore-6658c7e7be0c29b3d3386869e78fc708084f2b88.zip
chore: bump ts-rs from 7.0.0 to 7.1.0 in /src-tauri (#754)
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 7.0.0 to 7.1.0. - [Commits](https://github.com/Aleph-Alpha/ts-rs/commits) --- 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>
-rw-r--r--src-tauri/Cargo.lock8
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 57d85155..82a79334 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -4593,9 +4593,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "ts-rs"
-version = "7.0.0"
+version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e1ff1f8c90369bc172200013ac17ae86e7b5def580687df4e6127883454ff2b0"
+checksum = "ee928abbcfd4d13e0a65a30c5e9904aad823d3053cbdc4327e4c7fa053140c6e"
dependencies = [
"thiserror",
"ts-rs-macros",
@@ -4603,9 +4603,9 @@ dependencies = [
[[package]]
name = "ts-rs-macros"
-version = "7.0.0"
+version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6f41cc0aeb7a4a55730188e147d3795a7349b501f8334697fd37629b896cdc2"
+checksum = "89d1f9819299b55836a08a7a6f7cfe3a6f405c03831c81b2e45f8a38b1b1531c"
dependencies = [
"Inflector",
"proc-macro2",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 969ef1e7..c29d61ce 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -51,7 +51,7 @@ async-recursion = "1.0.5"
# For parsing timestamps
chrono = "0.4.31"
# TypeScript bindings
-ts-rs = "7.0"
+ts-rs = "7.1"
# const formatting
const_format = "0.2.32"
# Logging libraries