diff --git a/Cargo.lock b/Cargo.lock index c4b62ba3..0e726a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ "hkdf", "linked-hash-map", "sha2", - "thiserror 1.0.69", + "thiserror", ] [[package]] @@ -208,7 +208,7 @@ checksum = "1f4922b447b2d8418213948af1a448c3ca7b84e149b51b2c87a2e00e80bb19b0" dependencies = [ "chia-sha2", "chia_streamable_macro", - "thiserror 1.0.69", + "thiserror", ] [[package]] @@ -366,7 +366,7 @@ dependencies = [ "rstest", "sha1", "sha3", - "thiserror 2.0.18", + "thiserror", ] [[package]] @@ -780,9 +780,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-literal" -version = "0.4.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" +checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hkdf" @@ -1621,16 +1621,7 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl 1.0.69", -] - -[[package]] -name = "thiserror" -version = "2.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" -dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl", ] [[package]] @@ -1644,17 +1635,6 @@ dependencies = [ "syn 2.0.101", ] -[[package]] -name = "thiserror-impl" -version = "2.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", -] - [[package]] name = "threadpool" version = "1.8.1" diff --git a/Cargo.toml b/Cargo.toml index 2ac37933..861aecea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ num-traits = "0.2.19" num-integer = "0.1.46" chia-bls = "0.36.1" chia-sha2 = "0.36.1" -hex-literal = "0.4.1" +hex-literal = "1.1.0" # for secp sigs k256 = "0.13.4" p256 = "0.13.2"