From 6f50bd8514f1d5ae518b598eabdf7a66adb53a88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:57:44 +0000 Subject: [PATCH] fix(deps): update rust crate nr-auth to v0.4.0 --- Cargo.lock | 4 ++-- agent-control/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 980ef4dc89..365b6254ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2949,8 +2949,8 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "nr-auth" -version = "0.2.0" -source = "git+https://github.com/newrelic/newrelic-auth-rs.git?tag=0.2.0#ba56af17de237a6e80138f52ff3d9ce73262fd06" +version = "0.4.0" +source = "git+https://github.com/newrelic/newrelic-auth-rs.git?tag=0.4.0#2d936f25f6950dbec6de2ab39d3b1654711862af" dependencies = [ "base64 0.22.1", "chrono", diff --git a/agent-control/Cargo.toml b/agent-control/Cargo.toml index 916fc108be..02b4efca23 100644 --- a/agent-control/Cargo.toml +++ b/agent-control/Cargo.toml @@ -32,7 +32,7 @@ semver = { workspace = true, features = ["serde"] } chrono = { workspace = true } base64 = { version = "0.22.1" } # New Relic dependencies (external repos) -nr-auth = { git = "https://github.com/newrelic/newrelic-auth-rs.git", tag = "0.2.0" } +nr-auth = { git = "https://github.com/newrelic/newrelic-auth-rs.git", tag = "0.4.0" } opamp-client = { git = "https://github.com/newrelic/newrelic-opamp-rs.git", tag = "0.0.36" } # local dependencies fs = { path = "../fs" }