From 00efdbaacdd611b2511493517759c5f9859297ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:39:09 +0000 Subject: [PATCH] Bump thiserror from 1.0.60 to 1.0.61 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.60 to 1.0.61. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61) --- 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 1e273ec..a1d19de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,18 +264,18 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[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 ab0b8eb..b867d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ parking_lot = "0.12.2" rayon = "1.10.0" # Error handling -thiserror = "1.0.60" +thiserror = "1.0.61" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" diff --git a/windows-capture-python/Cargo.toml b/windows-capture-python/Cargo.toml index e62c4d8..7860787 100644 --- a/windows-capture-python/Cargo.toml +++ b/windows-capture-python/Cargo.toml @@ -27,5 +27,5 @@ pyo3 = { version = "0.21.2", features = [ "abi3", "abi3-py39", ] } -thiserror = "1.0.60" +thiserror = "1.0.61" windows-capture = { path = ".." }