chore: update deps

This commit is contained in:
2025-11-02 20:27:47 +07:00
parent 9da624dd0c
commit 4ebe590f8a
2 changed files with 31 additions and 32 deletions

View File

@@ -1126,7 +1126,7 @@ impl AppState {
return Ok(unwrapped);
}
Err(e) => {
log::error!("Failed to unwrap with the encryption key: {e}")
log::warn!("Failed to unwrap with the encryption key: {e}")
}
}
}