From a0d0056e0d9e8194b0bc2057c60ecada1c939af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:56:37 -0400 Subject: [PATCH] chore(deps): bump thiserror from 1.0.60 to 1.0.61 (#25) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da2d838..d04933d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,18 +1772,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 32dcc5a..d8479c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rayon = { version = "1.10.0" } regex = { version = "1.10.5", features = ["perf-dfa-full"] } scraper = { version = "0.19.0" } serde = { version = "1.0.203", features = ["derive"] } -thiserror = { version = "1.0.60" } +thiserror = { version = "1.0.61" } tinyvec = { version = "1.6.0", features = ["alloc", "serde", "rustc_1_40"] } toml = { version = "0.8.14" } ureq = { version = "2.9.7", features = ["cookies"], default-features = true }