We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadbcb2 commit ad68120Copy full SHA for ad68120
agent-control/Cargo.toml
@@ -36,7 +36,7 @@ chrono = { workspace = true }
36
base64 = { version = "0.22.1" }
37
# New Relic dependencies (private external repos)
38
# IMPORTANT: GitHub deployment keys are used to access these repos on the CI/CD pipelines
39
-nr-auth = { git = "https://github.com/newrelic/newrelic-auth-rs.git", tag = "0.0.11" }
+nr-auth = { git = "https://github.com/newrelic/newrelic-auth-rs.git", tag = "0.1.0" }
40
opamp-client = { git = "https://github.com/newrelic/newrelic-opamp-rs.git", tag = "0.0.34" }
41
# local dependencies
42
fs = { path = "../fs" }
0 commit comments