diff --git a/Cargo.lock b/Cargo.lock index 47e7831..39eb81b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1715,18 +1715,18 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "thiserror" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e6c21f8..38b986b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ sysinfo = "0.37.0" # Temporary files tempfile = "3.22.0" -thiserror = "2.0.16" +thiserror = "2.0.17" # Async runtime tokio = { version = "1.47.1", features = [