From 66c39f3f98ef8c8e4aa040fc93d2780897391eb6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 24 Nov 2024 01:52:39 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.lock | 10 +++++----- crates/mad/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 323893b..2050aad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,7 +266,7 @@ dependencies = [ [[package]] name = "notmad" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", @@ -525,18 +525,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote", diff --git a/crates/mad/Cargo.toml b/crates/mad/Cargo.toml index 1509ec3..8516adf 100644 --- a/crates/mad/Cargo.toml +++ b/crates/mad/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "0.1.81" futures = "0.3.30" futures-util = "0.3.30" rand = "0.8.5" -thiserror = "1.0.63" +thiserror = "2.0.0" tokio.workspace = true tokio-util = "0.7.11" tracing.workspace = true -- 2.45.2