diff --git a/Cargo.lock b/Cargo.lock index 7e4acd6..40a1ff7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -733,7 +733,7 @@ dependencies = [ "rusqlite", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "toml", "tracing", "unicode-normalization", @@ -757,7 +757,7 @@ dependencies = [ "serde", "sha2 0.10.9", "socket2 0.5.10", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-rustls", "tokio-socks", @@ -775,7 +775,7 @@ dependencies = [ "opentelemetry", "rust-par2", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "walkdir", @@ -798,7 +798,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -1032,7 +1032,7 @@ dependencies = [ "crc32fast", "md-5", "rayon", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -1305,11 +1305,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]] @@ -1325,9 +1325,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",