1 Commits

Author SHA1 Message Date
dbf9b824b2 Update Rust crate libc to 0.2.174
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-06-18 00:23:45 +00:00
4 changed files with 1145 additions and 235 deletions

View File

@ -1884,9 +1884,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.173"
version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
[[package]]
name = "libredox"

View File

@ -13,7 +13,7 @@ anyhow = "1.0.98"
thiserror = "2.0.12"
openssl = { version = "0.10.73" }
openssl-sys = "0.9.109"
libc = "0.2.173"
libc = "0.2.174"
foreign-types-shared = "0.1.1"
asn1 = "0.21.3"
actix-web = { version = "4.10.2", features = ["openssl"] }

File diff suppressed because it is too large Load Diff

View File

@ -15,8 +15,8 @@
"@fontsource/roboto": "^5.2.6",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/x-charts": "^7.29.1",
"@mui/x-date-pickers": "^7.29.4",
"date-and-time": "^3.6.0",
@ -32,9 +32,9 @@
"@types/react-dom": "^19.0.4",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.26.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0",