aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-21 21:55:20 +0200
committerGitHub <noreply@github.com>2024-04-21 21:55:20 +0200
commit3e19dcf59052296249745c0f87706a6bb86eb6ea (patch)
tree469f77f37d554b1261792af963bfb495e5fbbd52
parentfeba4717b445aaf0bf87d68546260bf5e53c8478 (diff)
downloadFlightCore-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>
-rw-r--r--src-tauri/Cargo.lock4
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index e8e002ec..3becb352 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -517,9 +517,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.37"
+version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
+checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
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