diff --git a/Cargo.lock b/Cargo.lock index 57b0b7cc..df68fe1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,7 +1412,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb4bdc8b0ce69932332cf76d24af69c3a155242af95c226b2ab6c2e371ed1149" dependencies = [ - "thiserror 2.0.6", + "thiserror 2.0.7", "zerocopy 0.8.13", "zerocopy-derive 0.8.13", ] @@ -1795,7 +1795,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -1814,7 +1814,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.6", + "thiserror 2.0.7", "tinyvec", "tracing", "web-time", @@ -2217,7 +2217,7 @@ dependencies = [ "shlex", "sysctl", "tempfile", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tokio-util", "uname", @@ -2240,7 +2240,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", "yaxpeax-arch", "yaxpeax-arm", "yaxpeax-x86", @@ -2285,7 +2285,7 @@ dependencies = [ "rustc-demangle", "scala-native-demangle", "srcsrv", - "thiserror 2.0.6", + "thiserror 2.0.7", "uuid", "yoke", "yoke-derive", @@ -2450,7 +2450,7 @@ dependencies = [ "http", "reqwest", "scopeguard", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", ] @@ -2540,11 +2540,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -2560,9 +2560,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", @@ -2965,7 +2965,7 @@ dependencies = [ "samply-symbols", "scopeguard", "symsrv", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "uuid", "yoke",