From 466ef846bdd7c58f1c341dc557fe01eac47bcc1d Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 21 Sep 2023 15:17:46 -0700 Subject: [PATCH] chore(deps): Bump Rust to 1.72.1 (#18638) Signed-off-by: Jesse Szwedko --- Tiltfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiltfile b/Tiltfile index ead2372a026e7..8b0f23d3865e2 100644 --- a/Tiltfile +++ b/Tiltfile @@ -7,7 +7,7 @@ load('ext://helm_resource', 'helm_resource', 'helm_repo') docker_build( ref='timberio/vector', context='.', - build_args={'RUST_VERSION': '1.72.0'}, + build_args={'RUST_VERSION': '1.72.1'}, dockerfile='tilt/Dockerfile' ) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 748be2713f5b3..83e24cc56652b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.72.0" +channel = "1.72.1" profile = "default"