From c3dcb4570f450848c8a393cd451c6efbe105a764 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 1 Feb 2024 15:20:07 +0100 Subject: [PATCH] ref: Upgrade rust-arroyo to 2.16.0 --- rust_snuba/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust_snuba/Cargo.lock b/rust_snuba/Cargo.lock index 492be4a7a8..4414fdc29c 100644 --- a/rust_snuba/Cargo.lock +++ b/rust_snuba/Cargo.lock @@ -2077,8 +2077,8 @@ dependencies = [ [[package]] name = "rust_arroyo" -version = "2.15.3" -source = "git+https://github.com/getsentry/arroyo#f90eeff8cb07655bc4e3cafdb7633de5ead7e693" +version = "2.16.0" +source = "git+https://github.com/getsentry/arroyo#a28450e3ad76fe20460bdc40b3e3de138f4550b5" dependencies = [ "chrono", "coarsetime",