From 6fa05a8c4e2d3ba88d6cecc50f83e4025c21898b Mon Sep 17 00:00:00 2001 From: Sentry Bot Date: Tue, 5 Mar 2024 20:01:49 -0600 Subject: [PATCH] ref: bump sentry-arroyo to 2.16.4 (#5623) --- requirements.txt | 2 +- rust_snuba/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 56c911ef59..a4c70ec735 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pytest-watch==4.2.0 python-dateutil==2.8.2 python-rapidjson==1.8 redis==4.3.4 -sentry-arroyo==2.16.2 +sentry-arroyo==2.16.4 sentry-kafka-schemas==0.1.58 sentry-redis-tools==0.3.0 sentry-relay==0.8.44 diff --git a/rust_snuba/Cargo.lock b/rust_snuba/Cargo.lock index 7a59ce4e7f..b6ba19098f 100644 --- a/rust_snuba/Cargo.lock +++ b/rust_snuba/Cargo.lock @@ -2061,8 +2061,8 @@ dependencies = [ [[package]] name = "rust_arroyo" -version = "2.16.2" -source = "git+https://github.com/getsentry/arroyo#eb660caedd8c97f76c58ca98cb965ab5cb02e646" +version = "2.16.4" +source = "git+https://github.com/getsentry/arroyo#17dc8fe1af1b320ac483e0ed6110058fb92a98eb" dependencies = [ "chrono", "coarsetime",