diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-21 21:55:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 21:55:20 +0200 |
commit | 3e19dcf59052296249745c0f87706a6bb86eb6ea (patch) | |
tree | 469f77f37d554b1261792af963bfb495e5fbbd52 /src-tauri/Cargo.toml | |
parent | feba4717b445aaf0bf87d68546260bf5e53c8478 (diff) | |
download | FlightCore-3e19dcf59052296249745c0f87706a6bb86eb6ea.tar.gz FlightCore-3e19dcf59052296249745c0f87706a6bb86eb6ea.zip |
chore: bump chrono from 0.4.37 to 0.4.38 in /src-tauri (#897)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38.
- [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.37...v0.4.38)
---
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 0224f03f..4f67bdb0 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.37" +chrono = "0.4.38" # TypeScript bindings ts-rs = "8.1" # const formatting |