diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-03 00:26:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 00:26:07 +0200 |
commit | eafcc1709fda1bbbffce806f21ece4ac8602866b (patch) | |
tree | 0a8e85ecd6aa672b96cee0139e30cbbd946425a3 /src-tauri/Cargo.toml | |
parent | 1fe82c39470a1f75f450c01ebd3c8d1d9f1f4d18 (diff) | |
download | FlightCore-eafcc1709fda1bbbffce806f21ece4ac8602866b.tar.gz FlightCore-eafcc1709fda1bbbffce806f21ece4ac8602866b.zip |
chore: bump chrono from 0.4.35 to 0.4.37 in /src-tauri (#873)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.37.
- [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.35...v0.4.37)
---
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 c8d5cabd..a9cf4327 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.1.0" # For parsing timestamps -chrono = "0.4.35" +chrono = "0.4.37" # TypeScript bindings ts-rs = "8.1" # const formatting |