Skip to content

Commit a4b2e4e

Browse files
chore(release): update version (#1025)
1 parent 62f6c0f commit a4b2e4e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_agent_control"
33
description = "New Relic Agent Control Limited Preview"
4-
version = "0.29.0"
4+
version = "0.30.0"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true

agent-control/src/opamp/remote_config/signature.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ use serde::{Deserialize, Serialize};
44
use std::sync::OnceLock;
55
use std::{collections::HashMap, fmt::Debug};
66
use thiserror::Error;
7-
use tracing::debug;
87
use webpki::SignatureAlgorithm;
9-
use x509_parser::num_bigint::Sign;
10-
11-
use crate::opamp::remote_config::signature;
128

139
/// signature custom message capability
1410
pub const SIGNATURE_CUSTOM_CAPABILITY: &str = "com.newrelic.security.configSignature";

0 commit comments

Comments
 (0)