From b92c31612f1d293df8c93623be327762a1f165ed 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:38 +0000 Subject: [PATCH] chore(deps): update ddsketch-agent digest to cd6db96 --- bottlecap/Cargo.lock | 77 ++++++++++++++++++++++++++++++++++++++------ bottlecap/Cargo.toml | 2 +- 2 files changed, 69 insertions(+), 10 deletions(-) diff --git a/bottlecap/Cargo.lock b/bottlecap/Cargo.lock index 37517a6ae..f17a17f10 100644 --- a/bottlecap/Cargo.lock +++ b/bottlecap/Cargo.lock @@ -470,8 +470,8 @@ dependencies = [ "chrono", "cookie", "datadog-fips", - "datadog-protos", - "ddsketch-agent", + "datadog-protos 0.1.0 (git+https://github.com/DataDog/saluki/?rev=f863626dbfe3c59bb390985fa6530b0621c2a0a2)", + "ddsketch-agent 0.1.0 (git+https://github.com/DataDog/saluki/?rev=cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5)", "dogstatsd", "figment", "fnv", @@ -737,6 +737,19 @@ dependencies = [ "tracing", ] +[[package]] +name = "datadog-protos" +version = "0.1.0" +source = "git+https://github.com/DataDog/saluki/?rev=cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5#cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5" +dependencies = [ + "bytes", + "prost 0.13.5", + "protobuf", + "protobuf-codegen", + "tonic 0.12.3", + "tonic-build 0.12.3", +] + [[package]] name = "datadog-protos" version = "0.1.0" @@ -747,8 +760,19 @@ dependencies = [ "prost-types", "protobuf", "protobuf-codegen", - "tonic", - "tonic-build", + "tonic 0.13.1", + "tonic-build 0.13.1", +] + +[[package]] +name = "ddsketch-agent" +version = "0.1.0" +source = "git+https://github.com/DataDog/saluki/?rev=cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5#cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5" +dependencies = [ + "datadog-protos 0.1.0 (git+https://github.com/DataDog/saluki/?rev=cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5)", + "float-cmp", + "ordered-float 4.6.0", + "smallvec", ] [[package]] @@ -756,7 +780,7 @@ name = "ddsketch-agent" version = "0.1.0" source = "git+https://github.com/DataDog/saluki/?rev=f863626dbfe3c59bb390985fa6530b0621c2a0a2#f863626dbfe3c59bb390985fa6530b0621c2a0a2" dependencies = [ - "datadog-protos", + "datadog-protos 0.1.0 (git+https://github.com/DataDog/saluki/?rev=f863626dbfe3c59bb390985fa6530b0621c2a0a2)", "float-cmp", "ordered-float 4.6.0", "smallvec", @@ -840,8 +864,8 @@ name = "dogstatsd" version = "0.1.0" source = "git+https://github.com/DataDog/serverless-components?rev=28f796bf767fff56caf08153ade5cd80c8e8f705#28f796bf767fff56caf08153ade5cd80c8e8f705" dependencies = [ - "datadog-protos", - "ddsketch-agent", + "datadog-protos 0.1.0 (git+https://github.com/DataDog/saluki/?rev=f863626dbfe3c59bb390985fa6530b0621c2a0a2)", + "ddsketch-agent 0.1.0 (git+https://github.com/DataDog/saluki/?rev=f863626dbfe3c59bb390985fa6530b0621c2a0a2)", "derive_more", "fnv", "hashbrown 0.15.5", @@ -2141,7 +2165,7 @@ dependencies = [ "opentelemetry_sdk", "prost 0.13.5", "serde", - "tonic", + "tonic 0.13.1", ] [[package]] @@ -3582,6 +3606,27 @@ dependencies = [ "tokio", ] +[[package]] +name = "tonic" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" +dependencies = [ + "async-trait", + "base64 0.22.1", + "bytes", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "percent-encoding", + "pin-project", + "prost 0.13.5", + "tokio-stream", + "tower-layer", + "tower-service", + "tracing", +] + [[package]] name = "tonic" version = "0.13.1" @@ -3608,6 +3653,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "tonic-build" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" +dependencies = [ + "prettyplease", + "proc-macro2", + "prost-build", + "prost-types", + "quote", + "syn 2.0.115", +] + [[package]] name = "tonic-build" version = "0.13.1" @@ -3630,7 +3689,7 @@ checksum = "07439468da24d5f211d3f3bd7b63665d8f45072804457e838a87414a478e2db8" dependencies = [ "prost 0.13.5", "prost-types", - "tonic", + "tonic 0.13.1", ] [[package]] diff --git a/bottlecap/Cargo.toml b/bottlecap/Cargo.toml index 8b3f0f94a..45bc48458 100644 --- a/bottlecap/Cargo.toml +++ b/bottlecap/Cargo.toml @@ -69,7 +69,7 @@ indexmap = {version = "2.11.0", default-features = false} # datadog_fips::reqwest_adapter::create_reqwest_client_builder. An example can # 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"} +ddsketch-agent = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/", rev = "cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5"} libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" } 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"] }