diff --git a/Cargo.lock b/Cargo.lock index 80732e9..a63dfb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ "solana-sysvar", "solana-sysvar-id", "solana-transaction-context", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -1295,7 +1295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff7c52dc834fc5962f54c7ffcb61a73b9f0ae0ab63b5e84043fa387b751254c2" dependencies = [ "solana-pubkey 4.2.0", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -1981,7 +1981,7 @@ dependencies = [ "ark-serialize 0.5.0", "bytemuck", "solana-define-syscall 5.1.0", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2061,7 +2061,7 @@ dependencies = [ "curve25519-dalek", "solana-define-syscall 3.0.0", "subtle", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2332,7 +2332,7 @@ dependencies = [ "light-poseidon 0.2.0", "light-poseidon 0.4.0", "solana-define-syscall 3.0.0", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2434,7 +2434,7 @@ dependencies = [ "solana-sysvar", "solana-sysvar-id", "solana-transaction-context", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2487,7 +2487,7 @@ dependencies = [ "log", "rand 0.8.5", "rustc-demangle", - "thiserror 2.0.19", + "thiserror 2.0.20", "winapi", ] @@ -2520,7 +2520,7 @@ checksum = "e7c5f18893d62e6c73117dcba48f8f5e3266d90e5ec3d0a0a90f9785adac36c1" dependencies = [ "k256", "solana-define-syscall 5.1.0", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2837,7 +2837,7 @@ dependencies = [ "solana-instruction", "solana-program-error", "spl-collections", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2904,11 +2904,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.19", + "thiserror-impl 2.0.20", ] [[package]] @@ -2924,9 +2924,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", @@ -3069,7 +3069,7 @@ dependencies = [ "pastey", "proc-macro2", "quote", - "thiserror 2.0.19", + "thiserror 2.0.20", "wincode-derive", ]