From ed7f77bf07b6a3ecf5669a18e411d4aba13209f5 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:16:56 +0000 Subject: [PATCH] chore(deps): update cargo non-major dependencies --- crates/crashtracker/Cargo.toml | 2 +- crates/library_config/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/crashtracker/Cargo.toml b/crates/crashtracker/Cargo.toml index 62877bf..b21e8c5 100644 --- a/crates/crashtracker/Cargo.toml +++ b/crates/crashtracker/Cargo.toml @@ -14,7 +14,7 @@ path = "src/bin/receiver.rs" [dependencies] anyhow = "1" -libdd-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v28.0.1" } +libdd-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v28.0.3" } napi = { version = "2", features = ["serde-json"] } napi-derive = { version = "2", default-features = false } rustls = { version = "*", default-features = false, features = ["aws-lc-rs"] } diff --git a/crates/library_config/Cargo.toml b/crates/library_config/Cargo.toml index a88f20f..60948b3 100644 --- a/crates/library_config/Cargo.toml +++ b/crates/library_config/Cargo.toml @@ -12,10 +12,10 @@ datadog-library-config = { git = "https://github.com/DataDog/libdatadog.git", ta wasm-bindgen = "0.2.100" serde = { version = "1.0", features = ["derive"] } -serde-wasm-bindgen = "0.4" +serde-wasm-bindgen = "0.6" [dev-dependencies] wasm-bindgen-test = "0.3.50" [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.4", features = ["js"] }