From 107776ab0f93f2a8f0604ef19717c3569f1df9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 07:11:01 +0000 Subject: [PATCH] dep: bump thiserror from 2.0.8 to 2.0.9 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.8...2.0.9) --- 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 01cbb24..b6d92f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,18 +1358,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e17b3ab..c4ae30d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ inquire = "0.7.5" rss = "2.0.11" scraper = "0.22.0" serde = { version = "1.0.216", features = ["derive"] } -thiserror = "2.0.8" +thiserror = "2.0.9" tokio = { version = "1.42.0", features = ["fs", "io-util", "macros", "rt-multi-thread"] } toml = "0.8.19" url = { version = "2.5.4", features = ["serde"] }