Skip to content

Commit 40b0e06

Browse files
authored
chore: update dependencies (#501)
* update sha of dependencies * Revert "update sha of dependencies" This reverts commit c7a3ab6. * update dependencies but not lock * update sha again * send proxy with `send_proxy` * update hyper usage * license * set specific version of rustls * remove rustls crypto registering ddcommon crate is doing it by default somehow even tho its not enabled ??????? * update sha for dependencies again
1 parent 28b90c7 commit 40b0e06

File tree

9 files changed

+165
-46
lines changed

9 files changed

+165
-46
lines changed

bottlecap/Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bottlecap/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ async-trait = { version = "0.1", default-features = false }
99
chrono = { version = "0.4", features = ["serde", "std", "now"], default-features = false }
1010
datadog-protos = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/" }
1111
ddsketch-agent = { version = "0.1.0", default-features = false, git = "https://github.com/DataDog/saluki/" }
12-
ddcommon = { git = "https://github.com/DataDog/libdatadog", rev = "92272e90a7919f07178f3246ef8f82295513cfed" }
13-
datadog-trace-protobuf = { git = "https://github.com/DataDog/libdatadog", rev = "92272e90a7919f07178f3246ef8f82295513cfed" }
14-
datadog-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "92272e90a7919f07178f3246ef8f82295513cfed" }
15-
datadog-trace-mini-agent = { git = "https://github.com/DataDog/libdatadog", rev = "92272e90a7919f07178f3246ef8f82295513cfed" }
16-
datadog-trace-normalization = { git = "https://github.com/DataDog/libdatadog", rev = "92272e90a7919f07178f3246ef8f82295513cfed" }
17-
datadog-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev = "92272e90a7919f07178f3246ef8f82295513cfed" }
18-
dogstatsd = { git = "https://github.com/DataDog/libdatadog", rev = "7a0bdc9d29cced7c4bfc1135dc5cb6554c2c76b4" }
12+
ddcommon = { git = "https://github.com/DataDog/libdatadog", rev = "dbc8869c6de4ccd78a770524d250420f397fc7b3" }
13+
datadog-trace-protobuf = { git = "https://github.com/DataDog/libdatadog", rev = "dbc8869c6de4ccd78a770524d250420f397fc7b3" }
14+
datadog-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "dbc8869c6de4ccd78a770524d250420f397fc7b3" }
15+
datadog-trace-mini-agent = { git = "https://github.com/DataDog/libdatadog", rev = "dbc8869c6de4ccd78a770524d250420f397fc7b3" }
16+
datadog-trace-normalization = { git = "https://github.com/DataDog/libdatadog", rev = "dbc8869c6de4ccd78a770524d250420f397fc7b3" }
17+
datadog-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev = "dbc8869c6de4ccd78a770524d250420f397fc7b3" }
18+
dogstatsd = { git = "https://github.com/DataDog/libdatadog", rev = "dbc8869c6de4ccd78a770524d250420f397fc7b3" }
1919
figment = { version = "0.10", default-features = false, features = ["yaml", "env"] }
2020
hyper = { version = "0.14", default-features = false, features = ["server"] }
2121
lazy_static = { version = "1.5", default-features = false }
@@ -37,7 +37,7 @@ sha2 = { version = "0.10", default-features = false }
3737
hex = { version = "0.4", default-features = false, features = ["std"] }
3838
base64 = { version = "0.22", default-features = false }
3939
rmp-serde = { version = "1.3.0", default-features = false }
40-
rustls = { version = "0.23.12", default-features = false, features = ["aws-lc-rs"] }
40+
rustls = { version = "0.23.18", default-features = false, features = ["aws-lc-rs"] }
4141
rand = { version = "0.8", default-features = false }
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)