diff --git a/Cargo.lock b/Cargo.lock index 96bdc5ff..4715da11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tonic", "tonic-health", @@ -1140,7 +1140,7 @@ dependencies = [ "pest_derive", "regex", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -1208,7 +1208,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-util", "tower", @@ -1232,7 +1232,7 @@ dependencies = [ "serde", "serde-value", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -1270,7 +1270,7 @@ dependencies = [ "pin-project", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-util", "tracing", @@ -1555,7 +1555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.14", + "thiserror 2.0.16", "ucd-trie", ] @@ -2188,7 +2188,7 @@ version = "0.3.0" dependencies = [ "k8s-openapi", "kube", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "tracing-subscriber", @@ -2205,11 +2205,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.16", ] [[package]] @@ -2225,9 +2225,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fe18ebe5..0ff7a65b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ regex = { version = "1", default-features = true } serde = { version = "1.0.219", default-features = false } serde_json = { version = "1.0.142", default-features = false } serde_yaml = { version = "0.9.34", default-features = false } -thiserror = { version = "2.0.12", default-features = true } +thiserror = { version = "2.0.16", default-features = true } tokio = { version = "1.47.1", default-features = false } tonic = { version = "0.13.1", default-features = false } tonic-build = { version = "0.13.1", default-features = false, features = ["prost"] }