diff --git a/Cargo.lock b/Cargo.lock index 51622f773..c303a2ccd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2268,18 +2268,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 98833c201..51d979e1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ anyhow = "1.0.93" sha2 = "0.10.8" hkdf = "0.12.0" hex = "0.4.3" -thiserror = "1.0.63" +thiserror = "1.0.69" pyo3 = "0.22.6" arbitrary = "1.3.2" lru = "0.12.4"