From b0bfa21a3eba21242a2039075a6aba0a55c7f319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:08:35 +0000 Subject: [PATCH] Bump thiserror from 1.0.63 to 1.0.64 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) --- 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 +- windows-capture-python/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8f9a90..565ddff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,18 +399,18 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 228a7df..51d41d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ parking_lot = "0.12.3" rayon = "1.10.0" # Error handling -thiserror = "1.0.63" +thiserror = "1.0.64" clap = { version = "4.5.17", features = ["derive"] } ctrlc = "3.4.5" diff --git a/windows-capture-python/Cargo.toml b/windows-capture-python/Cargo.toml index 97d6ba5..c8bbe5c 100644 --- a/windows-capture-python/Cargo.toml +++ b/windows-capture-python/Cargo.toml @@ -27,5 +27,5 @@ pyo3 = { version = "0.22.2", features = [ "abi3", "abi3-py39", ] } -thiserror = "1.0.63" +thiserror = "1.0.64" windows-capture = { path = ".." }