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"] }