Compare commits
1 Commits
renovate/g
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
| 59db15d199 |
6
remote_backend/Cargo.lock
generated
6
remote_backend/Cargo.lock
generated
@@ -2349,7 +2349,7 @@ dependencies = [
|
||||
"light-openid",
|
||||
"log",
|
||||
"mime_guess",
|
||||
"reqwest 0.13.1",
|
||||
"reqwest 0.13.2",
|
||||
"rust-embed",
|
||||
"serde",
|
||||
"thiserror 2.0.18",
|
||||
@@ -2407,9 +2407,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62"
|
||||
checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
|
||||
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.101"
|
||||
reqwest = { version = "0.13.1", features = ["json"] }
|
||||
reqwest = { version = "0.13.2", features = ["json"] }
|
||||
thiserror = "2.0.18"
|
||||
uuid = { version = "1.20.0", features = ["v4", "serde"] }
|
||||
futures-util = "0.3.32"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.0",
|
||||
"globals": "^17.3.0",
|
||||
"globals": "^17.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.55.0",
|
||||
"vite": "^7.3.1"
|
||||
|
||||
Reference in New Issue
Block a user