diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-26 01:05:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 01:05:30 +0100 |
commit | 2642df4bf24a557a92d8e34bdf90b3da518edfe0 (patch) | |
tree | c3dde07c963af17c9da7b1df5902b493c5be307d /src-tauri/Cargo.toml | |
parent | 50154a1c2baa63a384a2f42cb5a30688d8b61464 (diff) | |
download | FlightCore-2642df4bf24a557a92d8e34bdf90b3da518edfe0.tar.gz FlightCore-2642df4bf24a557a92d8e34bdf90b3da518edfe0.zip |
chore: bump chrono from 0.4.33 to 0.4.34 in /src-tauri (#799)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.33 to 0.4.34.
- [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.33...v0.4.34)
---
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 98951345..cea7a1a0 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.33" +chrono = "0.4.34" # TypeScript bindings ts-rs = "7.1" # const formatting |