diff --git a/Cargo.lock b/Cargo.lock index c0bc4161..6e13b08e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index e915e546..59520497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rayon = "1.10.0" glycin = { version = "2.0.2", features = ["gdk4"] } futures = "0.3.31" chrono = "0.4.38" -anyhow = "1.0.93" +anyhow = "1.0.94" strum = { version = "0.26.2", features = ["derive"] } i18n-embed = { version = "0.15.0", features = ["fluent-system", "filesystem-assets", "desktop-requester"] } rust-embed = "8.5.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 8cc2e338..1a57d0f1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" base64 = "0.22.1" chrono = "0.4.37" fast_image_resize = { version = "5.0.0", features = ["image"] }