diff --git a/Cargo.lock b/Cargo.lock index 2028795c..07426a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5705,7 +5705,7 @@ dependencies = [ "sqlx", "tap", "test-log", - "thiserror 2.0.4", + "thiserror 2.0.11", "tokio", "tonic", "tracing", @@ -5730,7 +5730,7 @@ dependencies = [ "serde", "serde_json", "tap", - "thiserror 2.0.4", + "thiserror 2.0.11", "tracing", ] @@ -5753,7 +5753,7 @@ dependencies = [ "serde", "serde_json", "serde_yml", - "thiserror 2.0.4", + "thiserror 2.0.11", "tokio", "tracing", "tracing-subscriber", @@ -5780,7 +5780,7 @@ dependencies = [ "serde", "serde_json", "tap", - "thiserror 2.0.4", + "thiserror 2.0.11", "tracing", "tracing-wasm", "wasm-bindgen", @@ -5821,7 +5821,7 @@ dependencies = [ "slint", "slint-build", "tap", - "thiserror 2.0.4", + "thiserror 2.0.11", "tokio", "tokio-util", "tracing", @@ -5866,7 +5866,7 @@ dependencies = [ "serde_yml", "sqlx", "tap", - "thiserror 2.0.4", + "thiserror 2.0.11", "time", "tokio", "tower 0.5.1", @@ -7194,11 +7194,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.4", + "thiserror-impl 2.0.11", ] [[package]] @@ -7214,9 +7214,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/robotica-backend/Cargo.toml b/robotica-backend/Cargo.toml index e45f7938..cfc0263c 100644 --- a/robotica-backend/Cargo.toml +++ b/robotica-backend/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.94" serde_yml = "0.0.10" chrono = { version = "0.4.38", features = ["serde"] } chrono-tz = "0.10.0" -thiserror = "2.0.4" +thiserror = "2.0.11" color-backtrace = "0.6.1" robotica-common = { path = "../robotica-common", features = ["websockets"] } robotica-tokio = { path = "../robotica-tokio", features = ["websockets", "scheduler"] } diff --git a/robotica-common/Cargo.toml b/robotica-common/Cargo.toml index 05289446..24f681a5 100644 --- a/robotica-common/Cargo.toml +++ b/robotica-common/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] chrono = { version = "0.4.38", optional = true, features = ["serde"] } serde = { version = "1.0.215", features = ["derive", "rc"] } -thiserror = "2.0.4" +thiserror = "2.0.11" serde_json = "1.0.133" tracing = "0.1.41" bytes = "1.9.0" diff --git a/robotica-freeswitch/Cargo.toml b/robotica-freeswitch/Cargo.toml index fbe12a98..27b8e9f7 100644 --- a/robotica-freeswitch/Cargo.toml +++ b/robotica-freeswitch/Cargo.toml @@ -17,7 +17,7 @@ robotica-tokio = { path = "../robotica-tokio" } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" serde_yml = "0.0.10" -thiserror = "2.0.4" +thiserror = "2.0.11" tracing = "0.1.41" tracing-subscriber = "0.3.19" tokio = { version = "1.42.0", features = ["full"] } diff --git a/robotica-frontend/Cargo.toml b/robotica-frontend/Cargo.toml index ff7c8393..066d9513 100644 --- a/robotica-frontend/Cargo.toml +++ b/robotica-frontend/Cargo.toml @@ -16,7 +16,7 @@ gloo-timers = "0.3.0" itertools = "0.13.0" serde = "1.0.215" serde_json = "1.0.133" -thiserror = "2.0.4" +thiserror = "2.0.11" tracing = "0.1.41" tracing-wasm = "0.2.1" wasm-bindgen = "= 0.2.95" diff --git a/robotica-slint/Cargo.toml b/robotica-slint/Cargo.toml index 3120a35f..48e2da87 100644 --- a/robotica-slint/Cargo.toml +++ b/robotica-slint/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" serde_yml = "0.0.10" slint = "1.0.0" -thiserror = "2.0.4" +thiserror = "2.0.11" tracing = "0.1.41" tracing-subscriber = "0.3.19" tokio = { version = "1.42.0", features = ["full"] } diff --git a/robotica-tokio/Cargo.toml b/robotica-tokio/Cargo.toml index fe0d3e5c..7ab06c75 100644 --- a/robotica-tokio/Cargo.toml +++ b/robotica-tokio/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0.94" reqwest = { version = "0.12.5", features = ["json"] } # serde_path_to_error = "0.1.11" gethostname = "0.5.0" -thiserror = "2.0.4" +thiserror = "2.0.11" chrono = "0.4.38" lalrpop-util = { version = "0.22.0", features = ["lexer"] } regex = "1.11.1"