From 73241625d1d6a670d9eb789c562a7ddedce8c052 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:54:46 +0000 Subject: [PATCH] chore(deps): update libdd-common digest to 0f3d46b --- bottlecap/Cargo.lock | 40 +++++++++++++++++++++++++++++++++++++--- bottlecap/Cargo.toml | 2 +- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/bottlecap/Cargo.lock b/bottlecap/Cargo.lock index 37517a6ae..a142751c6 100644 --- a/bottlecap/Cargo.lock +++ b/bottlecap/Cargo.lock @@ -488,7 +488,7 @@ dependencies = [ "indexmap", "itertools 0.14.0", "lazy_static", - "libdd-common", + "libdd-common 2.0.0", "libdd-trace-normalization", "libdd-trace-obfuscation", "libdd-trace-protobuf", @@ -1776,6 +1776,40 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "libdd-common" +version = "2.0.0" +source = "git+https://github.com/DataDog/libdatadog?rev=0f3d46b5046525c9046eb77727f6344753ba76f4#0f3d46b5046525c9046eb77727f6344753ba76f4" +dependencies = [ + "anyhow", + "bytes", + "cc", + "const_format", + "futures", + "futures-core", + "futures-util", + "hex", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.8.1", + "hyper-rustls", + "hyper-util", + "libc", + "nix 0.29.0", + "pin-project", + "regex", + "rustls", + "rustls-native-certs", + "serde", + "static_assertions", + "thiserror 1.0.69", + "tokio", + "tokio-rustls", + "tower-service", + "windows-sys 0.52.0", +] + [[package]] name = "libdd-ddsketch" version = "1.0.0" @@ -1807,7 +1841,7 @@ version = "1.0.0" source = "git+https://github.com/DataDog/libdatadog?rev=c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09#c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" dependencies = [ "anyhow", - "libdd-common", + "libdd-common 1.1.0", "libdd-trace-protobuf", "libdd-trace-utils", "log", @@ -1852,7 +1886,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "indexmap", - "libdd-common", + "libdd-common 1.1.0", "libdd-tinybytes", "libdd-trace-normalization", "libdd-trace-protobuf", diff --git a/bottlecap/Cargo.toml b/bottlecap/Cargo.toml index 8b3f0f94a..6f259a95c 100644 --- a/bottlecap/Cargo.toml +++ b/bottlecap/Cargo.toml @@ -70,7 +70,7 @@ indexmap = {version = "2.11.0", default-features = false} # be found in the clippy.toml file adjacent to this Cargo.toml. datadog-protos = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/", rev = "f863626dbfe3c59bb390985fa6530b0621c2a0a2"} ddsketch-agent = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/", rev = "f863626dbfe3c59bb390985fa6530b0621c2a0a2"} -libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" } +libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "0f3d46b5046525c9046eb77727f6344753ba76f4" } libdd-trace-protobuf = { git = "https://github.com/DataDog/libdatadog", rev = "c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" } libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" , features = ["mini_agent"] } libdd-trace-normalization = { git = "https://github.com/DataDog/libdatadog", rev = "c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" }