1 Commits

Author SHA1 Message Date
32c464fe66 Update Rust crate serde_with to 3.16.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-15 00:27:06 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
"@mui/material": "^7.3.7", "@mui/material": "^7.3.7",
"@mui/x-data-grid": "^8.27.1", "@mui/x-data-grid": "^8.27.1",
"@mui/x-date-pickers": "^8.27.0", "@mui/x-date-pickers": "^8.27.0",
"@mui/x-tree-view": "^8.27.1", "@mui/x-tree-view": "^8.27.0",
"date-and-time": "^3.6.0", "date-and-time": "^3.6.0",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"email-validator": "^2.0.4", "email-validator": "^2.0.4",
@@ -1711,9 +1711,9 @@
} }
}, },
"node_modules/@mui/x-tree-view": { "node_modules/@mui/x-tree-view": {
"version": "8.27.1", "version": "8.27.0",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.1.tgz", "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.0.tgz",
"integrity": "sha512-o+zMDUkg9JlYtwOwRsyb0CjvPfuZ4ooNvij0iRm+eyzHL9sDhGv5W/UmEqH7UYtj26F+XA6fPewtceRxzdgEdA==", "integrity": "sha512-/QZivCvWd2iie78FGHnwwQ2qvEfta+csGBsrB7nO5ykDKgyKuIhn1fwW6ufjDalQBw525puGvKkS9Hsl9NBRgQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.28.4", "@babel/runtime": "^7.28.4",

View File

@@ -25,7 +25,7 @@
"@mui/material": "^7.3.7", "@mui/material": "^7.3.7",
"@mui/x-data-grid": "^8.27.1", "@mui/x-data-grid": "^8.27.1",
"@mui/x-date-pickers": "^8.27.0", "@mui/x-date-pickers": "^8.27.0",
"@mui/x-tree-view": "^8.27.1", "@mui/x-tree-view": "^8.27.0",
"date-and-time": "^3.6.0", "date-and-time": "^3.6.0",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"email-validator": "^2.0.4", "email-validator": "^2.0.4",

View File

@@ -3872,9 +3872,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.116" version = "2.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",