1 Commits

Author SHA1 Message Date
29b6f38666 Update Rust crate serde_with to 3.16.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-10 00:26:22 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
"@mui/material": "^7.3.7", "@mui/material": "^7.3.7",
"@mui/x-data-grid": "^8.27.0", "@mui/x-data-grid": "^8.27.0",
"@mui/x-date-pickers": "^8.27.0", "@mui/x-date-pickers": "^8.27.0",
"@mui/x-tree-view": "^8.27.0", "@mui/x-tree-view": "^8.26.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",
@@ -1717,9 +1717,9 @@
} }
}, },
"node_modules/@mui/x-tree-view": { "node_modules/@mui/x-tree-view": {
"version": "8.27.0", "version": "8.26.0",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.0.tgz", "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.26.0.tgz",
"integrity": "sha512-/QZivCvWd2iie78FGHnwwQ2qvEfta+csGBsrB7nO5ykDKgyKuIhn1fwW6ufjDalQBw525puGvKkS9Hsl9NBRgQ==", "integrity": "sha512-GqWO5XNsBfacqxtKkT+gSCJ0DEbYyMBr0OWduuG88Dug6A5/jy7t+aFVJAssIKBJAaAEv2wF1NfQ5A/ygNiayQ==",
"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.0", "@mui/x-data-grid": "^8.27.0",
"@mui/x-date-pickers": "^8.27.0", "@mui/x-date-pickers": "^8.27.0",
"@mui/x-tree-view": "^8.27.0", "@mui/x-tree-view": "^8.26.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

@@ -2980,9 +2980,9 @@ dependencies = [
[[package]] [[package]]
name = "prettyplease" name = "prettyplease"
version = "0.2.37" version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"syn", "syn",
@@ -3872,9 +3872,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.115" version = "2.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12" checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",