1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-27 06:14:29 +00:00

Update crates and workflow

- Updated all the crates
- Updated workflow actions
- Set cargo registry to sparse
This commit is contained in:
BlackDex 2023-06-21 22:01:05 +02:00
commit 84a23008f4
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
6 changed files with 177 additions and 177 deletions

View file

@ -891,6 +891,7 @@ impl Emitter for FaviconEmitter {
FaviconToken::EndTag(ref mut tag) => {
// Always clean seen attributes
self.seen_attributes.clear();
self.set_last_start_tag(None);
// Only trigger an emit for the </head> tag.
// This is matched, and will break the for-loop.