diff --git a/moneymgr_backend/Cargo.lock b/moneymgr_backend/Cargo.lock index ce2d8f2..69c1dc1 100644 --- a/moneymgr_backend/Cargo.lock +++ b/moneymgr_backend/Cargo.lock @@ -425,9 +425,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arbitrary" diff --git a/moneymgr_backend/Cargo.toml b/moneymgr_backend/Cargo.toml index bb171bd..20b954d 100644 --- a/moneymgr_backend/Cargo.toml +++ b/moneymgr_backend/Cargo.toml @@ -16,7 +16,7 @@ actix-remote-ip = "0.1.0" actix-session = { version = "0.10.1", features = ["redis-session"] } actix-files = "0.6.8" lazy_static = "1.5.0" -anyhow = "1.0.99" +anyhow = "1.0.100" serde = { version = "1.0.219", features = ["derive"] } rust-s3 = "0.36.0-beta.2" thiserror = "2.0.12"