From 0a040e69924db0576d5a360cbc173555b1b2729a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:35:54 +0000 Subject: [PATCH] Bump thiserror from 1.0.64 to 1.0.68 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.68. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.68) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/api/Cargo.toml | 2 +- crates/lib/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f57dee3..a574f4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1880,9 +1880,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.82" +version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" +checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2", "quote", @@ -1911,18 +1911,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" dependencies = [ "proc-macro2", "quote", diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index 393637e..d677f2d 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -38,6 +38,6 @@ scraper = { version = "0.20.0", default-features = false, features = [ serde = { version = "1.0.211", features = ["derive"] } serde_json = "1.0.132" strum = { version = "0.26.3", features = ["derive"] } -thiserror = "1.0.64" +thiserror = "1.0.68" tracing = "0.1.40" url = { version = "2.5.2", features = ["serde"] } diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 48cda90..15fcf31 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -19,7 +19,7 @@ pest_derive = "2.7.14" regex = "1.11.0" semver = "1.0.23" serde = { version = "1.0.211", features = ["derive"] } -thiserror = "1.0.64" +thiserror = "1.0.68" tracing = "0.1.40" url = { version = "2.5.2", features = ["serde"] }