aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-tauri/Cargo.lock38
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 11 insertions, 29 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",
]
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 2f017a44..4d8a57ef 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.0"
# For parsing timestamps
-chrono = "0.4.23"
+chrono = "0.4.30"
# TypeScript bindings
ts-rs = "7.0"
# const formatting