Skip to content

Commit d6116d9

Browse files
committed
fix: CA root should not be required
1 parent 0bdca89 commit d6116d9

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

Cargo.lock

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

profiling/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ cpu-time = { version = "1.0" }
2323
chrono = { version = "0.4" }
2424
crossbeam-channel = { version = "0.5", default-features = false, features = ["std"] }
2525
http = { version = "1.4" }
26-
libdd-alloc = { git = "https://github.com/DataDog/libdatadog", tag = "v29.0.0" }
27-
libdd-profiling = { git = "https://github.com/DataDog/libdatadog", tag = "v29.0.0" }
28-
libdd-common = { git = "https://github.com/DataDog/libdatadog", tag = "v29.0.0" }
26+
# From branch r1viollet/fix_certificate_issue
27+
libdd-alloc = { git = "https://github.com/DataDog/libdatadog", rev = "407c70b0d080614cfda8ff937e33670fed2588be" }
28+
libdd-profiling = { git = "https://github.com/DataDog/libdatadog", rev = "407c70b0d080614cfda8ff937e33670fed2588be" }
29+
libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "407c70b0d080614cfda8ff937e33670fed2588be" }
2930
libdd-library-config-ffi = { path = "../libdatadog/libdd-library-config-ffi" }
3031
env_logger = { version = "0.11", default-features = false }
3132
lazy_static = { version = "1.4" }

0 commit comments

Comments
 (0)