Skip to content

Commit 7dd6336

Browse files
chore: also dogstatsd with fips
1 parent b971c7b commit 7dd6336

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

bottlecap/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bottlecap/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ datadog-trace-utils = { git = "https://github.com/DataDog/libdatadog", branch =
1515
datadog-trace-mini-agent = { git = "https://github.com/DataDog/libdatadog", branch = "aleksandr.pasechnik/svls-6242-fips-features-for-bottlecap" }
1616
datadog-trace-normalization = { git = "https://github.com/DataDog/libdatadog", branch = "aleksandr.pasechnik/svls-6242-fips-features-for-bottlecap"}
1717
datadog-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", branch = "aleksandr.pasechnik/svls-6242-fips-features-for-bottlecap" }
18-
dogstatsd = { git = "https://github.com/DataDog/serverless-components", rev = "4dfe72ab1850680f41dd79d30a937eb68e7ba6da" }
18+
dogstatsd = { git = "https://github.com/DataDog/serverless-components", branch = "aleksandr.pasechnik/svls-6242-fips-builds", default-features = false }
1919
figment = { version = "0.10", default-features = false, features = ["yaml", "env"] }
2020
hyper = { version = "1.6", default-features = false, features = ["server"] }
2121
hyper-util = { version = "0.1.10", features = [
@@ -69,10 +69,11 @@ codegen-units = 1
6969
strip = true
7070

7171
[features]
72-
default = ["reqwest/rustls-tls"]
72+
default = ["reqwest/rustls-tls", "dogstatsd/default"]
7373
fips = [
7474
"ddcommon/fips",
7575
"datadog-trace-utils/fips",
76+
"dogstatsd/fips",
7677
"reqwest/rustls-tls-no-provider",
7778
"rustls/fips",
7879
]

0 commit comments

Comments
 (0)