From c106ed8ac56a5c59d9b825c5b29cea6484507d7c Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:58:43 +0000 Subject: [PATCH] chore(deps): update rust crate microseh to v1 --- datadog-sidecar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datadog-sidecar/Cargo.toml b/datadog-sidecar/Cargo.toml index e0194393af..5ca98d931c 100644 --- a/datadog-sidecar/Cargo.toml +++ b/datadog-sidecar/Cargo.toml @@ -99,7 +99,7 @@ winapi = { version = "0.3.9", features = ["securitybaseapi", "sddl"] } windows-sys = { version = "0.52.0", features = ["Win32_System_SystemInformation"] } [target.'cfg(windows_seh_wrapper)'.dependencies] -microseh = "0.1.1" +microseh = "1.0.0" [dev-dependencies] libc = { version = "0.2" }