diff --git a/crates/dogstatsd/Cargo.toml b/crates/dogstatsd/Cargo.toml index c4d997d4..710dd0b8 100644 --- a/crates/dogstatsd/Cargo.toml +++ b/crates/dogstatsd/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true bench = false [dependencies] -datadog-protos = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/", rev = "f863626dbfe3c59bb390985fa6530b0621c2a0a2" } +datadog-protos = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/", rev = "cd6db96ffd31eb0642fb5188bbe2c27f3c8023f5" } ddsketch-agent = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/", rev = "f863626dbfe3c59bb390985fa6530b0621c2a0a2" } derive_more = { version = "1.0.0", features = ["display", "into"] } hashbrown = { version = "0.15.0", default-features = false, features = ["inline-more"] }