Skip to content

Commit 346a130

Browse files
committed
fix dependencies
1 parent 2ec14e9 commit 346a130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bottlecap/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bottlecap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rustls-native-certs = { version = "0.8.1", optional = true }
5252
# datadog_fips::reqwest_adapter::create_reqwest_client_builder. An example can
5353
# be found in the clippy.toml file adjacent to this Cargo.toml.
5454
libddwaf = { version = "1.24.1", default-features = false, git = "https://github.com/DataDog/libddwaf-rust", features = ["default"] }
55-
datadog-protos = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/" }
55+
datadog-protos = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/", rev = "c89b58e5784b985819baf11f13f7d35876741222" }
5656
ddsketch-agent = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/" }
5757
ddcommon = { git = "https://github.com/DataDog/libdatadog", rev = "d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }
5858
datadog-trace-protobuf = { git = "https://github.com/DataDog/libdatadog", rev = "d6a2da32c6b92d6865a7e7987c8a1df2203fb1ae" }

0 commit comments

Comments
 (0)