From f6d47248a0414e2730f2351d6fd3d35981098bdb Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 07:17:13 +0000 Subject: [PATCH] chore(deps): update rust crate datadog-library-config to v28 --- crates/library_config/Cargo.toml | 2 +- crates/process_discovery/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }