diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-26 15:23:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 15:23:56 +0100 |
commit | 83ed4bedc183975f2f1a65b9cd38881410605904 (patch) | |
tree | 1b92b9825daf897aaea5973517231ef8dea1c640 /src-tauri/Cargo.toml | |
parent | 348f30e23276b8a7722eb562a0a8995708e7c2dd (diff) | |
download | FlightCore-83ed4bedc183975f2f1a65b9cd38881410605904.tar.gz FlightCore-83ed4bedc183975f2f1a65b9cd38881410605904.zip |
chore: bump chrono from 0.4.32 to 0.4.33 in /src-tauri (#769)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.32 to 0.4.33.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.32...v0.4.33)
---
updated-dependencies:
- dependency-name: chrono
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.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 98c7f0b9..7934366b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -49,7 +49,7 @@ json5 = "0.4.1" # Async recursion for recursive mod install async-recursion = "1.0.5" # For parsing timestamps -chrono = "0.4.32" +chrono = "0.4.33" # TypeScript bindings ts-rs = "7.1" # const formatting |