Update Rust, crates and web-vault (#4558)

* Update Rust and crates

- Updated Rust to v1.78.0
- Updated crates

* Update web-vault to v2024.5.0
This commit is contained in:
Mathijs van Veluw
2024-05-19 20:30:34 +02:00
committed by GitHub
parent 0fe93edea6
commit 6cadb2627a
6 changed files with 181 additions and 186 deletions

View File

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