Compare commits
1 Commits
4ad1095819
...
588ba4e5e8
| Author | SHA1 | Date | |
|---|---|---|---|
| 588ba4e5e8 |
4
moneymgr_backend/Cargo.lock
generated
4
moneymgr_backend/Cargo.lock
generated
@@ -437,9 +437,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.102"
|
||||
version = "1.0.101"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
||||
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
|
||||
|
||||
[[package]]
|
||||
name = "arc-swap"
|
||||
|
||||
@@ -15,7 +15,7 @@ actix-multipart = "0.7.2"
|
||||
actix-remote-ip = "0.1.0"
|
||||
actix-session = { version = "0.11.0", features = ["redis-session"] }
|
||||
actix-files = "0.6.10"
|
||||
anyhow = "1.0.102"
|
||||
anyhow = "1.0.101"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
rust-s3 = "0.37.1"
|
||||
thiserror = "2.0.18"
|
||||
|
||||
Reference in New Issue
Block a user