mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
[PR #1928] [MERGED] Dependency updates #2995
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/1928
Author: @BlackDex
Created: 8/22/2021
Status: ✅ Merged
Merged: 8/22/2021
Merged by: @dani-garcia
Base:
main← Head:dep-update📝 Commits (1)
89b5f7cDependency updates📊 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.
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.