diff --git a/agent-control/Cargo.toml b/agent-control/Cargo.toml index 52b44fea34..a532d97563 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.3.0" } opamp-client = { git = "https://github.com/newrelic/newrelic-opamp-rs.git", tag = "0.0.36" } # local dependencies fs = { path = "../fs" }