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" }