File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rust-arroyo/src/backends/kafka Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ coarsetime = "0.1.33"
2121once_cell = " 1.18.0"
2222rand = " 0.8.5"
2323rdkafka = { version = " 0.37.0" , features = [" cmake-build" , " tracing" ] }
24- sentry = { version = " 0.32.0 " }
24+ sentry-core = { version = " >= 0.32" , features = [ " client " ] }
2525serde = { version = " 1.0.137" , features = [" derive" ] }
2626serde_json = " 1.0.81"
2727thiserror = " 1.0"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use rdkafka::message::{BorrowedMessage, Message};
1818use rdkafka:: topic_partition_list:: { Offset , TopicPartitionList } ;
1919use rdkafka:: types:: { RDKafkaErrorCode , RDKafkaRespErr } ;
2020use rdkafka:: Statistics ;
21- use sentry :: Hub ;
21+ use sentry_core :: Hub ;
2222use std:: collections:: HashMap ;
2323use std:: collections:: HashSet ;
2424use std:: fmt;
You can’t perform that action at this time.
0 commit comments