Compare commits
1 Commits
renovate/a
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
| 597d593b5a |
8
central_backend/Cargo.lock
generated
8
central_backend/Cargo.lock
generated
@@ -480,9 +480,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asn1"
|
name = "asn1"
|
||||||
version = "0.23.1"
|
version = "0.23.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ca7444bb097e58fd76ae2b3929d8f5bdb3748000eb51b79141ed7c7b6a9dcdbc"
|
checksum = "bcb25db9258497df3a24e939c160b4fa3477d0a4f22402a73e610a4c056786fe"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"asn1_derive",
|
"asn1_derive",
|
||||||
"itoa",
|
"itoa",
|
||||||
@@ -490,9 +490,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asn1_derive"
|
name = "asn1_derive"
|
||||||
version = "0.23.1"
|
version = "0.23.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d0dcd11549aa9d043141c7d54839771cbf9a8d38084808c6fa00e62b46b114f0"
|
checksum = "1663403ad39c8f68bba1d051181a53f12344b08c4f7af0f382baca8fdbd5c9bf"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ openssl = { version = "0.10.75" }
|
|||||||
openssl-sys = "0.9.111"
|
openssl-sys = "0.9.111"
|
||||||
libc = "0.2.183"
|
libc = "0.2.183"
|
||||||
foreign-types-shared = "0.1.1"
|
foreign-types-shared = "0.1.1"
|
||||||
asn1 = "0.23.1"
|
asn1 = "0.23.0"
|
||||||
actix-web = { version = "4.12.1", features = ["openssl"] }
|
actix-web = { version = "4.12.1", features = ["openssl"] }
|
||||||
futures = "0.3.32"
|
futures = "0.3.32"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
|
|||||||
8
central_frontend/package-lock.json
generated
8
central_frontend/package-lock.json
generated
@@ -16,7 +16,7 @@
|
|||||||
"@mui/icons-material": "^7.3.9",
|
"@mui/icons-material": "^7.3.9",
|
||||||
"@mui/material": "^7.3.9",
|
"@mui/material": "^7.3.9",
|
||||||
"@mui/x-charts": "^8.27.4",
|
"@mui/x-charts": "^8.27.4",
|
||||||
"@mui/x-date-pickers": "^8.26.0",
|
"@mui/x-date-pickers": "^8.27.2",
|
||||||
"date-and-time": "^4.2.0",
|
"date-and-time": "^4.2.0",
|
||||||
"dayjs": "^1.11.19",
|
"dayjs": "^1.11.19",
|
||||||
"filesize": "^11.0.13",
|
"filesize": "^11.0.13",
|
||||||
@@ -1563,9 +1563,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mui/x-date-pickers": {
|
"node_modules/@mui/x-date-pickers": {
|
||||||
"version": "8.26.0",
|
"version": "8.27.2",
|
||||||
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.26.0.tgz",
|
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.27.2.tgz",
|
||||||
"integrity": "sha512-tW9SrY8jRX0qf/v4ki/x46hsHgJrsFib271QYWOxTEofREWpPrYqdUarRGs21uhHha0spCzJUU1jEAxFKc3LHQ==",
|
"integrity": "sha512-06LFkHFRXJ2O9DMXtWAA3kY0jpbL7XH8iqa8L5cBlN+8bRx/UVLKlZYlhGv06C88jF9kuZWY1bUgrv/EoY/2Ww==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.28.4",
|
"@babel/runtime": "^7.28.4",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"@mui/icons-material": "^7.3.9",
|
"@mui/icons-material": "^7.3.9",
|
||||||
"@mui/material": "^7.3.9",
|
"@mui/material": "^7.3.9",
|
||||||
"@mui/x-charts": "^8.27.4",
|
"@mui/x-charts": "^8.27.4",
|
||||||
"@mui/x-date-pickers": "^8.26.0",
|
"@mui/x-date-pickers": "^8.27.2",
|
||||||
"date-and-time": "^4.2.0",
|
"date-and-time": "^4.2.0",
|
||||||
"dayjs": "^1.11.19",
|
"dayjs": "^1.11.19",
|
||||||
"filesize": "^11.0.13",
|
"filesize": "^11.0.13",
|
||||||
|
|||||||
Reference in New Issue
Block a user