From 23c069dff0bfc32c5d6f5c10f00b3b71ac5c6b33 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:45:01 +0000 Subject: [PATCH] chore(deps): update datadog-fips digest to 8b229c1 --- bottlecap/Cargo.lock | 2 +- bottlecap/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bottlecap/Cargo.lock b/bottlecap/Cargo.lock index 14297c30e..a22ce4d86 100644 --- a/bottlecap/Cargo.lock +++ b/bottlecap/Cargo.lock @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "datadog-fips" version = "0.1.0" -source = "git+https://github.com/DataDog/serverless-components?rev=28f796bf767fff56caf08153ade5cd80c8e8f705#28f796bf767fff56caf08153ade5cd80c8e8f705" +source = "git+https://github.com/DataDog/serverless-components?rev=8b229c13e41b4932b595d2513154829da0354eb9#8b229c13e41b4932b595d2513154829da0354eb9" dependencies = [ "reqwest", "rustls", diff --git a/bottlecap/Cargo.toml b/bottlecap/Cargo.toml index b74de69a7..0a2de1860 100644 --- a/bottlecap/Cargo.toml +++ b/bottlecap/Cargo.toml @@ -79,7 +79,7 @@ libdd-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev = libdd-trace-stats = { git = "https://github.com/DataDog/libdatadog", rev = "c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" } datadog-opentelemetry = { git = "https://github.com/DataDog/dd-trace-rs", rev = "f51cefc4ad24bec81b38fb2f36b1ed93f21ae913", default-features = false } dogstatsd = { git = "https://github.com/DataDog/serverless-components", rev = "28f796bf767fff56caf08153ade5cd80c8e8f705", default-features = false } -datadog-fips = { git = "https://github.com/DataDog/serverless-components", rev = "28f796bf767fff56caf08153ade5cd80c8e8f705", default-features = false } +datadog-fips = { git = "https://github.com/DataDog/serverless-components", rev = "8b229c13e41b4932b595d2513154829da0354eb9", default-features = false } libddwaf = { version = "1.28.1", git = "https://github.com/DataDog/libddwaf-rust", rev = "d1534a158d976bd4f747bf9fcc58e0712d2d17fc", default-features = false, features = ["serde"] } [dev-dependencies]