1 Commits

Author SHA1 Message Date
f53a7f8d29 Update Rust crate asn1 to 0.23.1
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2026-03-09 00:21:39 +00:00
4 changed files with 18 additions and 18 deletions

View File

@@ -480,9 +480,9 @@ dependencies = [
[[package]]
name = "asn1"
version = "0.23.0"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcb25db9258497df3a24e939c160b4fa3477d0a4f22402a73e610a4c056786fe"
checksum = "ca7444bb097e58fd76ae2b3929d8f5bdb3748000eb51b79141ed7c7b6a9dcdbc"
dependencies = [
"asn1_derive",
"itoa",
@@ -490,9 +490,9 @@ dependencies = [
[[package]]
name = "asn1_derive"
version = "0.23.0"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1663403ad39c8f68bba1d051181a53f12344b08c4f7af0f382baca8fdbd5c9bf"
checksum = "d0dcd11549aa9d043141c7d54839771cbf9a8d38084808c6fa00e62b46b114f0"
dependencies = [
"proc-macro2",
"quote",
@@ -2103,9 +2103,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
[[package]]
name = "libc"
version = "0.2.183"
version = "0.2.182"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
[[package]]
name = "libm"

View File

@@ -13,9 +13,9 @@ anyhow = "1.0.102"
thiserror = "2.0.18"
openssl = { version = "0.10.75" }
openssl-sys = "0.9.111"
libc = "0.2.183"
libc = "0.2.182"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"
asn1 = "0.23.1"
actix-web = { version = "4.12.1", features = ["openssl"] }
futures = "0.3.32"
serde = { version = "1.0.228", features = ["derive"] }

View File

@@ -15,9 +15,9 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@mui/x-charts": "^8.27.4",
"@mui/x-charts": "^8.26.0",
"@mui/x-date-pickers": "^8.26.0",
"date-and-time": "^4.3.1",
"date-and-time": "^4.2.0",
"dayjs": "^1.11.19",
"filesize": "^11.0.13",
"react": "^19.2.4",
@@ -1495,9 +1495,9 @@
}
},
"node_modules/@mui/x-charts": {
"version": "8.27.4",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.27.4.tgz",
"integrity": "sha512-T/vgCoETWiq3ODslAiGogjcqCt8dpjLcdC03l/FROPGHMV9mZ0Fyd9gwmMWTy/UZ+NYiQR/2yqhHEhSPZHQn4w==",
"version": "8.26.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.26.0.tgz",
"integrity": "sha512-TO9DvP1JWu1M2qbZ7QRMARsowTzyJ8MvBRFL+q+ojgD+Wn8aE3kkjHqs4QtPELfIoZx8Q9uWXn6Z0WIh780XIg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
@@ -2832,9 +2832,9 @@
}
},
"node_modules/date-and-time": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.3.1.tgz",
"integrity": "sha512-3Phnc4P4KzoMWMvvFws8tJg7IBE8bHkGG8aVztd7QqreyeCnNbaFzslU0+/z0wlQ0TrWbDqyQMKSZdeLWLxgNw==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.2.0.tgz",
"integrity": "sha512-bqLrJqsjXMW3yQlR7QrQZqZNVDwo+GkvcAeRzZScAdUAgQPP+baV+j6HFbVp3cpCgVez3Mx2zIPqwk9FMfkVIw==",
"license": "MIT",
"engines": {
"node": ">=18"

View File

@@ -17,9 +17,9 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@mui/x-charts": "^8.27.4",
"@mui/x-charts": "^8.26.0",
"@mui/x-date-pickers": "^8.26.0",
"date-and-time": "^4.3.1",
"date-and-time": "^4.2.0",
"dayjs": "^1.11.19",
"filesize": "^11.0.13",
"react": "^19.2.4",