From 5561b967220a9c5c30e01337e5e3c42b40f8490a 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 05:07:52 +0000 Subject: [PATCH] chore(deps): update ddsketch-agent digest to cd6db96 --- crates/dogstatsd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dogstatsd/Cargo.toml b/crates/dogstatsd/Cargo.toml index c4d997d4..e9a48ae5 100644 --- a/crates/dogstatsd/Cargo.toml +++ b/crates/dogstatsd/Cargo.toml @@ -9,7 +9,7 @@ bench = false [dependencies] 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" } derive_more = { version = "1.0.0", features = ["display", "into"] } hashbrown = { version = "0.15.0", default-features = false, features = ["inline-more"] } protobuf = { version = "3.5.0", default-features = false }