1 Commits

Author SHA1 Message Date
b9d7ecdf8c Update Rust crate asn1 to 0.24.1
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2026-03-27 00:33:03 +00:00
4 changed files with 10 additions and 10 deletions

View File

@@ -504,9 +504,9 @@ dependencies = [
[[package]]
name = "asn1"
version = "0.23.0"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcb25db9258497df3a24e939c160b4fa3477d0a4f22402a73e610a4c056786fe"
checksum = "c9795210620c0cb3f9a7ce4f882808c38e1ef7b347c90591dceae0886e031fb1"
dependencies = [
"asn1_derive",
"itoa",
@@ -514,9 +514,9 @@ dependencies = [
[[package]]
name = "asn1_derive"
version = "0.23.0"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1663403ad39c8f68bba1d051181a53f12344b08c4f7af0f382baca8fdbd5c9bf"
checksum = "909e307f1cc32bb8bccbd98f446e6d1bf03fa30f7b53a4337da7181ad30fa11a"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -15,7 +15,7 @@ openssl = { version = "0.10.76" }
openssl-sys = "0.9.112"
libc = "0.2.183"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"
asn1 = "0.24.1"
actix-web = { version = "4.13.0", features = ["openssl"] }
futures = "0.3.32"
serde = { version = "1.0.228", features = ["derive"] }

View File

@@ -19,7 +19,7 @@
"@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1",
"dayjs": "^1.11.20",
"filesize": "^11.0.14",
"filesize": "^11.0.13",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.2",
@@ -3257,9 +3257,9 @@
}
},
"node_modules/filesize": {
"version": "11.0.14",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.14.tgz",
"integrity": "sha512-2+pBV36IghE/lC78KmHqq4GGzSwqxisNb6YH17W6owdAFoXChND4WZ/51CUYXKyaEiJOhNKKsZSwZ8HbejrKTA==",
"version": "11.0.13",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz",
"integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 10.8.0"

View File

@@ -21,7 +21,7 @@
"@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1",
"dayjs": "^1.11.20",
"filesize": "^11.0.14",
"filesize": "^11.0.13",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.2",