diff --git a/Cargo.lock b/Cargo.lock index 5733fbb..9665da4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,18 +264,18 @@ checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 98e0344..93d373f 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.61" +thiserror = "1.0.62" [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 24b6f5b..673cdb7 100644 --- a/windows-capture-python/Cargo.toml +++ b/windows-capture-python/Cargo.toml @@ -27,5 +27,5 @@ pyo3 = { version = "0.22.1", features = [ "abi3", "abi3-py39", ] } -thiserror = "1.0.61" +thiserror = "1.0.62" windows-capture = { path = ".." }