diff --git a/crates/library_config/Cargo.toml b/crates/library_config/Cargo.toml index a88f20f..8e21fe9 100644 --- a/crates/library_config/Cargo.toml +++ b/crates/library_config/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] anyhow = "1" -datadog-library-config = { git = "https://github.com/DataDog/libdatadog.git", tag = "v18.1.0" } +datadog-library-config = { git = "https://github.com/DataDog/libdatadog.git", tag = "v28.0.3" } wasm-bindgen = "0.2.100" serde = { version = "1.0", features = ["derive"] } diff --git a/crates/process_discovery/Cargo.toml b/crates/process_discovery/Cargo.toml index 1f59cd2..02652ad 100644 --- a/crates/process_discovery/Cargo.toml +++ b/crates/process_discovery/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] anyhow = "1" -datadog-library-config = { git = "https://github.com/DataDog/libdatadog.git", tag = "v18.1.0" } +datadog-library-config = { git = "https://github.com/DataDog/libdatadog.git", tag = "v28.0.3" } napi = { version = "2" } napi-derive = { version = "2", default-features = false }