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 0d2508fd..549546da 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -53,7 +53,7 @@ chrono = "0.4.38" # TypeScript bindings ts-rs = "9.0" # const formatting -const_format = "0.2.32" +const_format = "0.2.33" # Logging libraries pretty_env_logger = "0.5.0" log = "0.4" |