chore(deps): cargo update

This commit is contained in:
LGUG2Z
2025-05-15 17:47:30 -07:00
parent 309dd159ca
commit ce59bd9ae4
2 changed files with 353 additions and 384 deletions

736
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -139,6 +139,7 @@ impl From<&ApplicationsConfig> for Applications {
App {
enable: app_config.enable.unwrap_or(applications_config.enable),
#[allow(clippy::obfuscated_if_else)]
name: app_config
.name
.is_empty()