From d5fb4454c20167252314778dfeba9214c8b0d7cd Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 13 Nov 2024 15:01:37 -0500 Subject: [PATCH 1/2] Bump thiserror from 1.0.63 to 1.0.65 (dependabot needed a hand on this one) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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..bc6b869b8 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.65" pyo3 = "0.22.6" arbitrary = "1.3.2" lru = "0.12.4" From 58649194a2d11e5278a2fb98fcdd2be7c4671b0b Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 14 Nov 2024 11:42:13 -0500 Subject: [PATCH 2/2] 1.0.69 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc6b869b8..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.65" +thiserror = "1.0.69" pyo3 = "0.22.6" arbitrary = "1.3.2" lru = "0.12.4"