diff --git a/Cargo.lock b/Cargo.lock index 2985cd6..d3f220e 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 748e209..e9e160f 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"