diff --git a/src/runtime-rs/crates/shim/Cargo.toml b/src/runtime-rs/crates/shim/Cargo.toml index 573dd275f8..a7d26da8f3 100644 --- a/src/runtime-rs/crates/shim/Cargo.toml +++ b/src/runtime-rs/crates/shim/Cargo.toml @@ -14,9 +14,8 @@ path = "src/bin/main.rs" [dependencies] anyhow = { workspace = true } -backtrace = { version = ">=0.3.35", features = [ +backtrace = { version = ">=0.3.76", features = [ "libunwind", - "libbacktrace", "std", ], default-features = false } containerd-shim-protos = { workspace = true }