1 Commits

Author SHA1 Message Date
4b17487242 Update Rust crate lazy-regex to 3.4.2
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-01 00:15:15 +00:00
4 changed files with 10 additions and 10 deletions

View File

@@ -1959,9 +1959,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "lazy-regex"
version = "3.4.1"
version = "3.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126"
checksum = "191898e17ddee19e60bccb3945aa02339e81edd4a8c50e21fd4d48cdecda7b29"
dependencies = [
"lazy-regex-proc_macros",
"once_cell",
@@ -1970,9 +1970,9 @@ dependencies = [
[[package]]
name = "lazy-regex-proc_macros"
version = "3.4.1"
version = "3.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1"
checksum = "c35dc8b0da83d1a9507e12122c80dea71a9c7c613014347392483a83ea593e04"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -31,7 +31,7 @@ actix-remote-ip = "0.1.0"
futures-util = "0.3.31"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
semver = { version = "1.0.27", features = ["serde"] }
lazy-regex = "3.4.1"
lazy-regex = "3.4.2"
tokio = { version = "1.48.0", features = ["full"] }
tokio_schedule = "0.3.2"
mime_guess = "2.0.5"

View File

@@ -18,7 +18,7 @@
"@mui/x-charts": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^4.1.0",
"dayjs": "^1.11.19",
"dayjs": "^1.11.18",
"filesize": "^11.0.13",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@@ -2893,9 +2893,9 @@
}
},
"node_modules/dayjs": {
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"version": "1.11.18",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz",
"integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==",
"license": "MIT",
"peer": true
},

View File

@@ -20,7 +20,7 @@
"@mui/x-charts": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^4.1.0",
"dayjs": "^1.11.19",
"dayjs": "^1.11.18",
"filesize": "^11.0.13",
"react": "^19.2.0",
"react-dom": "^19.2.0",