diff --git a/Cargo.lock b/Cargo.lock index 8c12c5e..4a35475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,16 +308,16 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.39" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets", + "windows-link", ] [[package]] @@ -1584,6 +1584,12 @@ dependencies = [ "windows-targets", ] +[[package]] +name = "windows-link" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" + [[package]] name = "windows-sys" version = "0.59.0" diff --git a/Cargo.toml b/Cargo.toml index 42881b6..6fabf24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ einvoice_deps_yaserde_derive ={ version = "0.0.1"} thiserror = "2.0.11" rayon = "1.10.0" uniffi = { version = "0.28.3", features = ["cli"] } -chrono = "0.4.39" +chrono = "0.4.41" rust_decimal = { version = "1.36.0",features = ["c-repr"] } lopdf = "=0.34.0"