diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |