diff --git a/Cargo.lock b/Cargo.lock index 3bc0e4e..3150f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -778,18 +778,18 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fea5796..2d83c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ ed25519-dalek = "2" rand = "0.8.5" regex = "1.10.2" anyhow = "1.0.89" -thiserror = "1.0.65" +thiserror = "2.0.12" indicatif = "0.17.8" chrono = "0.4.38" base64 = "0.22.1"