From c884ab71f5fb71dc3eb8c28198a7f205000062f7 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 21:03:07 +0000 Subject: [PATCH] chore(deps): update lading-payload digest to ed99f5f --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49f083d8f6..25b46201b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2006,7 +2006,7 @@ dependencies = [ [[package]] name = "lading-payload" version = "0.1.0" -source = "git+https://github.com/DataDog/lading?rev=bd60f9813012278a87a30516379805841c2e089f#bd60f9813012278a87a30516379805841c2e089f" +source = "git+https://github.com/DataDog/lading?rev=ed99f5f1329ce90511b579129afa15dd89570544#ed99f5f1329ce90511b579129afa15dd89570544" dependencies = [ "byte-unit", "bytes", @@ -2015,9 +2015,11 @@ dependencies = [ "prost", "rand 0.9.2", "rmp-serde", + "rustc-hash 2.1.1", "serde", "serde_json", "serde_tuple", + "serde_yaml", "thiserror 2.0.18", "time", "tokio", diff --git a/Cargo.toml b/Cargo.toml index fc0506e8b0..9a2f7e888e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,7 +180,7 @@ float-cmp = { version = "0.10", default-features = false } tower-http = { version = "0.6", default-features = false } bollard = { version = "0.18", default-features = false } reqwest = { version = "0.13", default-features = false } -lading-payload = { git = "https://github.com/DataDog/lading", rev = "bd60f9813012278a87a30516379805841c2e089f" } +lading-payload = { git = "https://github.com/DataDog/lading", rev = "ed99f5f1329ce90511b579129afa15dd89570544" } serde_yaml = { version = "0.9", default-features = false } serde_with = { version = "3.12.0", default-features = false, features = [ "macros",