1 Commits

Author SHA1 Message Date
ae6a514188 Update Rust crate actix-web to 4.12.1
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-08 00:30:03 +00:00
4 changed files with 15 additions and 37 deletions

View File

@@ -22,7 +22,7 @@
"@mui/lab": "^7.0.0-beta.17",
"@mui/material": "^7.3.6",
"@mui/x-data-grid": "^8.21.0",
"@mui/x-date-pickers": "^8.21.0",
"@mui/x-date-pickers": "^8.19.0",
"@mui/x-tree-view": "^8.19.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
@@ -1634,14 +1634,14 @@
}
},
"node_modules/@mui/x-date-pickers": {
"version": "8.21.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.21.0.tgz",
"integrity": "sha512-nQ6T6RIHTO7AcUlh7+mICcbwcTOlu+GSSrBsF1Z6pdqbMaxxucABRW3cnC8PdYrSok4+zkkSdTzgKOSCGW+c1g==",
"version": "8.19.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.19.0.tgz",
"integrity": "sha512-TQ4FsGUsiGJVs+Ie4q7nHXUmFqZADXL/1hVtZpOKsdr3WQXwpX7C5YmeakZGFR2NZnuv4snFj+WTee3kgyFbyQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.5",
"@mui/x-internals": "8.21.0",
"@mui/x-internals": "8.19.0",
"@types/react-transition-group": "^4.4.12",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
@@ -1699,28 +1699,6 @@
}
}
},
"node_modules/@mui/x-date-pickers/node_modules/@mui/x-internals": {
"version": "8.21.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.21.0.tgz",
"integrity": "sha512-tOU6iKi9phIQXWVzQvslKR/y5q+L/NKiBpSqtTDMV7aAxm2mOtCiO6POH2je1nw8iromrQAJfpV9pXDDRgZ01w==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.5",
"reselect": "^5.1.1",
"use-sync-external-store": "^1.6.0"
},
"engines": {
"node": ">=14.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui-org"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/@mui/x-internals": {
"version": "8.19.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.19.0.tgz",

View File

@@ -24,7 +24,7 @@
"@mui/lab": "^7.0.0-beta.17",
"@mui/material": "^7.3.6",
"@mui/x-data-grid": "^8.21.0",
"@mui/x-date-pickers": "^8.21.0",
"@mui/x-date-pickers": "^8.19.0",
"@mui/x-tree-view": "^8.19.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",

View File

@@ -36,9 +36,9 @@ dependencies = [
[[package]]
name = "actix-http"
version = "3.11.0"
version = "3.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2"
checksum = "7926860314cbe2fb5d1f13731e387ab43bd32bca224e82e6e2db85de0a3dba49"
dependencies = [
"actix-codec",
"actix-rt",
@@ -54,7 +54,7 @@ dependencies = [
"flate2",
"foldhash",
"futures-core",
"h2 0.3.26",
"h2 0.3.27",
"http 0.2.12",
"httparse",
"httpdate",
@@ -196,9 +196,9 @@ dependencies = [
[[package]]
name = "actix-web"
version = "4.11.0"
version = "4.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea"
checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6"
dependencies = [
"actix-codec",
"actix-http",
@@ -231,7 +231,7 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2 0.5.8",
"socket2 0.6.0",
"time",
"tracing",
"url",
@@ -1560,9 +1560,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "h2"
version = "0.3.26"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
dependencies = [
"bytes",
"fnv",

View File

@@ -12,7 +12,7 @@ clap = { version = "4.5.53", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.4.2"
anyhow = "1.0.100"
actix-web = "4.11.0"
actix-web = "4.12.1"
actix-cors = "0.7.1"
actix-multipart = "0.7.2"
actix-remote-ip = "0.1.0"