From 72daa3f510ea381b7e3606c75f03ce6000dc780c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 13 Sep 2024 02:22:57 -0400 Subject: Tolerate panics in channel::app where they can only be triggered by implementation errors. --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f48e75d..ebcaee1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,7 +749,6 @@ dependencies = [ "serde", "serde_json", "sqlx", - "thiserror", "tokio", "tokio-stream", "uuid", -- cgit v1.2.3