From ef39889260a592280b665e4d8faaeb189f7e08b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 06:23:40 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.3 to 2.0.4 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c84d1b9..008265e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,18 +1372,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4a20744..66cdbf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rss = "2.0.11" scraper = "0.21.0" serde = { version = "1.0.215", features = ["derive"] } tempfile = "3.14.0" -thiserror = "2.0.3" +thiserror = "2.0.4" tokio = { version = "1.41.1", features = ["fs", "io-util", "macros", "rt-multi-thread"] } tokio-test = "0.4.4" toml = "0.8.19"