diff --git a/Cargo.lock b/Cargo.lock index d65614e..6982bc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1445,18 +1445,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b708b3a..3594148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ data-encoding = "2.9.0" reqwest = { version = "0.12.15", features = ["blocking"] } serde = { version = "1.0.219", features = ["derive"] } sha2 = "0.10.9" -thiserror = "2.0.12" +thiserror = "2.0.15" tokio = { version = "1.45.0", features = [ "fs", "io-std",