From a094e4bdfb8baf7424d89ad46c6b977cbfcd0b06 Mon Sep 17 00:00:00 2001 From: zeozeozeo <108888572+zeozeozeo@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:15:19 +0500 Subject: [PATCH] update `thiserror` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 403c1d0..7a55282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ cpal = { version = "0.15.2", optional = true } parking_lot = "0.12.1" serde = { version = "1.0.193", features = ["derive"], optional = true } symphonia = { version = "0.5.3", features = ["all"], optional = true } -thiserror = "1.0.50" +thiserror = "1.0.52" [features] default = ["symphonia", "cpal"]