Compare commits
4 Commits
renovate/r
...
d7852acf13
| Author | SHA1 | Date | |
|---|---|---|---|
| d7852acf13 | |||
| 7c61c0a6b1 | |||
| 563cb74f51 | |||
| 3c65dbc253 |
8
central_backend/Cargo.lock
generated
8
central_backend/Cargo.lock
generated
@@ -2103,9 +2103,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.182"
|
||||
version = "0.2.183"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
||||
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
|
||||
|
||||
[[package]]
|
||||
name = "libm"
|
||||
@@ -2800,9 +2800,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.13.2"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
|
||||
checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
|
||||
@@ -13,13 +13,13 @@ anyhow = "1.0.102"
|
||||
thiserror = "2.0.18"
|
||||
openssl = { version = "0.10.75" }
|
||||
openssl-sys = "0.9.111"
|
||||
libc = "0.2.182"
|
||||
libc = "0.2.183"
|
||||
foreign-types-shared = "0.1.1"
|
||||
asn1 = "0.23.0"
|
||||
actix-web = { version = "4.12.1", features = ["openssl"] }
|
||||
futures = "0.3.32"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
reqwest = { version = "0.13.2", features = ["json"] }
|
||||
reqwest = { version = "0.13.1", features = ["json"] }
|
||||
serde_json = "1.0.149"
|
||||
rand = "0.10.0"
|
||||
actix = "0.13.5"
|
||||
|
||||
8
central_frontend/package-lock.json
generated
8
central_frontend/package-lock.json
generated
@@ -15,7 +15,7 @@
|
||||
"@mdi/react": "^1.6.1",
|
||||
"@mui/icons-material": "^7.3.9",
|
||||
"@mui/material": "^7.3.9",
|
||||
"@mui/x-charts": "^8.26.0",
|
||||
"@mui/x-charts": "^8.27.4",
|
||||
"@mui/x-date-pickers": "^8.26.0",
|
||||
"date-and-time": "^4.2.0",
|
||||
"dayjs": "^1.11.19",
|
||||
@@ -1495,9 +1495,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mui/x-charts": {
|
||||
"version": "8.26.0",
|
||||
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.26.0.tgz",
|
||||
"integrity": "sha512-TO9DvP1JWu1M2qbZ7QRMARsowTzyJ8MvBRFL+q+ojgD+Wn8aE3kkjHqs4QtPELfIoZx8Q9uWXn6Z0WIh780XIg==",
|
||||
"version": "8.27.4",
|
||||
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.27.4.tgz",
|
||||
"integrity": "sha512-T/vgCoETWiq3ODslAiGogjcqCt8dpjLcdC03l/FROPGHMV9mZ0Fyd9gwmMWTy/UZ+NYiQR/2yqhHEhSPZHQn4w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.4",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"@mdi/react": "^1.6.1",
|
||||
"@mui/icons-material": "^7.3.9",
|
||||
"@mui/material": "^7.3.9",
|
||||
"@mui/x-charts": "^8.26.0",
|
||||
"@mui/x-charts": "^8.27.4",
|
||||
"@mui/x-date-pickers": "^8.26.0",
|
||||
"date-and-time": "^4.2.0",
|
||||
"dayjs": "^1.11.19",
|
||||
|
||||
Reference in New Issue
Block a user