We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc14607 commit fb09b00Copy full SHA for fb09b00
agent-control/Cargo.toml
@@ -32,7 +32,7 @@ semver = { workspace = true, features = ["serde"] }
32
chrono = { workspace = true }
33
base64 = { version = "0.22.1" }
34
# New Relic dependencies (external repos)
35
-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" }
36
opamp-client = { git = "https://github.com/newrelic/newrelic-opamp-rs.git", tag = "0.0.36" }
37
# local dependencies
38
fs = { path = "../fs" }
0 commit comments