Skip to content

Commit e38ada5

Browse files
committed
update github rev
1 parent 6b6789f commit e38ada5

5 files changed

Lines changed: 26 additions & 27 deletions

File tree

Cargo.lock

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

crates/datadog-agent-config/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ license.workspace = true
66

77
[dependencies]
88
figment = { version = "0.10", default-features = false, features = ["yaml", "env"] }
9-
libdd-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4", default-features = false }
10-
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4", default-features = false }
9+
libdd-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea", default-features = false }
10+
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea", default-features = false }
1111
log = { version = "0.4", default-features = false }
1212
serde = { version = "1.0", default-features = false, features = ["derive"] }
1313
serde-aux = { version = "4.7", default-features = false }

crates/datadog-metrics-collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Collector to read, compute, and submit enhanced metrics in Server
88
[dependencies]
99
dogstatsd = { path = "../dogstatsd", default-features = true }
1010
tracing = { version = "0.1", default-features = false }
11-
libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4", default-features = false }
11+
libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea", default-features = false }
1212

1313
[target.'cfg(windows)'.dependencies]
1414
windows-sys = { version = "0.61", features = ["Win32_System_JobObjects"], optional = true, default-features = false }

crates/datadog-serverless-compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ windows-enhanced-metrics = ["datadog-metrics-collector/windows-enhanced-metrics"
1414
datadog-logs-agent = { path = "../datadog-logs-agent" }
1515
datadog-metrics-collector = { path = "../datadog-metrics-collector" }
1616
datadog-trace-agent = { path = "../datadog-trace-agent" }
17-
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
17+
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
1818
datadog-fips = { path = "../datadog-fips", default-features = false }
1919
dogstatsd = { path = "../dogstatsd", default-features = true }
2020
reqwest = { version = "0.12.4", default-features = false }

crates/datadog-trace-agent/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ tracing = { version = "0.1", default-features = false }
2525
serde = { version = "1.0.145", features = ["derive"] }
2626
serde_json = "1.0"
2727
thiserror = { version = "1.0.58", default-features = false }
28-
libdd-capabilities = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
29-
libdd-capabilities-impl = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
30-
libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
31-
libdd-library-config = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
32-
libdd-trace-protobuf = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
33-
libdd-trace-stats = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
34-
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4", features = [
28+
libdd-capabilities = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
29+
libdd-capabilities-impl = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
30+
libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
31+
libdd-library-config = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
32+
libdd-trace-protobuf = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
33+
libdd-trace-stats = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
34+
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea", features = [
3535
"mini_agent",
3636
] }
37-
libdd-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4" }
37+
libdd-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea" }
3838
datadog-fips = { path = "../datadog-fips" }
3939
reqwest = { version = "0.12.23", features = [
4040
"json",
@@ -49,6 +49,6 @@ serial_test = "2.0.0"
4949
duplicate = "2.0.1"
5050
temp-env = "0.3.6"
5151
tempfile = "3.3.0"
52-
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "fc99d327bb54ca04a7c28b67117f546b11ea48a4", features = [
52+
libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog", rev = "c020593934760fbc575bbf991a1ca1e9aef762ea", features = [
5353
"test-utils",
5454
] }

0 commit comments

Comments
 (0)