diff --git a/Cargo.lock b/Cargo.lock index f66250c..7c08e19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ "slog-bunyan", "slog-json", "slog-term", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tokio-rustls 0.25.0", "toml", @@ -1601,7 +1601,7 @@ dependencies = [ "slog-term", "test-context", "testresult", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tokio-serial", "toml", @@ -3069,11 +3069,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.8", ] [[package]] @@ -3089,9 +3089,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3976da1..7b6e594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ slog = "2.7.0" slog-async = "2.7.0" slog-json = "2.6.1" slog-term = "2.9.1" -thiserror = "2.0.7" +thiserror = "2.0.8" tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "net"] } tokio-serial = { version = "5", optional = true, features = ["tokio-util", "libudev"] } toml = "0.8.19"