diff --git a/crates/pipeline/Cargo.toml b/crates/pipeline/Cargo.toml index 67b7aad3..7a0b1c6c 100644 --- a/crates/pipeline/Cargo.toml +++ b/crates/pipeline/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1" libdatadog-nodejs-capabilities = { path = "../capabilities" } libdd-capabilities = { git = "https://github.com/DataDog/libdatadog.git", rev = "966f921c226b63a1ba84c2e53e3d0f4625f90c75" } -libdd-common = { git = "https://github.com/DataDog/libdatadog.git", rev = "966f921c226b63a1ba84c2e53e3d0f4625f90c75", default-features = false } +libdd-common = { git = "https://github.com/DataDog/libdatadog.git", rev = "9fb27ea309363bb4852d093a8e5c85b1c0b9a7d0", default-features = false } libdd-data-pipeline = { git = "https://github.com/DataDog/libdatadog.git", rev = "966f921c226b63a1ba84c2e53e3d0f4625f90c75", default-features = false, features = ["telemetry"] } libdd-trace-utils = { git = "https://github.com/DataDog/libdatadog.git", rev = "966f921c226b63a1ba84c2e53e3d0f4625f90c75", default-features = false, features = ["change-buffer"] } libdd-trace-stats = { git = "https://github.com/DataDog/libdatadog.git", rev = "966f921c226b63a1ba84c2e53e3d0f4625f90c75", default-features = false } diff --git a/crates/remote_config/Cargo.toml b/crates/remote_config/Cargo.toml index 4512e8aa..a30fba1d 100644 --- a/crates/remote_config/Cargo.toml +++ b/crates/remote_config/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] libdd-remote-config = { git = "https://github.com/DataDog/libdatadog.git", rev = "966f921c226b63a1ba84c2e53e3d0f4625f90c75", default-features = false, features = ["client", "agentless"] } -libdd-common = { git = "https://github.com/DataDog/libdatadog.git", rev = "966f921c226b63a1ba84c2e53e3d0f4625f90c75", default-features = false } +libdd-common = { git = "https://github.com/DataDog/libdatadog.git", rev = "9fb27ea309363bb4852d093a8e5c85b1c0b9a7d0", default-features = false } libdatadog-nodejs-capabilities = { path = "../capabilities" } wasm-bindgen = "0.2"