Skip to content

Commit 0c35caf

Browse files
fix(profiler): update libdatadog to fix rust panic (#3498)
* update libdatadog for profiler * update libdatadog to v24.0.2
1 parent ddced7c commit 0c35caf

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

Cargo.lock

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

profiling/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ cfg-if = { version = "1.0" }
2222
cpu-time = { version = "1.0" }
2323
chrono = { version = "0.4" }
2424
crossbeam-channel = { version = "0.5", default-features = false, features = ["std"] }
25-
libdd-alloc = { git = "https://github.com/DataDog/libdatadog", tag = "v24.0.1" }
26-
libdd-profiling = { git = "https://github.com/DataDog/libdatadog", rev = "v24.0.1" }
27-
libdd-common = { git = "https://github.com/DataDog/libdatadog", rev = "v24.0.1" }
25+
libdd-alloc = { git = "https://github.com/DataDog/libdatadog", tag = "v24.0.2" }
26+
libdd-profiling = { git = "https://github.com/DataDog/libdatadog", tag = "v24.0.2" }
27+
libdd-common = { git = "https://github.com/DataDog/libdatadog", tag = "v24.0.2" }
2828
libdd-library-config-ffi = { path = "../libdatadog/libdd-library-config-ffi" }
2929
env_logger = { version = "0.11", default-features = false }
3030
lazy_static = { version = "1.4" }

0 commit comments

Comments
 (0)