Compare commits
3 Commits
b42c37ae61
...
c6d455aa46
Author | SHA1 | Date | |
---|---|---|---|
c6d455aa46 | |||
982a157547 | |||
01e9878485 |
4
remote_backend/Cargo.lock
generated
4
remote_backend/Cargo.lock
generated
@@ -2035,9 +2035,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reqwest"
|
name = "reqwest"
|
||||||
version = "0.12.22"
|
version = "0.12.23"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
|
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@@ -19,7 +19,7 @@ actix-identity = "0.8.0"
|
|||||||
actix-cors = "0.7.1"
|
actix-cors = "0.7.1"
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
anyhow = "1.0.99"
|
anyhow = "1.0.99"
|
||||||
reqwest = { version = "0.12.22", features = ["json"] }
|
reqwest = { version = "0.12.23", features = ["json"] }
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
uuid = { version = "1.17.0", features = ["v4", "serde"] }
|
uuid = { version = "1.17.0", features = ["v4", "serde"] }
|
||||||
futures-util = "0.3.31"
|
futures-util = "0.3.31"
|
||||||
|
Reference in New Issue
Block a user