diff --git a/bolt-cli/Cargo.lock b/bolt-cli/Cargo.lock index 132828e14..bfff02a15 100644 --- a/bolt-cli/Cargo.lock +++ b/bolt-cli/Cargo.lock @@ -1277,7 +1277,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tonic", "tonic-build", diff --git a/bolt-cli/Cargo.toml b/bolt-cli/Cargo.toml index 117f99992..ebb52599d 100644 --- a/bolt-cli/Cargo.toml +++ b/bolt-cli/Cargo.toml @@ -34,7 +34,7 @@ alloy = { version = "0.7.0", features = [ # utils dotenvy = "0.15.7" eyre = "0.6.12" -thiserror = "1.0" +thiserror = "2.0" hex = "0.4.3" tracing = "0.1.40" tracing-subscriber = "0.3.18"