@@ -8,16 +8,6 @@ publish = false
88async-trait = { version = " 0.1" , default-features = false }
99bytes = { version = " 1.2" , default-features = false }
1010chrono = { version = " 0.4" , features = [" serde" , " std" , " now" ], default-features = false }
11- datadog-protos = { version = " 0.1.0" , default-features = false , git = " https://github.com/DataDog/saluki/" }
12- ddsketch-agent = { version = " 0.1.0" , default-features = false , git = " https://github.com/DataDog/saluki/" }
13- ddcommon = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
14- datadog-trace-protobuf = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
15- datadog-trace-utils = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" , features = [" compression" ] }
16- datadog-trace-normalization = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
17- datadog-trace-obfuscation = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
18- dogstatsd = { git = " https://github.com/DataDog/serverless-components" , rev = " 3f3347790d4c7f3393589ef7efb7ccf22405a89a" , default-features = false }
19- datadog-trace-agent = { git = " https://github.com/DataDog/serverless-components" , rev = " 3f3347790d4c7f3393589ef7efb7ccf22405a89a" }
20- datadog-fips = { git = " https://github.com/DataDog/serverless-components" , rev = " 3f3347790d4c7f3393589ef7efb7ccf22405a89a" , default-features = false }
2111figment = { version = " 0.10" , default-features = false , features = [" yaml" , " env" ] }
2212hyper = { version = " 1.6" , default-features = false , features = [" server" ] }
2313hyper-util = { version = " 0.1.10" , features = [
@@ -55,6 +45,21 @@ serde-aux = { version = "4.7", default-features = false }
5545opentelemetry-proto = { version = " 0.29" , features = [" trace" , " with-serde" , " gen-tonic" ] }
5646opentelemetry-semantic-conventions = { version = " 0.29" , features = [" semconv_experimental" ] }
5747rustls-native-certs = { version = " 0.8.1" , optional = true }
48+ # If you are adding or updating a datadog-owned code dependency, please ensure
49+ # that it has a clippy.toml rule for disallowing the reqwest::Client::builder
50+ # method in favor of our
51+ # datadog_fips::reqwest_adapter::create_reqwest_client_builder. An example can
52+ # be found in the clippy.toml file adjacent to this Cargo.toml.
53+ datadog-protos = { version = " 0.1.0" , default-features = false , git = " https://github.com/DataDog/saluki/" }
54+ ddsketch-agent = { version = " 0.1.0" , default-features = false , git = " https://github.com/DataDog/saluki/" }
55+ ddcommon = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
56+ datadog-trace-protobuf = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
57+ datadog-trace-utils = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" , features = [" compression" ] }
58+ datadog-trace-normalization = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
59+ datadog-trace-obfuscation = { git = " https://github.com/DataDog/libdatadog" , rev = " d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
60+ dogstatsd = { git = " https://github.com/DataDog/serverless-components" , rev = " 3f3347790d4c7f3393589ef7efb7ccf22405a89a" , default-features = false }
61+ datadog-trace-agent = { git = " https://github.com/DataDog/serverless-components" , rev = " 3f3347790d4c7f3393589ef7efb7ccf22405a89a" }
62+ datadog-fips = { git = " https://github.com/DataDog/serverless-components" , rev = " 3f3347790d4c7f3393589ef7efb7ccf22405a89a" , default-features = false }
5863
5964[dev-dependencies ]
6065figment = { version = " 0.10" , default-features = false , features = [" yaml" , " env" , " test" ] }
0 commit comments