aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 01:54:24 +0200
committerGitHub <noreply@github.com>2023-09-13 01:54:24 +0200
commitc89e771af4e8c024094f80183ee2a1dccf3fd49c (patch)
tree1b59acce47e0e65fc7ee113861df82e16df58876 /src-tauri/Cargo.lock
parentbe7f615aa6d1ac8d846ee234a8efec0d39388244 (diff)
downloadFlightCore-c89e771af4e8c024094f80183ee2a1dccf3fd49c.tar.gz
FlightCore-c89e771af4e8c024094f80183ee2a1dccf3fd49c.zip
chore: bump chrono from 0.4.26 to 0.4.30 in /src-tauri (#553)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.30. - [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.26...v0.4.30) --- 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.lock38
1 files changed, 10 insertions, 28 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index fbc7f4f2..63a575fb 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -514,18 +514,17 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.26"
+version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
+checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
- "time 0.1.45",
"wasm-bindgen",
- "winapi",
+ "windows-targets 0.48.1",
]
[[package]]
@@ -2115,7 +2114,7 @@ dependencies = [
"dirs-next",
"objc-foundation",
"objc_id",
- "time 0.3.25",
+ "time",
]
[[package]]
@@ -2817,7 +2816,7 @@ dependencies = [
"line-wrap",
"quick-xml 0.29.0",
"serde",
- "time 0.3.25",
+ "time",
]
[[package]]
@@ -3504,7 +3503,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
- "time 0.3.25",
+ "time",
"url",
"uuid",
]
@@ -3585,7 +3584,7 @@ dependencies = [
"serde",
"serde_json",
"serde_with_macros",
- "time 0.3.25",
+ "time",
]
[[package]]
@@ -4055,7 +4054,7 @@ dependencies = [
"tauri-utils",
"tempfile",
"thiserror",
- "time 0.3.25",
+ "time",
"tokio",
"url",
"uuid",
@@ -4103,7 +4102,7 @@ dependencies = [
"sha2",
"tauri-utils",
"thiserror",
- "time 0.3.25",
+ "time",
"uuid",
"walkdir",
]
@@ -4295,17 +4294,6 @@ dependencies = [
[[package]]
name = "time"
-version = "0.1.45"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
-dependencies = [
- "libc",
- "wasi 0.10.0+wasi-snapshot-preview1",
- "winapi",
-]
-
-[[package]]
-name = "time"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
@@ -4748,12 +4736,6 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
-version = "0.10.0+wasi-snapshot-preview1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
-
-[[package]]
-name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
@@ -5436,7 +5418,7 @@ dependencies = [
"hmac",
"pbkdf2",
"sha1",
- "time 0.3.25",
+ "time",
"zstd",
]