diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-19 15:46:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 15:46:37 +0200 |
commit | 44dfed8c9bd796ced7c1cae21f1904561ecd2b94 (patch) | |
tree | aa51ea738fbe4d9b0de5bf5a7a6acc36e8944004 | |
parent | b0941d981260e29a2a48a106bda4df758654fa71 (diff) | |
download | FlightCore-44dfed8c9bd796ced7c1cae21f1904561ecd2b94.tar.gz FlightCore-44dfed8c9bd796ced7c1cae21f1904561ecd2b94.zip |
chore: bump chrono from 0.4.30 to 0.4.31 in /src-tauri (#573)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.30 to 0.4.31.
- [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.30...v0.4.31)
---
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>
-rw-r--r-- | src-tauri/Cargo.lock | 4 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6588a84e..c2f4e63f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -514,9 +514,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 03d7ff1f..63b4433a 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.30" +chrono = "0.4.31" # TypeScript bindings ts-rs = "7.0" # const formatting |