From 6cea934d3604a49a3bfb1c234659cf8138057ee0 Mon Sep 17 00:00:00 2001
From: Recap Time Bot <RecapTimeBot@users.noreply.github.com>
Date: Sat, 28 Aug 2021 12:50:36 +0000
Subject: [PATCH] Autofix: upgrade-rustup-toolchain

Signed-off-by: Recap Time Bot <RecapTimeBot@users.noreply.github.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7b59681..f9c0f9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -75,7 +75,7 @@ RUN curl -fsSL https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-ins
         twine
 
 ### Rust ###
-RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.53.0 \
+RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.54.0 \
     && rustup component add \
         rls \
         rust-analysis \