Compare commits
2 Commits
0c5accd728
...
3f485ce38c
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f485ce38c | |||
| 7b127a830a |
4
remote_backend/Cargo.lock
generated
4
remote_backend/Cargo.lock
generated
@@ -370,9 +370,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.101"
|
||||
version = "1.0.102"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
|
||||
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
||||
|
||||
[[package]]
|
||||
name = "atomic-waker"
|
||||
|
||||
@@ -18,7 +18,7 @@ actix-session = { version = "0.11.0", features = ["cookie-session"] }
|
||||
actix-identity = "0.9.0"
|
||||
actix-cors = "0.7.1"
|
||||
lazy_static = "1.5.0"
|
||||
anyhow = "1.0.101"
|
||||
anyhow = "1.0.102"
|
||||
reqwest = { version = "0.13.1", features = ["json"] }
|
||||
thiserror = "2.0.18"
|
||||
uuid = { version = "1.20.0", features = ["v4", "serde"] }
|
||||
|
||||
Reference in New Issue
Block a user