From 58a12428365a5beac7642aa46439c244d5a59d01 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 07:13:58 +0000 Subject: [PATCH] chore(deps): update datadog-api-client digest to d774d3c --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 537d7265..31eb3415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ zip = { version = "8", default-features = false, features = ["deflate"], optiona # Datadog API client — pinned to 0.33.0 tag # Use default-features = false; feature sets are activated per-target via features above -datadog-api-client = { git = "https://github.com/DataDog/datadog-api-client-rust", rev = "68fea1224e7ce303787b842811103b99c6406cf4", optional = true, default-features = false } +datadog-api-client = { git = "https://github.com/DataDog/datadog-api-client-rust", rev = "d774d3c8e676904a7422d613dfd18bf99e7cc98c", optional = true, default-features = false } # HTTP middleware (version-matched to DD client; compiles on all targets) reqwest-middleware = "0.5"