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
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"