diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-09-06 14:34:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 14:34:01 +0100 |
commit | ffe4ea130279d10bdb988f60ebee6669ceeddbe7 (patch) | |
tree | 6f5a6fdd7fb0cd22542bbe87f2aae5bd9c808fb2 /flake.nix | |
parent | Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration opti... (diff) | |
download | synapse-ffe4ea130279d10bdb988f60ebee6669ceeddbe7.tar.xz |
Update rust in flake.nix: 1.70.0 -> 1.71.1 to address CVE-2023-38497 (#16260)
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index b89b6d9218..dc7ab5b3fe 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ # # NOTE: We currently need to set the Rust version unnecessarily high # in order to work around https://github.com/matrix-org/synapse/issues/15939 - (rust-bin.stable."1.70.0".default.override { + (rust-bin.stable."1.71.1".default.override { # Additionally install the "rust-src" extension to allow diving into the # Rust source code in an IDE (rust-analyzer will also make use of it). extensions = [ "rust-src" ]; |