aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-26 15:23:56 +0100
committerGitHub <noreply@github.com>2024-01-26 15:23:56 +0100
commit83ed4bedc183975f2f1a65b9cd38881410605904 (patch)
tree1b92b9825daf897aaea5973517231ef8dea1c640 /src-tauri
parent348f30e23276b8a7722eb562a0a8995708e7c2dd (diff)
downloadFlightCore-83ed4bedc183975f2f1a65b9cd38881410605904.tar.gz
FlightCore-83ed4bedc183975f2f1a65b9cd38881410605904.zip
chore: bump chrono from 0.4.32 to 0.4.33 in /src-tauri (#769)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.32 to 0.4.33. - [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.32...v0.4.33) --- 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')
-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 162c8edf..2fdd1077 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -498,9 +498,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.32"
+version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a"
+checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
dependencies = [
"android-tzdata",
"iana-time-zone",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 98c7f0b9..7934366b 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.32"
+chrono = "0.4.33"
# TypeScript bindings
ts-rs = "7.1"
# const formatting