mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
[PR #2568] [MERGED] Update dep's and small improvements on favicons #3228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2568
Author: @BlackDex
Created: 6/21/2022
Status: ✅ Merged
Merged: 6/26/2022
Merged by: @dani-garcia
Base:
main← Head:optimize-icon-html-parsing📝 Commits (1)
c7a752bUpdate dep's and small improvements on favicons📊 Changes
3 files changed (+102 additions, -106 deletions)
View changed files
📝
Cargo.lock(+65 -90)📝
Cargo.toml(+3 -3)📝
src/api/icons.rs(+34 -13)📄 Description
The FaviconEmitter now only emits tokens which needs to be parsed, all others are
being skipped. This prevents unneeded items within the for-loop from being parsed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.