diff --git a/webapp/native/Cargo.lock b/webapp/native/Cargo.lock index 56f07e18..2638271f 100644 --- a/webapp/native/Cargo.lock +++ b/webapp/native/Cargo.lock @@ -363,9 +363,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/webapp/native/Cargo.toml b/webapp/native/Cargo.toml index 29fc8fb2..2f6be871 100644 --- a/webapp/native/Cargo.toml +++ b/webapp/native/Cargo.toml @@ -20,7 +20,7 @@ tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-works sysinfo = { version = "0.32.0", features = ["apple-app-store"] } dirs = "5.0.1" reqwest = { version = "0.12.9", features = ["json", "stream"] } -chrono = "0.4.38" +chrono = "0.4.39" serde_with = { version = "3.11.0", features = ["json"] } uuid = { version = "1.11.0", features = ["v4"] } void = "1.0.2"