vaultwarden/src
Mathijs van Veluw 169aa5efcc
Some checks are pending
Build / Build and Test ${{ matrix.channel }} (msrv) (push) Waiting to run
Build / Build and Test ${{ matrix.channel }} (rust-toolchain) (push) Waiting to run
Check templates / Validate docker templates (push) Waiting to run
Hadolint / Validate Dockerfile syntax (push) Waiting to run
Release / Build Vaultwarden containers (amd64, alpine) (push) Waiting to run
Release / Build Vaultwarden containers (amd64, debian) (push) Waiting to run
Release / Build Vaultwarden containers (arm/v6, alpine) (push) Waiting to run
Release / Build Vaultwarden containers (arm/v6, debian) (push) Waiting to run
Release / Build Vaultwarden containers (arm/v7, alpine) (push) Waiting to run
Release / Build Vaultwarden containers (arm/v7, debian) (push) Waiting to run
Release / Build Vaultwarden containers (arm64, alpine) (push) Waiting to run
Release / Build Vaultwarden containers (arm64, debian) (push) Waiting to run
Release / Merge manifests (alpine) (push) Blocked by required conditions
Release / Merge manifests (debian) (push) Blocked by required conditions
Trivy / Trivy Scan (push) Waiting to run
Code Spell Checking / Run typos spell checking (push) Waiting to run
Security Analysis with zizmor / Run zizmor (push) Waiting to run
Misc updates and fixes (#7406)
* Misc updates and fixes

- Updated Rust to v1.96.1
- Updated all the crates
- Updated GitHub Actions
- Updated the web-vault to v2026.6.2
- Updated Alpine to v3.24
- Fixed several clippy lints
- The `send` UUID wrappers didn't need the special namespace anymore since an updated crate, so removed this extra mod.

Signed-off-by: BlackDex <black.dex@gmail.com>

* Update MSRV to v1.94.1

Signed-off-by: BlackDex <black.dex@gmail.com>

---------

Signed-off-by: BlackDex <black.dex@gmail.com>
2026-07-08 22:10:29 +02:00
..
api Misc updates and fixes (#7406) 2026-07-08 22:10:29 +02:00
auth 2026.6.0 send support (#7346) 2026-07-07 15:59:36 +02:00
db Misc updates and fixes (#7406) 2026-07-08 22:10:29 +02:00
static Updates and fixes (#7235) 2026-05-17 00:43:58 +02:00
auth.rs 2026.6.0 send support (#7346) 2026-07-07 15:59:36 +02:00
config.rs Add pm-26340-linux-biometrics-v2 feature flag (#7358) 2026-07-07 15:59:57 +02:00
crypto.rs Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
error.rs 2026.6.0 send support (#7346) 2026-07-07 15:59:36 +02:00
http_client.rs Fix enforce blocked (#7246) 2026-07-07 15:58:34 +02:00
mail.rs Switch to Edition 2024, more clippy lints, and less macro calls (#7200) 2026-05-17 19:38:49 +02:00
main.rs Switch to Edition 2024, more clippy lints, and less macro calls (#7200) 2026-05-17 19:38:49 +02:00
ratelimit.rs Switch to Edition 2024, more clippy lints, and less macro calls (#7200) 2026-05-17 19:38:49 +02:00
sso_client.rs SSO use ClientSecretPost if ClientSecretBasic is not available (#7357) 2026-07-07 15:59:48 +02:00
sso.rs Switch to Edition 2024, more clippy lints, and less macro calls (#7200) 2026-05-17 19:38:49 +02:00
storage.rs Switch to Edition 2024, more clippy lints, and less macro calls (#7200) 2026-05-17 19:38:49 +02:00
util.rs Switch to Edition 2024, more clippy lints, and less macro calls (#7200) 2026-05-17 19:38:49 +02:00