From 032205f445363df6cfffc3098a3fd8c350b4e745 Mon Sep 17 00:00:00 2001 From: Vladimir Bauer Date: Wed, 13 Nov 2024 23:32:52 +0500 Subject: [PATCH] bump thiserror --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a69e0ad..c38e413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,18 +99,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.66" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.66" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fcba8e8..3518a43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ name = "kamp" [dependencies] anyhow = "1.0.70" argh = "~0.1.9" -thiserror = "1.0.40" +thiserror = "2.0.3" [profile.release] lto = true