[PR #1928] [MERGED] Dependency updates #2995

Closed
opened 2026-02-05 05:07:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1928
Author: @BlackDex
Created: 8/22/2021
Status: Merged
Merged: 8/22/2021
Merged by: @dani-garcia

Base: mainHead: dep-update


📝 Commits (1)

📊 Changes

14 files changed (+750 additions, -424 deletions)

View changed files

📝 .github/workflows/hadolint.yml (+1 -1)
📝 Cargo.lock (+132 -203)
📝 Cargo.toml (+8 -8)
📝 docker/Dockerfile.j2 (+2 -2)
📝 docker/amd64/Dockerfile (+1 -1)
📝 docker/amd64/Dockerfile.alpine (+1 -1)
📝 docker/arm64/Dockerfile (+1 -1)
📝 docker/armv6/Dockerfile (+1 -1)
📝 docker/armv7/Dockerfile (+1 -1)
📝 rust-toolchain (+1 -1)
📝 src/api/core/two_factor/authenticator.rs (+17 -17)
📝 src/db/mod.rs (+0 -3)
📝 src/static/scripts/bootstrap-native.js (+18 -19)
📝 src/static/scripts/bootstrap.css (+566 -165)

📄 Description

Updated several dependencies and switch to different totp library.

  • Switch oath with totp-lite
    oauth hasn't been updated in a long while and some dependencies could not be updated any more
    It now also validates a preseeding 0, as the previous library returned an int instead of a str which stripped a leading 0
  • Updated rust to the current latest nightly (including build image)
  • Updated bootstrap css and js
  • Updated hadolint to latest version
  • Updated default rust image from v1.53 to v1.54
  • Updated new nightly build/clippy messages

🔄 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/1928 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 8/22/2021 **Status:** ✅ Merged **Merged:** 8/22/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `dep-update` --- ### 📝 Commits (1) - [`89b5f7c`](https://github.com/dani-garcia/vaultwarden/commit/89b5f7c98d0e655f712e8adc732b2cf32adc771d) Dependency updates ### 📊 Changes **14 files changed** (+750 additions, -424 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/hadolint.yml` (+1 -1) 📝 `Cargo.lock` (+132 -203) 📝 `Cargo.toml` (+8 -8) 📝 `docker/Dockerfile.j2` (+2 -2) 📝 `docker/amd64/Dockerfile` (+1 -1) 📝 `docker/amd64/Dockerfile.alpine` (+1 -1) 📝 `docker/arm64/Dockerfile` (+1 -1) 📝 `docker/armv6/Dockerfile` (+1 -1) 📝 `docker/armv7/Dockerfile` (+1 -1) 📝 `rust-toolchain` (+1 -1) 📝 `src/api/core/two_factor/authenticator.rs` (+17 -17) 📝 `src/db/mod.rs` (+0 -3) 📝 `src/static/scripts/bootstrap-native.js` (+18 -19) 📝 `src/static/scripts/bootstrap.css` (+566 -165) </details> ### 📄 Description Updated several dependencies and switch to different totp library. - Switch oath with totp-lite oauth hasn't been updated in a long while and some dependencies could not be updated any more It now also validates a preseeding 0, as the previous library returned an int instead of a str which stripped a leading 0 - Updated rust to the current latest nightly (including build image) - Updated bootstrap css and js - Updated hadolint to latest version - Updated default rust image from v1.53 to v1.54 - Updated new nightly build/clippy messages --- <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 2026-02-05 05:07:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2995