1 Commits

Author SHA1 Message Date
8e164a3153 Update dependency @mui/x-charts to ^8.11.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-09-02 00:33:30 +00:00
4 changed files with 956 additions and 1525 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,9 +6,9 @@ edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.28"
log = "0.4.27"
env_logger = "0.11.8"
clap = { version = "4.5.53", features = ["derive", "env"] }
clap = { version = "4.5.45", features = ["derive", "env"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
lazy_static = "1.5.0"
actix = "0.13.5"
@@ -17,25 +17,25 @@ actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-cors = "0.7.1"
actix-files = "0.6.8"
actix-files = "0.6.6"
actix-ws = "0.3.0"
actix-http = "3.11.2"
actix-http = "3.11.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.145"
serde_json = "1.0.143"
serde_yml = "0.0.12"
quick-xml = { version = "0.38.3", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.38.2", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.31"
anyhow = "1.0.100"
anyhow = "1.0.99"
actix-multipart = "0.7.2"
tempfile = "3.20.0"
reqwest = { version = "0.12.24", features = ["stream"] }
reqwest = { version = "0.12.23", features = ["stream"] }
url = "2.5.7"
virt = "0.4.3"
virt = "0.4.2"
sysinfo = { version = "0.36.1", features = ["serde"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] }
lazy-regex = "3.4.2"
thiserror = "2.0.17"
image = "0.25.9"
lazy-regex = "3.4.1"
thiserror = "2.0.16"
image = "0.25.6"
rand = "0.9.2"
tokio = { version = "1.47.1", features = ["rt", "time", "macros"] }
futures = "0.3.31"
@@ -46,4 +46,4 @@ dotenvy = "0.15.7"
nix = { version = "0.30.1", features = ["net"] }
basic-jwt = "0.3.0"
zip = "4.3.0"
chrono = "0.4.42"
chrono = "0.4.41"

File diff suppressed because it is too large Load Diff

View File

@@ -12,45 +12,45 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.8",
"@fontsource/roboto": "^5.2.6",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^7.3.5",
"@mui/material": "^7.3.5",
"@mui/x-charts": "^8.3.1",
"@mui/x-data-grid": "^8.17.0",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"@mui/x-charts": "^8.11.0",
"@mui/x-data-grid": "^8.10.0",
"date-and-time": "^3.6.0",
"filesize": "^10.1.6",
"humanize-duration": "^3.33.1",
"humanize-duration": "^3.33.0",
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.4.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.8.0",
"react-syntax-highlighter": "^15.6.6",
"react-vnc": "^3.1.0",
"uuid": "^11.1.0",
"xml-formatter": "^3.6.7",
"xml-formatter": "^3.6.6",
"yaml": "^2.8.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@eslint/js": "^9.33.0",
"@types/humanize-duration": "^3.27.4",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.1",
"eslint-plugin-react-dom": "^1.53.1",
"eslint": "^9.33.0",
"eslint-plugin-react-dom": "^1.52.9",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-react-x": "^1.53.1",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-react-x": "^1.52.9",
"globals": "^16.3.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.43.0",
"vite": "^6.3.6"
"typescript": "^5.9.2",
"typescript-eslint": "^8.38.0",
"vite": "^6.3.5"
}
}