Compare commits

..

1 Commits

Author SHA1 Message Date
eeaecda98d Update dependency @mui/x-date-pickers to ^7.29.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-23 00:21:28 +00:00
4 changed files with 8 additions and 8 deletions

View File

@ -1867,9 +1867,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.172"
version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libredox"

View File

@ -13,7 +13,7 @@ anyhow = "1.0.98"
thiserror = "2.0.12"
openssl = { version = "0.10.72" }
openssl-sys = "0.9.107"
libc = "0.2.172"
libc = "0.2.171"
foreign-types-shared = "0.1.1"
asn1 = "0.21"
actix-web = { version = "4.10.2", features = ["openssl"] }

View File

@ -16,7 +16,7 @@
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/x-charts": "^7.28.0",
"@mui/x-date-pickers": "^7.29.1",
"@mui/x-date-pickers": "^7.29.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.13",
"filesize": "^10.1.6",
@ -1613,9 +1613,9 @@
}
},
"node_modules/@mui/x-date-pickers": {
"version": "7.29.1",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.29.1.tgz",
"integrity": "sha512-0RibuJ1YOgUVNqS4aSIXmxpqZ5YWLsxSM84GFlm3M7WW8UbwBY2QzG4vcOsLOYUwk2aqhcP6cpnrIyoLYUsS7g==",
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.29.0.tgz",
"integrity": "sha512-6jpkbXB1/9/VLvlJ5wLs4M54fi9WeCpJSJ3I76MbZBKtZUDMFsuc3V5Mm4bsTd08xF6py1o+Qx2HapsE2gFhrg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.25.7",

View File

@ -18,7 +18,7 @@
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/x-charts": "^7.28.0",
"@mui/x-date-pickers": "^7.29.1",
"@mui/x-date-pickers": "^7.29.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.13",
"filesize": "^10.1.6",