diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-23 13:08:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 13:08:32 +0100 |
commit | e90b9a3791f10e44ae6ce2b14ffd23fb2b3cf72d (patch) | |
tree | 80c1840798fb2e64400fb4a651590952529f4230 /src-tauri/Cargo.toml | |
parent | c16ef555f6d44bbc575eff3a69397b5c290600ca (diff) | |
download | FlightCore-e90b9a3791f10e44ae6ce2b14ffd23fb2b3cf72d.tar.gz FlightCore-e90b9a3791f10e44ae6ce2b14ffd23fb2b3cf72d.zip |
chore: bump chrono from 0.4.31 to 0.4.32 in /src-tauri (#764)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.32.
- [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.31...v0.4.32)
---
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 389089b3..98c7f0b9 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.31" +chrono = "0.4.32" # TypeScript bindings ts-rs = "7.1" # const formatting |