Compare commits
1 Commits
renovate/m
...
renovate/r
Author | SHA1 | Date | |
---|---|---|---|
eaf2fc44c3 |
4
remote_backend/Cargo.lock
generated
4
remote_backend/Cargo.lock
generated
@@ -2052,9 +2052,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.12.23"
|
||||
version = "0.12.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
|
||||
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
|
@@ -19,7 +19,7 @@ actix-identity = "0.9.0"
|
||||
actix-cors = "0.7.1"
|
||||
lazy_static = "1.5.0"
|
||||
anyhow = "1.0.100"
|
||||
reqwest = { version = "0.12.23", features = ["json"] }
|
||||
reqwest = { version = "0.12.24", features = ["json"] }
|
||||
thiserror = "2.0.17"
|
||||
uuid = { version = "1.18.1", features = ["v4", "serde"] }
|
||||
futures-util = "0.3.31"
|
||||
|
Reference in New Issue
Block a user