Skip to content

Commit

Permalink
security upgrade for h2 and upgrade to rust 1.77.1 (#28)
Browse files Browse the repository at this point in the history
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
hallettj committed Apr 4, 2024
1 parent 42dddff commit 5c64d7d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.76.0"
channel = "1.77.1"
profile = "default" # see https://rust-lang.github.io/rustup/concepts/profiles.html
components = ["rust-analyzer", "rust-src"] # see https://rust-lang.github.io/rustup/concepts/components.html
components = [] # see https://rust-lang.github.io/rustup/concepts/components.html

0 comments on commit 5c64d7d

Please sign in to comment.