1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-02 02:24:59 +00:00

Update Crate and Rust (#4522)

* Update Crate and Rust

- Updated all crates
- Updated Rust to the latest patch version

* Updated GitHub Actions
This commit is contained in:
Mathijs van Veluw 2024-04-27 00:53:42 +02:00 committed by GitHub
parent e1a8df96db
commit 2ad33ec97f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 268 additions and 252 deletions

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "1.77.0"
channel = "1.77.2"
components = [ "rustfmt", "clippy" ]
profile = "minimal"