Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security upgrade for h2 and upgrade to rust 1.77.1 (#28)
Upgrade to rust toolchain 1.77.1. I also removed rust-analyzer from `rust-toolchain.toml` (which removes it from the nix devshell, and prevents automatic installation with rustup) so that I can manage the rust-analyzer version personally, and use the latest version instead of locking to toolchain releases. This combination of updates fixes a problem with proc macros that I have been having in rust-analyzer. In the process up upgrading things I updated the advisory-db and found a security bulletin for `h2` so I also upgraded that. I updated other flake inputs including nixpkgs which gets us the latest openssl version.
- Loading branch information