From 52ec52733300de9984cb4b119f07ca7b2bf66345 Mon Sep 17 00:00:00 2001 From: Vladyslav Nikonov Date: Thu, 13 Aug 2026 17:58:28 +0300 Subject: [PATCH] build(agent): update now-policy-api to 0.3.1 The 0.3.1 release relaxes the PackageIdentifier wire validation to an allowlist admitting scoped npm identifiers, npm aliases, and vcpkg triplets, which the broker command builders already support. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 662cfb151..7adf897e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4770,9 +4770,9 @@ dependencies = [ [[package]] name = "now-policy-api" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11808c712bda38e8cee0ec0a6902bbfe63583f475608ee6bcf8ffd848473ab06" +checksum = "fa0817fd85c0a6b0173e2b837fa2b369be684c93c11fed1b5182284021411839" dependencies = [ "chrono", "derive_more",