[PR #2941] [MERGED] Update dependencies for Rust and Admin interface. #3126

Closed
opened 2025-10-09 18:17:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2941
Author: @BlackDex
Created: 12/1/2022
Status: Merged
Merged: 12/5/2022
Merged by: @dani-garcia

Base: mainHead: update-deps


📝 Commits (1)

  • 610b183 Update dependencies for Rust and Admin interface.

📊 Changes

11 files changed (+1756 additions, -497 deletions)

View changed files

📝 Cargo.lock (+103 -102)
📝 Cargo.toml (+12 -12)
📝 src/api/web.rs (+1 -1)
📝 src/static/scripts/bootstrap.css (+85 -114)
📝 src/static/scripts/datatables.css (+11 -5)
📝 src/static/scripts/datatables.js (+79 -38)
src/static/scripts/identicon.js (+0 -205)
src/static/scripts/jdenticon.js (+1462 -0)
📝 src/static/templates/admin/base.hbs (+1 -6)
📝 src/static/templates/admin/organizations.hbs (+1 -7)
📝 src/static/templates/admin/users.hbs (+1 -7)

📄 Description

  • Updated Rust deps and one small change regarding chrono
  • Updated bootstrap 5 css
  • Updated datatables
  • Replaced identicon.js with jdenticon. identicon.js is unmaintained ( https://github.com/stewartlord/identicon.js/issues/52 ) The icon's are very different, but nice. It also doesn't need custom code to find and update the icons our selfs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2941 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 12/1/2022 **Status:** ✅ Merged **Merged:** 12/5/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-deps` --- ### 📝 Commits (1) - [`610b183`](https://github.com/dani-garcia/vaultwarden/commit/610b183cef5111ea51aaf7e85e58baf779610fc1) Update dependencies for Rust and Admin interface. ### 📊 Changes **11 files changed** (+1756 additions, -497 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+103 -102) 📝 `Cargo.toml` (+12 -12) 📝 `src/api/web.rs` (+1 -1) 📝 `src/static/scripts/bootstrap.css` (+85 -114) 📝 `src/static/scripts/datatables.css` (+11 -5) 📝 `src/static/scripts/datatables.js` (+79 -38) ➖ `src/static/scripts/identicon.js` (+0 -205) ➕ `src/static/scripts/jdenticon.js` (+1462 -0) 📝 `src/static/templates/admin/base.hbs` (+1 -6) 📝 `src/static/templates/admin/organizations.hbs` (+1 -7) 📝 `src/static/templates/admin/users.hbs` (+1 -7) </details> ### 📄 Description - Updated Rust deps and one small change regarding chrono - Updated bootstrap 5 css - Updated datatables - Replaced identicon.js with jdenticon. identicon.js is unmaintained ( https://github.com/stewartlord/identicon.js/issues/52 ) The icon's are very different, but nice. It also doesn't need custom code to find and update the icons our selfs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:17:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3126