Compare commits

...

2 Commits

Author SHA1 Message Date
4c734be80a Update dependency @mdi/js to ^7.4.47
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-02 00:33:11 +00:00
fc63a2935f Update Rust crate lazy-regex to 3.4.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 02:03:32 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@mdi/js": "^7.2.96",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.0.0",
"@mui/lab": "^7.0.0-beta.9",

View File

@ -10,7 +10,7 @@ log = "0.4.27"
env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.3.0"
lazy-regex = "3.4.1"
anyhow = "1.0.97"
actix-web = "4.10.2"
actix-cors = "0.7.1"