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.lock | |
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.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e146c8fb..d79f579f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -517,9 +517,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", |