From abb883deb1191be8b49eddf9b0d9692177cf5fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:22:19 +0000 Subject: [PATCH] chore(deps): bump libdd-library-config from v35.0.0 to v36.0.0 Bumps [libdd-library-config](https://github.com/DataDog/libdatadog) from v35.0.0 to v36.0.0. - [Release notes](https://github.com/DataDog/libdatadog/releases) - [Commits](https://github.com/DataDog/libdatadog/compare/aa78483fba211c72ca3759c76318895f45e0184b...b2a83ff19a2f4760d180bd9eb9e91f41566ba5b9) --- updated-dependencies: - dependency-name: libdd-library-config dependency-version: b2a83ff19a2f4760d180bd9eb9e91f41566ba5b9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/process_discovery/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8d1c7e..53c9127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "libdd-library-config" version = "2.0.0" -source = "git+https://github.com/DataDog/libdatadog.git?tag=v35.0.0#aa78483fba211c72ca3759c76318895f45e0184b" +source = "git+https://github.com/DataDog/libdatadog.git?tag=v36.0.0#b2a83ff19a2f4760d180bd9eb9e91f41566ba5b9" dependencies = [ "anyhow", "libc", @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "libdd-trace-protobuf" version = "3.0.2" -source = "git+https://github.com/DataDog/libdatadog.git?tag=v35.0.0#aa78483fba211c72ca3759c76318895f45e0184b" +source = "git+https://github.com/DataDog/libdatadog.git?tag=v36.0.0#b2a83ff19a2f4760d180bd9eb9e91f41566ba5b9" dependencies = [ "prost", "serde", diff --git a/crates/process_discovery/Cargo.toml b/crates/process_discovery/Cargo.toml index 4aa80ce..c420fa0 100644 --- a/crates/process_discovery/Cargo.toml +++ b/crates/process_discovery/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] anyhow = "1" -libdd-library-config = { git = "https://github.com/DataDog/libdatadog.git", tag = "v35.0.0", features = ["otel-thread-ctx"] } +libdd-library-config = { git = "https://github.com/DataDog/libdatadog.git", tag = "v36.0.0", features = ["otel-thread-ctx"] } napi = { version = "2" } napi-derive = { version = "2", default-features = false }