Compare commits
3 Commits
fb0ab96af2
...
4f49ac8f30
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f49ac8f30 | |||
| c000450721 | |||
| b3b50fd051 |
4
remote_backend/Cargo.lock
generated
4
remote_backend/Cargo.lock
generated
@@ -370,9 +370,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.100"
|
||||
version = "1.0.101"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
||||
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
|
||||
|
||||
[[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.100"
|
||||
anyhow = "1.0.101"
|
||||
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