diff --git a/Cargo.lock b/Cargo.lock index 260b23b0..1af85915 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,18 +1269,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "268026685b2be38d7103e9e507c938a1fcb3d7e6eb15e87870b617bf37b6d581" dependencies = [ "proc-macro2", "quote", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 81ce0bce..246b07f0 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1.0.193", features = ["derive"], optional = true } serde_json = "1.0.108" strum = { version = "0.25.0", features = ["derive"], optional = true } termcolor = "1.4.0" -thiserror = "1.0.50" +thiserror = "1.0.55" tokio-stream = { version = "0.1.14", features = ["sync"] } url2 = "0.0.6" diff --git a/minidsp/Cargo.toml b/minidsp/Cargo.toml index ace56d00..9f4a984f 100644 --- a/minidsp/Cargo.toml +++ b/minidsp/Cargo.toml @@ -34,7 +34,7 @@ shellwords = "1.1.0" strong-xml = "0.6.3" strum = { version = "0.25.0", features = ["derive"] } termcolor = "1.4.0" -thiserror = "1.0.50" +thiserror = "1.0.55" tokio-stream = { version = "0.1.14", features = ["sync"] } tokio-tungstenite = "0.20.1" tower = { version = "0.4.13", features = ["util", "timeout"] } diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index f327788c..81c5442f 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -13,7 +13,7 @@ bytes = "1.5.0" schemars = { version = "0.8.16", optional = true } serde = { version = "1.0.193", features = ["derive"], optional = true } strum = { version = "0.25.0", features = ["derive"], optional = true } -thiserror = "1.0.50" +thiserror = "1.0.55" [features] debug = ["std"]