From 7a0111c4c50f528f00ef0bcc7f7c8cdac41148ec Mon Sep 17 00:00:00 2001 From: GW_MC <72297530+GWMCwing@users.noreply.github.com> Date: Sat, 25 Apr 2026 07:22:44 +0000 Subject: [PATCH] fix: update anyhow dependency to include backtrace feature --- apps/nxmesh-agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nxmesh-agent/Cargo.toml b/apps/nxmesh-agent/Cargo.toml index 97dc5e2..5d04197 100644 --- a/apps/nxmesh-agent/Cargo.toml +++ b/apps/nxmesh-agent/Cargo.toml @@ -56,7 +56,7 @@ zip = { workspace = true } # CLI clap = { workspace = true, features = ["derive"] } -anyhow = "1.0.102" +anyhow = { version = "1.0.102", features = ["backtrace"] } fs4 = { version = "0.13.1", features = ["tokio"] } [dev-dependencies]